Updated to use the new build tree.

ver1_5_1
Chris Laurel 2001-12-04 20:55:29 +00:00
parent 38b10043f0
commit 0e9dd56f78
2 changed files with 10 additions and 4 deletions

View File

@ -1,2 +1,5 @@
nmake /f celestia.mak CFG="celestia - Win32 Debug" %1
copy debug\celestia.exe .
cd src
nmake /f winbuild.mak CFG=Debug %1
cd ..
copy src\celestia\Release\celestia.exe .

View File

@ -1,2 +1,5 @@
nmake /f celestia.mak CFG="celestia - Win32 Release" %1
copy release\celestia.exe .
cd src
nmake /f winbuild.mak CFG=Release %1
cd ..
copy src\celestia\Release\celestia.exe .