]> git.pld-linux.org Git - packages/ale.git/blame - ale-makefile.patch
- updated for 0.8.0
[packages/ale.git] / ale-makefile.patch
CommitLineData
20934a65 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
5a7d31d7 3@@ -68,7 +68,7 @@
8ad2c6eb 4 find testsuite -name "*.output.*" | xargs rm -rf
20934a65 5
cf8d0a8c 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)
20934a65 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.076303 seconds and 4 git commands to generate.