Replaced hard-coded WINE invocation with a Make variable.
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 5 Feb 2008 14:23:35 +0000 (14:23 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 5 Feb 2008 14:23:35 +0000 (14:23 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@1708 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index 09c5ac6..de2a853 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ BALL_TARG := neverball$(EXT)
 PUTT_TARG := neverputt$(EXT)
 
 ifdef MINGW
-    MAPC := wine ./$(MAPC_TARG)
+    MAPC := $(WINE) ./$(MAPC_TARG)
 else
     MAPC := ./$(MAPC_TARG)
 endif