aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2014-06-03 18:02:36 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2014-06-03 18:02:36 +0200
commit8fd64d5e3783607ce31e89c7f4db78528dbe17fa (patch)
tree4ff657d11945ad9ad6f2ce45b842ba0a86a9acf0 /test
parent20f7478da933e74238e868bb592efb4e783ebdb9 (diff)
downloadwglarb-8fd64d5e3783607ce31e89c7f4db78528dbe17fa.tar.gz
wglarb-8fd64d5e3783607ce31e89c7f4db78528dbe17fa.tar.bz2
C99 compliant function pointer casting
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 946272e..52128ef 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
TARGET64=x86_64-w64-mingw32
-TARGET32=mingw32
+TARGET32=i686-w64-mingw32
CC64=-$(TARGET64)-gcc
CC32=-$(TARGET32)-gcc
CFLAGS=-static-libgcc -static-libstdc++ -I..
@@ -25,3 +25,5 @@ layered64_rc.o: layered.rc manifest.xml
layered32_rc.o: layered.rc manifest.xml
$(WINDRES32) --input layered.rc --output layered32_rc.o
+clean:
+ rm *.o *.exe