diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index d3f39eb31..6c5c8ee26 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2008-08-01 Hans Breuer + + * makefile.msc.in : adapt to gmodule.symbols usage + 2008-07-27 Tor Lillqvist * gmodule.symbols: New file. diff --git a/gmodule/makefile.msc.in b/gmodule/makefile.msc.in index da365116b..431dd50f0 100644 --- a/gmodule/makefile.msc.in +++ b/gmodule/makefile.msc.in @@ -16,6 +16,12 @@ all : \ gmodule_OBJECTS = \ gmodule.obj +gmodule.def: gmodule.symbols + echo EXPORTS > gmodule.def + cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES \ + -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= \ + -DG_GNUC_PRINTF=;G_GNUC_PRINTF gmodule.symbols >> gmodule.def + gmoduleconf.h: gmoduleconf.h.win32 copy gmoduleconf.h.win32 gmoduleconf.h