]> Pileus Git - wmpus/blobdiff - makefile
Update win32 support
[wmpus] / makefile
index a3f9952d5e11cf88f1e9e19626a0e69d20f89fd3..617737371aaef7cbb70151741e473f9f32ecb1af 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,13 +7,14 @@ CFLAGS=-g -Werror -Wall
 LIBS=-Wl,--as-needed -lX11
 TEST=DISPLAY=:2.0
 
+WIN32=
 ifdef WIN32
 SYS=win32
 CC=i686-pc-mingw32-gcc
-CFLAGS=-g -Werror -Wall
+CFLAGS=-g -Werror -Wall -D_NO_OLDNAMES
 LIBS=
 PROG=awm.exe
-TEST=wine
+TEST=cp -t /t/htdocs/temp
 endif
 
 test: $(PROG)