mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-25 15:00:41 +02:00
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:
parent
792bc0c61f
commit
1f3cb7bdde
@ -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>
|
2008-07-27 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* gmodule.symbols: New file.
|
* gmodule.symbols: New file.
|
||||||
|
@ -16,6 +16,12 @@ all : \
|
|||||||
|
|
||||||
gmodule_OBJECTS = \
|
gmodule_OBJECTS = \
|
||||||
gmodule.obj
|
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
|
gmoduleconf.h: gmoduleconf.h.win32
|
||||||
copy gmoduleconf.h.win32 gmoduleconf.h
|
copy gmoduleconf.h.win32 gmoduleconf.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user