revert: back to 874ea99
10
.gitattributes
vendored
@@ -1,10 +0,0 @@
|
||||
* text=auto eol=lf
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
*.png binary
|
||||
*.ico binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.webp binary
|
||||
|
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 841 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 911 B |
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 568 B |
|
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 611 B |
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 660 B |
|
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 668 B |
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 593 B |
|
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 691 B |
|
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 678 B |
|
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 670 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 703 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 323 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -6,7 +6,7 @@
|
||||
|
||||
<YourDepsPath Condition="'$(YourDepsPath)'=='' and '$(ZOITECHAT_DEPS_PATH)'!=''">$(ZOITECHAT_DEPS_PATH)</YourDepsPath>
|
||||
<YourDepsPath Condition="'$(YourDepsPath)'==''">c:\gtk-build\gtk</YourDepsPath>
|
||||
<YourGendefPath Condition="'$(YourGendefPath)'==''">c:\gtk-build</YourGendefPath>
|
||||
<YourGendefPath Condition="'$(YourGendefPath)'==''">c:\gtk-build\gendef</YourGendefPath>
|
||||
<YourPerlPath Condition="'$(YourPerlPath)'==''">c:\gtk-build\perl-5.20</YourPerlPath>
|
||||
<YourPython3Path Condition="'$(YourPython3Path)'=='' and '$(ZOITECHAT_PYTHON3_PATH)'!=''">$(ZOITECHAT_PYTHON3_PATH)</YourPython3Path>
|
||||
<YourPython3Path Condition="'$(YourPython3Path)'==''">c:\gtk-build\python-3.14</YourPython3Path>
|
||||
|
||||