mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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:
parent
3ea6acc072
commit
e654e3f699
@ -188,7 +188,7 @@ copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion
|
||||
<GenerateCoglDef>
|
||||
echo EXPORTS > ..\..\..\cogl\cogl.def
|
||||
|
||||
cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\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 >> ..\..\..\cogl\cogl.def
|
||||
|
||||
</GenerateCoglDef>
|
||||
<GenerateCoglPangoDef>
|
||||
|
@ -176,7 +176,7 @@ copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVer
|
||||
Name="GenerateCoglDef"
|
||||
Value="
|
||||
echo EXPORTS > ..\..\..\cogl\cogl.def

|
||||
cl -EP -DCOGL_ENABLE_EXPERIMENTAL_API -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\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 >> ..\..\..\cogl\cogl.def

|
||||
"
|
||||
/>
|
||||
<UserMacro
|
||||
|
Loading…
Reference in New Issue
Block a user