From: Tim R. <ti...@us...> - 2004-07-17 17:21:29
|
Update of /cvsroot/csdopenglnet/csdOpenGL/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28921/tools Modified Files: Makefile Log Message: modified Makefile to work with gac flags - i hope correct Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/tools/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 17 Jul 2004 17:03:52 -0000 1.3 --- Makefile 17 Jul 2004 17:21:20 -0000 1.4 *************** *** 6,10 **** MCS=$(CC) $(OPTS) PACKAGE=csDragons ! GAC=gacutil $(GAC_FLAGS) all: csdGLtools.dll --- 6,10 ---- MCS=$(CC) $(OPTS) PACKAGE=csDragons ! GAC=gacutil $(GACUTIL_FLAGS) all: csdGLtools.dll |