From: Tim R. <ti...@us...> - 2004-08-05 16:11:04
|
Update of /cvsroot/csdopenglnet/csdOpenGL/Cg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30837/Cg Modified Files: Makefile Log Message: update Makefile structure Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Cg/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 5 Aug 2004 16:02:32 -0000 1.2 --- Makefile 5 Aug 2004 16:10:51 -0000 1.3 *************** *** 26,37 **** install-gac: csdGL.dll csdGL_Gtk.dll ! $(GAC) /i csdGL.dll /f /package $(PACKAGE) ! $(GAC) /i csdGL_Gtk.dll /f /package $(PACKAGE) uninstall: uninstall-gac uninstall-gac: ! $(GAC) /u csdGL ! $(GAC) /u csdGL_Gtk clean: --- 26,35 ---- install-gac: csdGL.dll csdGL_Gtk.dll ! $(GAC) /i csdCg.dll /f /package $(PACKAGE) uninstall: uninstall-gac uninstall-gac: ! $(GAC) /u csdCg clean: |