* glue/makefile.win32: Add -mms-bitfields for MSVC function name

mangling compatibility

svn path=/trunk/gtk-sharp/; revision=17968
This commit is contained in:
Alp Toker 2003-09-07 12:01:21 +00:00
parent 978a7b8819
commit 8d8363eb5d
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,8 @@
the default build
* sample/GladeTest.cs:
* sample/GladeViewer.cs: Remove Gnome dependency and clean up
* glue/makefile.win32: Add -mms-bitfields for MSVC function name
mangling compatibility
2003-09-06 Alp Toker <alp@atoker.com>

View File

@ -1,7 +1,7 @@
GTK_CFLAGS=`pkg-config --cflags gtk+-win32-2.0 libglade-2.0`
GTK_LIBS=`pkg-config --libs gtk+-win32-2.0 libglade-2.0`
CC=gcc -mno-cygwin
DLLWRAP=dllwrap -mno-cygwin --target i386-mingw32 --export-all-symbols
CC=gcc -mno-cygwin -mms-bitfields
DLLWRAP=dllwrap -mno-cygwin -mms-bitfields --target i386-mingw32 --export-all-symbols
GLUE_OBJS = \
adjustment.o \