From: Tim R. <ti...@us...> - 2004-07-17 17:04:01
|
Update of /cvsroot/csdopenglnet/csdOpenGL/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26277/tools Modified Files: Makefile Log Message: modified for using GAC_FLAGS parameter Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/tools/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 13 Jul 2004 19:04:33 -0000 1.2 --- Makefile 17 Jul 2004 17:03:52 -0000 1.3 *************** *** 6,10 **** MCS=$(CC) $(OPTS) PACKAGE=csDragons ! all: csdGLtools.dll --- 6,10 ---- MCS=$(CC) $(OPTS) PACKAGE=csDragons ! GAC=gacutil $(GAC_FLAGS) all: csdGLtools.dll *************** *** 15,24 **** install-gac: csdGLtools.dll ! gacutil /i csdGLtools.dll /f /package $(PACKAGE) uninstall: uninstall-gac uninstall-gac: ! gacutil /u csdGLtools clean: --- 15,24 ---- install-gac: csdGLtools.dll ! $(GAC) /i csdGLtools.dll /f /package $(PACKAGE) uninstall: uninstall-gac uninstall-gac: ! $(GAC) /u csdGLtools clean: |