]> git.pld-linux.org Git - packages/freelords.git/commitdiff
- fixed. RA-1_0 STABLE freelords-0_1_6-2
authorkloczek <kloczek@pld-linux.org>
Wed, 18 Sep 2002 18:52:20 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freelords-make.patch -> 1.3

freelords-make.patch

index 9eedc7ab914e9025e8b1942d450de3a030a6c6f5..e48ca7505faa83930855b57c4049c85645aa14e9 100644 (file)
  TARGET                = freelords
  
  OBJECTS               = main.o 
+@@ -15,11 +17,11 @@
+       @echo "FreeLords has successfully built"
+ MYLIBS: 
+-      cd common; $(MAKE);
+-      cd graphic; $(MAKE);
++      cd common; $(MAKE) CXXFLAGS="$(CXXFLAGS)";
++      cd graphic; $(MAKE) CXXFLAGS="$(CXXFLAGS)";
+ $(TARGET): $(OBJECTS) 
+-      $(CXX) -Wall $(W_ERROR) -g $(LFLAGS) $(OBJECTS) -o $(TARGET)
++      $(CXX) -Wall $(W_ERROR) $(LFLAGS) $(LIBS) $(OBJECTS) -o $(TARGET)
+ clean:
+       cd common && $(MAKE) clean
 --- freelords/src/common/Makefile~     Wed Sep 18 16:29:08 2002
 +++ freelords/src/common/Makefile      Wed Sep 18 16:29:08 2002
 @@ -1,8 +1,9 @@
This page took 0.066605 seconds and 4 git commands to generate.