Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22426 Modified Files: NetrekXP to do list.C build.cmd buildexe.cmd compile.txt Log Message: Spacing fixes, updated build and compile files, added new resource file that works with Visual Studio, new clock bmp. Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- NetrekXP to do list.C 29 Apr 2006 22:48:06 -0000 1.9 +++ NetrekXP to do list.C 30 Apr 2006 15:59:37 -0000 1.10 @@ -33,7 +33,7 @@ closeable by shift right click. 6) genoed as obs on team with no planets -> you were killed by something not in this game -7) Resolve curslib, winkey, and version build issues under Visual Studio +7) Explore how changing SCALE breaks the client, and fix it: for future bitmap upgrades. Might be done: 1) mouse scroll in message windows gets the up/down coord wrong when main title @@ -43,6 +43,7 @@ 4) save_options keymap: not saving right 5) if waiting on queue and get in, quit clock missing 6) right click on all_review window, get message "obsolete!" +7) winkey working with BCC Stas's list: - color coded playerlist. Index: compile.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/compile.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- compile.txt 26 Apr 2006 02:04:24 -0000 1.6 +++ compile.txt 30 Apr 2006 15:59:39 -0000 1.7 @@ -21,8 +21,11 @@ aka Microsoft Visual Studio 2005 You will need the SDK from the web, as the software doesn't come with the necessary files. -Additionally, DirectX SDK is probably needed too, for the SDL support. The build file -will not work under Visual Studio. +Additionally, DirectX SDK is probably needed too, for the SDL support. +Compile the entire project in studio (which includes clientr, curslib, and winkey), +then run the build script from DOS prompt. I (Bill) have commented out the build lines +that used cscript to compile the source since that command doesn't work with Visual +Studio. Stas Pirogov (keyos at keyos.org) Index: buildexe.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/buildexe.cmd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- buildexe.cmd 26 Apr 2006 02:04:24 -0000 1.3 +++ buildexe.cmd 30 Apr 2006 15:59:38 -0000 1.4 @@ -23,15 +23,15 @@ %MyCWD%\tools\mkkey -k %RSAKEY% popd -pushd src\cursors -cscript %MyCWD%\tools\vcmake.vbs curslib.dsw "Win32 Release" -popd +rem pushd src\cursors +rem cscript %MyCWD%\tools\vcmake.vbs curslib.dsw "Win32 Release" +rem popd -pushd src\winkey -cscript %MyCWD%\tools\vcmake.vbs winkey.dsw "Win32 Release" -popd +rem pushd src\winkey +rem cscript %MyCWD%\tools\vcmake.vbs winkey.dsw "Win32 Release" +rem popd -cscript %MyCWD%\tools\vcmake.vbs clientr.dsw "Win32 Release" +rem cscript %MyCWD%\tools\vcmake.vbs clientr.dsw "Win32 Release" pushd %InstCWD%\netrek %MyCWD%\tools\stampver -v%MyCWD%\src\stampver.inf netrek.exe Index: build.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- build.cmd 29 Apr 2006 19:22:38 -0000 1.9 +++ build.cmd 30 Apr 2006 15:59:38 -0000 1.10 @@ -352,15 +352,15 @@ %MyCWD%\tools\mkkey -nt -k %RSAKEY% popd -pushd src\cursors -cscript %MyCWD%\tools\vcmake.vbs curslib.dsw "Win32 Release" -popd +rem pushd src\cursors +rem cscript %MyCWD%\tools\vcmake.vbs curslib.dsw "Win32 Release" +rem popd -pushd src\winkey -cscript %MyCWD%\tools\vcmake.vbs winkey.dsw "Win32 Release" -popd +rem pushd src\winkey +rem cscript %MyCWD%\tools\vcmake.vbs winkey.dsw "Win32 Release" +rem popd -cscript %MyCWD%\tools\vcmake.vbs clientr.dsw "Win32 Release" +rem cscript %MyCWD%\tools\vcmake.vbs clientr.dsw "Win32 Release" pushd %InstCWD%\netrek %MyCWD%\tools\stampver -v%MyCWD%\src\stampver.inf netrek.exe