celestia/makedebug.bat

6 lines
88 B
Batchfile
Raw Normal View History

2001-12-04 13:55:29 -07:00
cd src
nmake /f winbuild.mak CFG=Debug %1
cd ..
copy src\celestia\Debug\celestia.exe .
2001-12-04 13:55:29 -07:00