vc++ needs TMP/TEMP to be set in the env in order to work correctly.

Originally committed to SVN as r2846.
This commit is contained in:
Amar Takhar 2009-04-24 23:23:48 +00:00
parent 6fae2955fd
commit 57024a2e7c
1 changed files with 2 additions and 0 deletions

View File

@ -20,5 +20,7 @@
@set VS90COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
@set VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 9.0
@set WindowsSdkDir=C:\Program Files\Microsoft SDKs\Windows\v6.0A\
@set TEMP=C:\Users\Aegisub\AppData\Local\Temp
@set TMP=C:\Users\Aegisub\AppData\Local\Temp
msbuild aegisub\tinderbox\windows\aegisub_vs2008.sln /p:Configuration=%1 /p:Platform=%2 /v:d /nologo /t:rebuild