adapt to gmodule.symbols usage

2008-08-01  Hans Breuer  <hans@breuer.org>

	* makefile.msc.in : adapt to gmodule.symbols usage


svn path=/trunk/; revision=7277
This commit is contained in:
Hans Breuer 2008-08-01 14:17:43 +00:00 committed by Hans Breuer
parent 792bc0c61f
commit 1f3cb7bdde
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-08-01 Hans Breuer <hans@breuer.org>
* makefile.msc.in : adapt to gmodule.symbols usage
2008-07-27 Tor Lillqvist <tml@novell.com>
* gmodule.symbols: New file.

View File

@ -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