Source tree reorg, stage 1: finished moving libs/, moved src/msvc++/ to build/msvc6/; build files updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3211 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Changes towards version 0.7:
|
||||
- Source tree reorg: libs/ moved out of sc2code/, msvc++/ moved to
|
||||
build/msvc6/ - Coredev
|
||||
- Druuge no longer turn hostile after attempting a salvage (bug #1013) - Alex
|
||||
- Process subtitles correctly with no timestamp file (bug #1060) - Alex
|
||||
- Lander will no longer hang when killed on planets with a lot of
|
||||
|
||||
+1
-1
@@ -105,7 +105,7 @@ packages.
|
||||
5. Set up the The Ur-Quan Masters project in Visual C++
|
||||
|
||||
5.1. Import the VC6 .dsp file:
|
||||
- Open C:\Build\sc2\src\msvc++\ and double-click on "UrQuanMasters.dsp".
|
||||
- Open C:\Build\sc2\build\msvc6\ and double-click on "UrQuanMasters.dsp".
|
||||
Visual C++ 2005 Express Edition will start. Confirm when it asks to
|
||||
convert the VC6 .dsp file.
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,4 +1,4 @@
|
||||
uqm_SUBDIRS="sc2code res"
|
||||
uqm_SUBDIRS="sc2code libs res"
|
||||
|
||||
if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then
|
||||
uqm_SUBDIRS="$uqm_SUBDIRS getopt"
|
||||
|
||||
+2
-2
@@ -3,10 +3,10 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* In this case, build.sh is not run to generate a config file, so
|
||||
* we use a default file msvc++/config.h instead.
|
||||
* we use a default file config_vc6.h instead.
|
||||
* If you want anything else than the defaults, you'll have to edit
|
||||
* that file manually. */
|
||||
# include "msvc++/config.h"
|
||||
# include "config_vc6.h"
|
||||
#elif defined(__SYMBIAN32__)
|
||||
# include "symbian/config.h"
|
||||
#elif defined (__MINGW32__) || defined (__CYGWIN__)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
uqm_SUBDIRS="comm libs planets ships"
|
||||
uqm_SUBDIRS="comm planets ships"
|
||||
uqm_CFILES="battle.c battlecontrols.c border.c build.c cleanup.c clock.c
|
||||
cnctdlg.c collide.c comm.c commanim.c commglue.c confirm.c credits.c
|
||||
cyborg.c demo.c displist.c dummy.c encount.c flash.c fmv.c galaxy.c
|
||||
|
||||
Reference in New Issue
Block a user