[Opentnl-cvs] tnl/test Makefile,1.2,1.3
Brought to you by:
mark_frohnmayer,
s_alanet
From: Mark F. <mar...@us...> - 2004-09-28 19:08:27
|
Update of /cvsroot/opentnl/tnl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20088/test Modified Files: Makefile Log Message: Updated Makefiles and source for linux compile. Index: Makefile =================================================================== RCS file: /cvsroot/opentnl/tnl/test/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 20 Apr 2004 09:25:06 -0000 1.2 --- Makefile 28 Sep 2004 19:08:17 -0000 1.3 *************** *** 14,21 **** server.o - OBJECTS_CLIENT=\ - testGame.o\ - client.o - OBJECTS_TNLTEST=\ testGame.o\ --- 14,17 ---- *************** *** 31,35 **** @echo Building linux dedicated server... $(CC) -o server $(OBJECTS_SERVER) ../tnl/libtnl.a ../libtomcrypt/libtomcrypt.a -lstdc++ -lm - $(CC) -o client $(OBJECTS_CLIENT) ../tnl/libtnl.a ../libtomcrypt/libtomcrypt.a -lstdc++ -lm tnltest: $(OBJECTS_TNLTEST) --- 27,30 ---- |