diff Makefile.w32 @ 10:db2e214a30eb

Improve build process.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 06:36:10 +0300
parents c12a8dda22bb
children fcca32ea1ca8
line wrap: on
line diff
--- a/Makefile.w32	Sat Sep 29 06:02:53 2012 +0300
+++ b/Makefile.w32	Sat Sep 29 06:36:10 2012 +0300
@@ -5,9 +5,9 @@
 MINGW_PATH=/usr/i686-w64-mingw32
 
 DMLIB = ./dmlib/
-BINPATH=./exe/
-OBJPATH=./win32/
-EXEEXT=.exe
+BINPATH ?= .
+OBJPATH ?= ./win32/
+EXEEXT ?= .exe
 
 # C-compiler, flags and linker flags
 CC=$(MINGW_PREFIX)gcc