]> git.pld-linux.org Git - packages/ale.git/commitdiff
- updated for 0.8.0
authordarekr <darekr@pld-linux.org>
Sun, 27 Mar 2005 10:56:55 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ale-makefile.patch -> 1.4

ale-makefile.patch

index 64040a9108851002b4ba1f250c46ac82d0e78f30..408d2f68b801771db85948c082f6b3b1184b9883 100644 (file)
@@ -3,9 +3,9 @@
 @@ -68,7 +68,7 @@
        find testsuite -name "*.output.*" | xargs rm -rf
  
- ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
--      g++ -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
-+      $(CXX) -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
+ ale-phony: ale.cc ui/ui.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
+-      g++ -o ale $(CFLAGS) ale.cc ui/ui.cc d3.cc d2.cc $(LDFLAGS)
++      $(CXX) -o ale $(CFLAGS) ale.cc ui/ui.cc d3.cc d2.cc $(LDFLAGS)
  
  # The following approach to building a Windows binary is probably very
  # dependent on the host platform configuration.  The above target may be a
This page took 0.072347 seconds and 4 git commands to generate.