[opendemo-cvs] CVS: opendemo/src/jk2/opendemo Makefile,1.2,1.3
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2004-04-17 17:52:59
|
Update of /cvsroot/opendemo/opendemo/src/jk2/opendemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15510 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/jk2/opendemo/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 28 Sep 2003 19:29:37 -0000 1.2 --- Makefile 17 Apr 2004 17:52:47 -0000 1.3 *************** *** 391,395 **** BATCH_TARGET_GAME=$(BATCH_BASEDIR_GAME)/game.bat BATCH_LINKFILE_GAME=game ! BATCH_CFLAGS_GAME=-DMISSIONPACK LINK_BASEDIR_GAME=..\..\..\base\vm LINK_LIST_GAME=$(subst .c,,$(BATCH_LIST_GAME)) ..\g_syscalls --- 391,395 ---- BATCH_TARGET_GAME=$(BATCH_BASEDIR_GAME)/game.bat BATCH_LINKFILE_GAME=game ! BATCH_CFLAGS_GAME=-DMISSIONPACK -I..\..\opendemo LINK_BASEDIR_GAME=..\..\..\base\vm LINK_LIST_GAME=$(subst .c,,$(BATCH_LIST_GAME)) ..\g_syscalls |