diff Makefile.w32 @ 83:9baefdd4179c

Use win32/ subdirectory for object files also.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Apr 2009 22:03:14 +0300
parents 3ab7751fdad1
children 9140c33296a8
line wrap: on
line diff
--- a/Makefile.w32	Mon Apr 20 22:02:58 2009 +0300
+++ b/Makefile.w32	Mon Apr 20 22:03:14 2009 +0300
@@ -13,5 +13,6 @@
 # Miscellaneous
 RM=rm
 EXEEXT=.exe
+OBJPATH=win32/
 
 include Makefile.gen