diff Makefile.w32 @ 87:9140c33296a8

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Apr 2009 07:30:51 +0300
parents 9baefdd4179c
children 8af4072dc31a
line wrap: on
line diff
--- a/Makefile.w32	Mon Apr 20 22:06:55 2009 +0300
+++ b/Makefile.w32	Mon Apr 27 07:30:51 2009 +0300
@@ -2,8 +2,6 @@
 # For win32 version cross-compilation with MiNGW suite @ Linux
 #
 PATH=/usr/local/i386-mingw32/bin:/usr/bin:/bin
-PREFIX=./win32/
-BINPATH=./win32/
 
 # C-compiler, flags and linker flags
 CC=gcc
@@ -11,8 +9,8 @@
 LDFLAGS=-L/usr/local/i386-mingw32/lib/ pdcurses/pdcurses.a -liberty -lws2_32 -s
 
 # Miscellaneous
-RM=rm
 EXEEXT=.exe
-OBJPATH=win32/
+OBJPATH=./win32/
+BINPATH=./win32/
 
 include Makefile.gen