Fix xp deps path
This commit is contained in:
parent
567270d5a7
commit
75fa95d3a3
|
@ -3,7 +3,7 @@
|
||||||
<ImportGroup Label="PropertySheets" />
|
<ImportGroup Label="PropertySheets" />
|
||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->
|
<!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->
|
||||||
<YourDepsPath>d:\mozilla-build\hexchat\build</YourDepsPath>
|
<YourDepsPath>c:\mozilla-build\hexchat\deps</YourDepsPath>
|
||||||
<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>
|
<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>
|
||||||
<YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath>
|
<YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath>
|
||||||
<YourPerl512Path>c:\mozilla-build\perl-5.12</YourPerl512Path>
|
<YourPerl512Path>c:\mozilla-build\perl-5.12</YourPerl512Path>
|
||||||
|
|
Loading…
Reference in New Issue