Update of /cvsroot/csdopenglnet/csdOpenGL/generator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28921/generator
Modified Files:
Makefile
Log Message:
modified Makefile to work with gac flags - i hope correct
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/generator/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 17 Jul 2004 17:03:52 -0000 1.4
--- Makefile 17 Jul 2004 17:21:20 -0000 1.5
***************
*** 7,11 ****
MCS=$(CC) $(OPTS)
PACKAGE=csDragons
! GAC=gacutil $(GAC_FLAGS)
all: csdGenerator.exe csdGL.dll csdGL_Gtk.dll
--- 7,11 ----
MCS=$(CC) $(OPTS)
PACKAGE=csDragons
! GAC=gacutil $(GACUTIL_FLAGS)
all: csdGenerator.exe csdGL.dll csdGL_Gtk.dll
|