mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -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>
|
||||
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
|
||||
<DoDefinesSDL>
|
||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H
|
||||
copy ..\..\..\cogl\cogl-defines.h.win32_sdl ..\..\..\cogl\cogl-defines.h
|
||||
if exist ..\..\..\cogl\SDL_DEFINES goto DONE_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
|
||||
</DoDefinesSDL>
|
||||
<DoDefines>
|
||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H
|
||||
copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\cogl-defines.h
|
||||
if exist ..\..\..\cogl\WGL_DEFINES goto DONE_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
|
||||
</DoDefines>
|
||||
<PreBuildCmd>
|
||||
|
@ -57,16 +57,26 @@
|
||||
<UserMacro
|
||||
Name="DoDefinesSDL"
|
||||
Value="
|
||||
if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H

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

|
||||
if exist ..\..\..\cogl\SDL_DEFINES goto DONE_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

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

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

|
||||
if exist ..\..\..\cogl\WGL_DEFINES goto DONE_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

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