glib r7277 - trunk/gmodule
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7277 - trunk/gmodule
- Date: Fri, 1 Aug 2008 14:17:43 +0000 (UTC)
Author: hans
Date: Fri Aug 1 14:17:43 2008
New Revision: 7277
URL: http://svn.gnome.org/viewvc/glib?rev=7277&view=rev
Log:
2008-08-01 Hans Breuer <hans breuer org>
* makefile.msc.in : adapt to gmodule.symbols usage
Modified:
trunk/gmodule/ChangeLog
trunk/gmodule/makefile.msc.in
Modified: trunk/gmodule/makefile.msc.in
==============================================================================
--- trunk/gmodule/makefile.msc.in (original)
+++ trunk/gmodule/makefile.msc.in Fri Aug 1 14:17:43 2008
@@ -16,6 +16,12 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]