From: Tim R. <ti...@us...> - 2004-09-11 08:45:25
|
Update of /cvsroot/csdopenglnet/csdOpenGL/Cg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19298 Modified Files: Makefile Log Message: adaption to new structure Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Cg/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile 11 Sep 2004 08:21:07 -0000 1.14 --- Makefile 11 Sep 2004 08:45:15 -0000 1.15 *************** *** 11,14 **** --- 11,15 ---- GAC=gacutil $(GACUTIL_FLAGS) DLL=csDragons.OpenGL.Cg.dll + DEMOS=demo.exe all: $(DLL) *************** *** 27,31 **** $(GEN) cgGL.xml ! demo: demo.exe csDragons.OpenGL.dll csDragons.OpenGL.dll: --- 28,32 ---- $(GEN) cgGL.xml ! demo: $(DEMOS) csDragons.OpenGL.dll csDragons.OpenGL.dll: *************** *** 47,52 **** clean: ! rm -f *.exe ! rm -f *.dll rm -f csdCgBase.cs rm -f csdCgGLBase.cs --- 48,53 ---- clean: ! rm -f $(DEMOS) ! rm -f csDragons.OpenGL.dll* rm -f csdCgBase.cs rm -f csdCgGLBase.cs |