diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-27 23:19:57 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-27 23:19:57 +0100 |
commit | 617903b4521df87ea6c804edf915b6668e627a05 (patch) | |
tree | 2b191c9a7eb4ec3d66235c7ee53d57e673cb6f8d | |
parent | 98f1564e6e54e0fde77644f75a9d78c1ba5d0c05 (diff) | |
parent | 9176e884feeefcda4c401d9d212ab7090a3c566e (diff) |
Merge branch 'master' of /pub/repo.git/lua-interface
-rw-r--r-- | Makefile.mingw32 | 2 |
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 |