replace version.h with uqmversion.h to make MSVC6 happy about dependencies

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@762 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-02-17 02:23:21 +00:00
parent 2d861025d5
commit a6847195a2
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -3320,7 +3320,7 @@ SOURCE=..\options.h
# End Source File
# Begin Source File
SOURCE=..\version.h
SOURCE=..\uqmversion.h
# End Source File
# Begin Source File
@@ -25,7 +25,7 @@
#include "primitives.h"
#include "dcqueue.h"
#include "options.h"
#include "version.h"
#include "uqmversion.h"
#include "SDL_thread.h"
#include "libs/graphics/drawcmd.h"
#include "bbox.h"
+1 -1
View File
@@ -36,7 +36,7 @@
#include "file.h"
#include "port.h"
#include "options.h"
#include "version.h"
#include "uqmversion.h"
#include "comm.h"
#if defined(GFXMODULE_SDL) || defined(SOUNDMODULE_SDL)
+3 -3
View File
@@ -14,8 +14,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef VERSION_H
#define VERSION_H
#ifndef UQMVERSION_H
#define UQMVERSION_H
#define UQM_MAJOR_VERSION 0
#define UQM_MINOR_VERSION 14
@@ -23,5 +23,5 @@
/* The final version is interpreted as:
printf ("%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION);
*/
#endif
#endif