From 6c7539fe592849f5639eebd277763319f6fc9cb8 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Sat, 19 Jan 2013 12:02:45 +0800 Subject: [PATCH] Clean up Visual C++ property sheets We no longer need entries to generate the .def files in the property sheets as we are now doing __declspec (dllexport) to export all the needed symbols. So, purge these items from the property sheets since they are no longer used. --- build/win32/vs10/glib.props | 7 ------- build/win32/vs9/glib.vsprops | 24 ------------------------ 2 files changed, 31 deletions(-) diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props index fba6bc7..de657d6 100644 --- a/build/win32/vs10/glib.props +++ b/build/win32/vs10/glib.props @@ -3,7 +3,6 @@ ..\..\..\..\vs10\$(Platform) $(GlibEtcInstallRoot) - $(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\ 2.0 mkdir $(CopyDir)\bin @@ -521,12 +520,6 @@ mkdir $(CopyDir)\share\glib-$(ApiVersion)\schemas copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas - echo EXPORTS >"$(DefDir)glib.def" && cl /EP -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 -DG_GNUC_FORMAT=;G_GNUC_FORMAT ..\..\..\glib\glib.symbols >>"$(DefDir)glib.def" - echo EXPORTS >"$(DefDir)glib.def" && cl /EP -DG_OS_WIN32 -D_WIN64 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT ..\..\..\glib\glib.symbols >>"$(DefDir)glib.def" - echo EXPORTS >"$(DefDir)gmodule.def" && cl /EP -DG_OS_WIN32 ..\..\..\gmodule\gmodule.symbols >>"$(DefDir)gmodule.def" - echo EXPORTS >"$(DefDir)gmodule.def" && cl /EP -DG_OS_WIN32 -D_WIN64 ..\..\..\gmodule\gmodule.symbols >>"$(DefDir)gmodule.def" - echo EXPORTS >"$(DefDir)gobject.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF ..\..\..\gobject\gobject.symbols >>"$(DefDir)gobject.def" - echo EXPORTS >"$(DefDir)gio.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 ..\..\..\gio\gio.symbols >>"$(DefDir)gio.def" lib -$(ApiVersion)-0 diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops index f4211c8..5cbb45a 100644 --- a/build/win32/vs9/glib.vsprops +++ b/build/win32/vs9/glib.vsprops @@ -318,30 +318,6 @@ copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas & " /> - - - - - - -- 2.7.4