diff Makefile.w32 @ 176:f265e7274a45

Add a 'NONBUILD' target list for non-builded targets, use it for win32 subdir creation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Nov 2010 07:53:45 +0200
parents 1b6bc8bf6ac3
children 829457be9eea
line wrap: on
line diff
--- a/Makefile.w32	Mon Nov 15 07:50:48 2010 +0200
+++ b/Makefile.w32	Mon Nov 15 07:53:45 2010 +0200
@@ -24,7 +24,7 @@
 OBJPATH=./win32/
 BINPATH=./win32/
 #BINPATH=/misc/wine_c/
-TARGETS=$(OBJPATH)
+NONBUILD=$(OBJPATH)
 
 include Makefile.gen