Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23938 Modified Files: build.cmd buildexe.cmd compile.txt Log Message: Fixed build and buildexe files to correctly copy the netrek executable under BCC compiler. Updated compile instructions. Using Creative WaveStudio, truncated lots of dead space at the end of sound files. Index: compile.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/compile.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- compile.txt 12 Apr 2006 06:28:43 -0000 1.3 +++ compile.txt 16 Apr 2006 07:58:37 -0000 1.4 @@ -3,16 +3,16 @@ - Edit build.cmd to set following variables: RSAKey = path to your RSA-KEY.secret file -Compiler = VCC or BCC (default VCC) +Compiler = VCC or BCC (default BCC) InstCWD = path to folder to copy files to (default \netrek_files) -- Edit clientr.dsp and change \netrek_files to be same as InstCWD +- Edit clientr.dsp and change \netrek_files to be same as InstCWD (only if using VCC) - Edit src\cursors\curslib.dsp and change \netrek_files to be same as InstCWD + (again only necessary if using VCC) -After compilation there will be two folders under InstCWD - netrek and tmp -netrek contains ready to distribution netrek client tree -tmp contains temporary compiler files and can be removed - -That's pretty all. +After compilation there will be one folder under InstCWD - netrek. +Netrek contains the ready to distribute netrek client tree. Stas Pirogov (keyos at keyos.org) + +Instructions modified by Bill Balcerski Index: buildexe.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/buildexe.cmd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- buildexe.cmd 14 Apr 2006 12:10:05 -0000 1.1 +++ buildexe.cmd 16 Apr 2006 07:58:37 -0000 1.2 @@ -51,6 +51,7 @@ :dist +if /I "%Compiler%" == "BCC" copy src\netrek.exe %InstCWD%\netrek if /I "%Compiler%" == "BCC" copy src\cursors\curslib.dll %InstCWD%\netrek\bitmaps goto end Index: build.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- build.cmd 15 Apr 2006 01:04:32 -0000 1.4 +++ build.cmd 16 Apr 2006 07:58:37 -0000 1.5 @@ -309,6 +309,7 @@ mkdir %InstCWD%\netrek\sounds copy resources\sounds\*.wav %InstCWD%\netrek\sounds +if /I "%Compiler%" == "BCC" copy src\netrek.exe %InstCWD%\netrek if /I "%Compiler%" == "BCC" copy src\cursors\curslib.dll %InstCWD%\netrek\bitmaps goto end