summaryrefslogtreecommitdiff
path: root/Makefile.mingw32
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-27 22:48:49 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-27 22:48:49 +0100
commit9176e884feeefcda4c401d9d212ab7090a3c566e (patch)
tree3995ab7cd166e3cfc0deec4f1f87dc454233df0a /Makefile.mingw32
parentbe2dfb0d959e8b97a95bb5d4b1ab4bb01d1973c1 (diff)
Mingw32 doesn't have byteswap.h
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r--Makefile.mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index b2fa09a..77f9bea 100644
--- a/Makefile.mingw32
+++ b/Makefile.mingw32
@@ -46,7 +46,7 @@ INCLUDES = \
-I../tinyxml \
-I../lua-modules-iup/im/include -I../lua-modules-iup/cd/include -I../lua-modules-iup/iup/include \
-HAVES = -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_MALLOC_H -DHAVE_BYTESWAP_H -DHAVE_UCL
+HAVES = -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_MALLOC_H -DHAVE_UCL
CPPFLAGS += $(INCLUDES) -g -fexceptions -DLUATASK_OMIT_COMMAND -DSTDC_HEADERS -DLIBICONV_PLUG -DREADLINE_STATIC -fexceptions -DWORDS_LITTLEENDIAN -march=i686 $(HAVES) -DUSE_MPQLIB -DFROM_LUAINTERFACE