Made paths relative to new directory

This commit is contained in:
Josh Yelon 2005-03-01 20:09:39 +00:00
parent 8892e5576d
commit 60053c0e17
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
ConfigurationType="0"> ConfigurationType="0">
<Tool <Tool
Name="VCNMakeTool" Name="VCNMakeTool"
BuildCommandLine="makepanda" BuildCommandLine="cd .. &amp; makepanda\makepanda --everything --installer"
Output="built\python\python.exe"/> Output="..\built\bin\ppython.exe"/>
</Configuration> </Configuration>
</Configurations> </Configurations>
<Files> <Files>

View File

@ -17,8 +17,8 @@
ConfigurationType="0"> ConfigurationType="0">
<Tool <Tool
Name="VCNMakeTool" Name="VCNMakeTool"
BuildCommandLine="makepanda" BuildCommandLine="cd .. &amp; makepanda\makepanda --everything --installer"
Output="built\python\python.exe"/> Output="..\built\bin\ppython.exe"/>
</Configuration> </Configuration>
</Configurations> </Configurations>
<References> <References>