Release EXE was being copied instead of the debug EXE. Fixed.

ver1_5_1
Chris Laurel 2002-01-08 02:33:36 +00:00
parent 2b31e37be2
commit 25345a3f91
1 changed files with 1 additions and 1 deletions

View File

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