SOURCES: tennix-makefile.patch (NEW) - use CXXFLAGS

lisu lisu at pld-linux.org
Thu Jun 14 11:52:37 CEST 2007


Author: lisu                         Date: Thu Jun 14 09:52:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use CXXFLAGS

---- Files affected:
SOURCES:
   tennix-makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tennix-makefile.patch
diff -u /dev/null SOURCES/tennix-makefile.patch:1.1
--- /dev/null	Thu Jun 14 11:52:37 2007
+++ SOURCES/tennix-makefile.patch	Thu Jun 14 11:52:32 2007
@@ -0,0 +1,19 @@
+--- tennix-0.3.0/makefile~	2007-06-12 22:47:13.000000000 +0200
++++ tennix-0.3.0/makefile	2007-06-14 01:51:02.000000000 +0200
+@@ -20,6 +20,7 @@
+ #
+ 
+ CC        =  gcc
++CXXFLAGS  =
+ RELEASE   =  svn
+ 
+ TARGET ?= default
+@@ -51,7 +52,7 @@
+ endif
+ 
+ tennix: $(OBJ)
+-	$(CC) $(CFLAGS)   -o tennix $(OBJ) $(LIBS)
++	$(CC) $(CXXFLAGS) $(CFLAGS)   -o tennix $(OBJ) $(LIBS)
+ 	test -f tennix.exe && upx tennix.exe || true 
+ 
+ tennix.o: tennix.c tennix.h game.h graphics.h input.h sound.h
================================================================


More information about the pld-cvs-commit mailing list