mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
Visual Studio Builds: Update .def Files Generation
Define COGL_HAS_GTYPE_SUPPORT during the preprocessing of the .symbols files so that the _get_gtype symbols can be exported.
This commit is contained in:
parent
39d30a35a7
commit
3e494a13f8
@ -48,15 +48,15 @@ cd $(SolutionDir)
|
|||||||
</GenCoglEnumsC>
|
</GenCoglEnumsC>
|
||||||
<GenerateCoglDef>
|
<GenerateCoglDef>
|
||||||
echo EXPORTS > $(DefDir)\cogl.def
|
echo EXPORTS > $(DefDir)\cogl.def
|
||||||
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def
|
cl -EP -DCOGL_HAS_GTYPE_SUPPORT -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def
|
||||||
</GenerateCoglDef>
|
</GenerateCoglDef>
|
||||||
<GenerateCoglSDLDef>
|
<GenerateCoglSDLDef>
|
||||||
echo EXPORTS > $(DefDir)\cogl.def
|
echo EXPORTS > $(DefDir)\cogl.def
|
||||||
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_HAS_SDL_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def
|
cl -EP -DCOGL_HAS_GTYPE_SUPPORT -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_HAS_SDL_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def
|
||||||
</GenerateCoglSDLDef>
|
</GenerateCoglSDLDef>
|
||||||
<GenerateCoglPathDef>
|
<GenerateCoglPathDef>
|
||||||
echo EXPORTS > $(DefDir)\cogl-path.def
|
echo EXPORTS > $(DefDir)\cogl-path.def
|
||||||
cl -EP ..\..\..\cogl-path\cogl-path.symbols >> $(DefDir)\cogl-path.def
|
cl -EP -DCOGL_HAS_GTYPE_SUPPORT ..\..\..\cogl-path\cogl-path.symbols >> $(DefDir)\cogl-path.def
|
||||||
</GenerateCoglPathDef>
|
</GenerateCoglPathDef>
|
||||||
<GenerateCoglPangoDef>
|
<GenerateCoglPangoDef>
|
||||||
echo EXPORTS > $(DefDir)\cogl-pango.def
|
echo EXPORTS > $(DefDir)\cogl-pango.def
|
||||||
|
@ -75,21 +75,21 @@ cd $(SolutionDir)

|
|||||||
Name="GenerateCoglDef"
|
Name="GenerateCoglDef"
|
||||||
Value="
|
Value="
|
||||||
echo EXPORTS > $(DefDir)\cogl.def

|
echo EXPORTS > $(DefDir)\cogl.def

|
||||||
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def

|
cl -EP -DCOGL_HAS_GTYPE_SUPPORT -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def

|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="GenerateCoglSDLDef"
|
Name="GenerateCoglSDLDef"
|
||||||
Value="
|
Value="
|
||||||
echo EXPORTS > $(DefDir)\cogl.def

|
echo EXPORTS > $(DefDir)\cogl.def

|
||||||
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_HAS_SDL_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def

|
cl -EP -DCOGL_HAS_GTYPE_SUPPORT -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_HAS_SDL_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def

|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="GenerateCoglPathDef"
|
Name="GenerateCoglPathDef"
|
||||||
Value="
|
Value="
|
||||||
echo EXPORTS > $(DefDir)\cogl-path.def

|
echo EXPORTS > $(DefDir)\cogl-path.def

|
||||||
cl -EP ..\..\..\cogl-path\cogl-path.symbols >> $(DefDir)\cogl-path.def

|
cl -EP -DCOGL_HAS_GTYPE_SUPPORT ..\..\..\cogl-path\cogl-path.symbols >> $(DefDir)\cogl-path.def

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