mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 20:32:16 +00:00
Update VS property sheets
We no longer have COGL_ENABLE_EXPERIMENTAL_API in cogl.symbols as those APIs are always built into the COGL DLL, so the -DCOGL_ENABLE_EXPERIMENTAL_API is not needed anymore in the cogl.def generation process.
This commit is contained in:
parent
0d3acfb3ed
commit
a8f8380644
@ -192,7 +192,7 @@ copy ..\..\..\cogl\cogl2-compatibility.h $(CopyDir)\include\cogl-$(CoglApiVersio
|
|||||||
<GenerateCoglDef>
|
<GenerateCoglDef>
|
||||||
echo EXPORTS > ..\..\..\cogl\cogl.def
|
echo EXPORTS > ..\..\..\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
|
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\cogl\cogl.def
|
||||||
|
|
||||||
</GenerateCoglDef>
|
</GenerateCoglDef>
|
||||||
<GenerateCoglPangoDef>
|
<GenerateCoglPangoDef>
|
||||||
|
@ -178,7 +178,7 @@ copy ..\..\..\tests\data\valgrind.suppressions $(OutDir)\share\cogl-$(CoglApiVer
|
|||||||
Name="GenerateCoglDef"
|
Name="GenerateCoglDef"
|
||||||
Value="
|
Value="
|
||||||
echo EXPORTS > ..\..\..\cogl\cogl.def

|
echo EXPORTS > ..\..\..\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

|
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT ..\..\..\cogl\cogl.symbols >> ..\..\..\cogl\cogl.def

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