]> git.pld-linux.org Git - packages/ale.git/blob - ale-makefile.patch
- updated for 0.8.0
[packages/ale.git] / ale-makefile.patch
1 --- ale-0.6.0/Makefile.orig     2004-01-27 06:15:06.000000000 +0100
2 +++ ale-0.6.0/Makefile  2004-05-21 21:18:17.000000000 +0200
3 @@ -68,7 +68,7 @@
4         find testsuite -name "*.output.*" | xargs rm -rf
5  
6  ale-phony: ale.cc ui/ui.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
7 -       g++ -o ale $(CFLAGS) ale.cc ui/ui.cc d3.cc d2.cc $(LDFLAGS)
8 +       $(CXX) -o ale $(CFLAGS) ale.cc ui/ui.cc d3.cc d2.cc $(LDFLAGS)
9  
10  # The following approach to building a Windows binary is probably very
11  # dependent on the host platform configuration.  The above target may be a
This page took 0.090229 seconds and 3 git commands to generate.