[opendemo-cvs] CVS: opendemo/src/sof2/opendemo Makefile,1.5,1.6
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2004-04-17 17:48:43
|
Update of /cvsroot/opendemo/opendemo/src/sof2/opendemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14637 Modified Files: Makefile Log Message: Add the opendemo directory to the include path in the batch files. Hint came from RCFmember. Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/sof2/opendemo/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 28 Feb 2004 09:46:45 -0000 1.5 --- Makefile 17 Apr 2004 17:48:35 -0000 1.6 *************** *** 609,613 **** BATCH_TARGET_GAME=$(BATCH_BASEDIR_GAME)/game.bat BATCH_LINKFILE_GAME=game ! BATCH_CFLAGS_GAME=-DMISSIONPACK -I..\..\cgame -I..\..\game -I..\..\ui LINK_BASEDIR_GAME=..\..\..\base\vm LINK_LIST_GAME=$(subst .c,,$(BATCH_LIST_GAME)) ..\g_syscalls --- 609,613 ---- BATCH_TARGET_GAME=$(BATCH_BASEDIR_GAME)/game.bat BATCH_LINKFILE_GAME=game ! BATCH_CFLAGS_GAME=-DMISSIONPACK -I..\..\cgame -I..\..\game -I..\..\ui -I..\..\opendemo LINK_BASEDIR_GAME=..\..\..\base\vm LINK_LIST_GAME=$(subst .c,,$(BATCH_LIST_GAME)) ..\g_syscalls |