mirror of
https://github.com/brl/mutter.git
synced 2024-12-01 12:20:47 -05:00
Update Visual C++ property sheets
Re-apply the cogl-defines.h as appropriate if one chooses to change his/her mind on whether he/she wants to build the SDL winsys.
This commit is contained in:
parent
9c73da59a5
commit
c7eaf4cd11
@ -12,13 +12,23 @@
|
|||||||
<TestProgDef>CLUTTER_COMPILATION;TESTS_DATADIR="../share/cogl-$(CoglApiVersion)/tests"</TestProgDef>
|
<TestProgDef>CLUTTER_COMPILATION;TESTS_DATADIR="../share/cogl-$(CoglApiVersion)/tests"</TestProgDef>
|
||||||
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
|
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
|
||||||
<DoDefinesSDL>
|
<DoDefinesSDL>
|
||||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H
|
if exist ..\..\..\cogl\SDL_DEFINES goto DONE_COGL_DEFINES_H
|
||||||
copy ..\..\..\cogl\cogl-defines.h.win32_sdl ..\..\..\cogl\cogl-defines.h
|
if not exist ..\..\..\cogl\WGL_DEFINES goto DO_COGL_DEFINES_H
|
||||||
|
del ..\..\..\cogl\cogl-defines.h
|
||||||
|
del ..\..\..\cogl\WGL_DEFINES
|
||||||
|
:DO_COGL_DEFINES_H
|
||||||
|
copy ..\..\..\cogl\cogl-defines.h.win32_sdl ..\..\..\cogl\SDL_DEFINES
|
||||||
|
copy ..\..\..\cogl\SDL_DEFINES ..\..\..\cogl\cogl-defines.h
|
||||||
:DONE_COGL_DEFINES_H
|
:DONE_COGL_DEFINES_H
|
||||||
</DoDefinesSDL>
|
</DoDefinesSDL>
|
||||||
<DoDefines>
|
<DoDefines>
|
||||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H
|
if exist ..\..\..\cogl\WGL_DEFINES goto DONE_COGL_DEFINES_H
|
||||||
copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\cogl-defines.h
|
if not exist ..\..\..\cogl\SDL_DEFINES goto DO_COGL_DEFINES_H
|
||||||
|
del ..\..\..\cogl\cogl-defines.h
|
||||||
|
del ..\..\..\cogl\SDL_DEFINES
|
||||||
|
:DO_COGL_DEFINES_H
|
||||||
|
copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\WGL_DEFINES
|
||||||
|
copy ..\..\..\cogl\WGL_DEFINES ..\..\..\cogl\cogl-defines.h
|
||||||
:DONE_COGL_DEFINES_H
|
:DONE_COGL_DEFINES_H
|
||||||
</DoDefines>
|
</DoDefines>
|
||||||
<PreBuildCmd>
|
<PreBuildCmd>
|
||||||
|
@ -57,16 +57,26 @@
|
|||||||
<UserMacro
|
<UserMacro
|
||||||
Name="DoDefinesSDL"
|
Name="DoDefinesSDL"
|
||||||
Value="
|
Value="
|
||||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H

|
if exist ..\..\..\cogl\SDL_DEFINES goto DONE_COGL_DEFINES_H

|
||||||
copy ..\..\..\cogl\cogl-defines.h.win32_sdl ..\..\..\cogl\cogl-defines.h

|
if not exist ..\..\..\cogl\WGL_DEFINES goto DO_COGL_DEFINES_H

|
||||||
|
del ..\..\..\cogl\cogl-defines.h

|
||||||
|
del ..\..\..\cogl\WGL_DEFINES

|
||||||
|
:DO_COGL_DEFINES_H

|
||||||
|
copy ..\..\..\cogl\cogl-defines.h.win32_sdl ..\..\..\cogl\SDL_DEFINES

|
||||||
|
copy ..\..\..\cogl\SDL_DEFINES ..\..\..\cogl\cogl-defines.h

|
||||||
:DONE_COGL_DEFINES_H

|
:DONE_COGL_DEFINES_H

|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="DoDefines"
|
Name="DoDefines"
|
||||||
Value="
|
Value="
|
||||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H

|
if exist ..\..\..\cogl\WGL_DEFINES goto DONE_COGL_DEFINES_H

|
||||||
copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\cogl-defines.h

|
if not exist ..\..\..\cogl\SDL_DEFINES goto DO_COGL_DEFINES_H

|
||||||
|
del ..\..\..\cogl\cogl-defines.h

|
||||||
|
del ..\..\..\cogl\SDL_DEFINES

|
||||||
|
:DO_COGL_DEFINES_H

|
||||||
|
copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\WGL_DEFINES

|
||||||
|
copy ..\..\..\cogl\WGL_DEFINES ..\..\..\cogl\cogl-defines.h

|
||||||
:DONE_COGL_DEFINES_H

|
:DONE_COGL_DEFINES_H

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