Win makefile fix??? debian fix?? Anybody can test?

This commit is contained in:
p.kosyh 2010-06-08 06:21:59 +00:00
parent b0bb409aea
commit 76e90030df
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
MAKE=mingw32-make
all: config.make
$(MAKE) -C src\zlib all
$(MAKE) -C src\sdl-instead all
$(MAKE) -C themes -f Makefile.windows all

1
debian/rules vendored
View file

@ -29,6 +29,7 @@ build-stamp: configure-stamp
# Add here commands to compile the package.
rm -rf Rules.make
ln -s Rules.make.system Rules.make
echo "2" | ./configure.sh
$(MAKE) PREFIX=/usr BIN=/usr/games STEADPATH=/usr/share/games/instead
rm -rf Rules.make
#docbook-to-man debian/instead.sgml > instead.1