From: Tim R. <ti...@us...> - 2004-07-13 19:04:42
|
Update of /cvsroot/csdopenglnet/csdOpenGL/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15582/tools Modified Files: Makefile Log Message: install option added Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/tools/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 12 Jul 2004 17:17:29 -0000 1.1.1.1 --- Makefile 13 Jul 2004 19:04:33 -0000 1.2 *************** *** 12,18 **** --- 12,22 ---- $(MCS) -r:System.Drawing -target:library $(FILES) -out:$@ + install: install-gac + install-gac: csdGLtools.dll gacutil /i csdGLtools.dll /f /package $(PACKAGE) + uninstall: uninstall-gac + uninstall-gac: gacutil /u csdGLtools |