Update Visual C++ property sheets

Make sure GLib support functions are placed into the cogl.def file so
that they will be exported.
This commit is contained in:
Chun-wei Fan 2012-02-10 11:37:54 +08:00
parent 3ea6acc072
commit e654e3f699
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion
<GenerateCoglDef> <GenerateCoglDef>
echo EXPORTS &gt; ..\..\..\cogl\cogl.def echo EXPORTS &gt; ..\..\..\cogl\cogl.def
cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT ..\..\..\cogl\cogl.symbols &gt;&gt; ..\..\..\cogl\cogl.def cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols &gt;&gt; ..\..\..\cogl\cogl.def
</GenerateCoglDef> </GenerateCoglDef>
<GenerateCoglPangoDef> <GenerateCoglPangoDef>

View File

@ -176,7 +176,7 @@ copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVer
Name="GenerateCoglDef" Name="GenerateCoglDef"
Value=" Value="
echo EXPORTS &gt; ..\..\..\cogl\cogl.def&#x0D;&#x0A; echo EXPORTS &gt; ..\..\..\cogl\cogl.def&#x0D;&#x0A;
cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT ..\..\..\cogl\cogl.symbols &gt;&gt; ..\..\..\cogl\cogl.def&#x0D;&#x0A; cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols &gt;&gt; ..\..\..\cogl\cogl.def&#x0D;&#x0A;
" "
/> />
<UserMacro <UserMacro