diff Makefile.w32 @ 1:6e169d87d963

Improve buildsystem to support more flexible builds.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:08:17 +0300
parents 32250b436bca
children e1b6aa3017c2
line wrap: on
line diff
--- a/Makefile.w32	Fri Sep 28 01:54:23 2012 +0300
+++ b/Makefile.w32	Fri Sep 28 02:08:17 2012 +0300
@@ -4,6 +4,7 @@
 MINGW_PREFIX=i686-w64-mingw32-
 MINGW_PATH=/usr/i686-w64-mingw32
 
+DMLIB = ./
 BINPATH=./exe/
 OBJPATH=./win32/
 EXEEXT=.exe
@@ -21,4 +22,4 @@
 LDFLAGS=-lmingw32 -s
 
 
-include Makefile.gen
+include $(DMLIB)Makefile.gen