]> git.pld-linux.org Git - packages/ale.git/blame - ale-makefile.patch
- updated to 0.7.1
[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 @@
20934a65 4 rm -f ale
5
6 ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h
7- g++ -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS)
8+ $(CXX) -o ale $(CFLAGS) ale.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.064541 seconds and 4 git commands to generate.