From 81f3da48038d6db0edcd026f77616aee71bb1bed Mon Sep 17 00:00:00 2001 From: evktalo Date: Sun, 19 Jul 2009 15:00:53 +0000 Subject: Separate makefiles for cross-compiling the Windows builds on crawl.develz.org. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10322 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 03cc3dba7a..5d809d31c9 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -11,11 +11,16 @@ MAKEFILE ?= makefile.unix #MAKEFILE ?= makefile_tiles.mgw #MAKEFILE ?= makefile_tiles.unix +#These are for cross-compiling purposes on crawl.develz.org, here for convenience: + +#MAKEFILE ?= makefile.mgw_unix +#MAKEFILE ?= makefile_tiles.mgw_unix + # number of concurrent jobs -- good value is (#_of_CPUs * 2) + 1 # cuts build time a lot on multi-cpu machines # Note: do not use enable this for builds of the tiles version. #OTHER=-j2 - + all: $(MAKE) $(OTHER) -f $(MAKEFILE) -- cgit v1.2.3-54-g00ecf