netpanzer-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-CVS] netpanzer/src Makefile Lib/FileSystem.cpp Lib/F...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src Makefile Lib/FileSystem.cpp Lib/F...
Date: Thu, 11 Sep 2003 14:56:55 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/11 14:56:54

Modified files:
        src            : Makefile 
Added files:
        src/Lib        : FileSystem.cpp FileSystem.hpp 

Log message:
        added a c++ wrapper for the physfs lib

Patches:
Index: netpanzer/src/Makefile
diff -u netpanzer/src/Makefile:1.12 netpanzer/src/Makefile:1.13
--- netpanzer/src/Makefile:1.12 Thu Sep 11 13:35:46 2003
+++ netpanzer/src/Makefile      Thu Sep 11 14:56:54 2003
@@ -19,7 +19,7 @@
 CFLAGS += -Wall -g3 -O2 $(foreach dir, $(INCLUDEDIRS), -I$(dir))
 
 GOAL = ../netpanzer
-LINKFLAGS += -g3 `sdl-config --libs` -lSDL_net -lSDL_mixer
+LINKFLAGS += -g3 `sdl-config --libs` -lSDL_net -lSDL_mixer -lphysfs
 CFLAGS += `sdl-config --cflags` -DUNIX
 
 ifeq ($(PROFILING),yes)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]