[cogl/msvc-support: 4/5] Update VS property sheets
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/msvc-support: 4/5] Update VS property sheets
- Date: Tue, 2 Aug 2011 05:45:21 +0000 (UTC)
commit d4b5b60894864ef9ddd94516df5b63997ca018d2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Aug 2 13:59:40 2011 +0800
Update VS property sheets
Disable the copy of cogl/cogl-display.h from cogl/cogl-display.h.in
as cogl/cogl-display.h is no longer being generated.
build/win32/vs10/cogl.props | 7 -------
build/win32/vs9/cogl.vsprops | 4 ----
2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index a7f7a97..9735924 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -25,13 +25,6 @@ copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\cogl-defines.h
:DONE_COGL_DEFINES_H
-if exist ..\..\..\cogl\cogl-display.h goto DONE_COGL_DISPLAY_H
-
-copy ..\..\..\cogl\cogl-display.h.in ..\..\..\cogl\cogl-display.h
-
-:DONE_COGL_DISPLAY_H
-
-
if exist ..\..\..\cogl\cogl-enum-types.h goto DONE_COGL_ENUMS_H
cd ..\..\..\cogl
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index 17dd4af..875b58a 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -61,10 +61,6 @@ if exist ..\..\..\cogl\cogl-defines.h goto DONE_COGL_DEFINES_H

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

:DONE_COGL_DEFINES_H

-if exist ..\..\..\cogl\cogl-display.h goto DONE_COGL_DISPLAY_H

-copy ..\..\..\cogl\cogl-display.h.in ..\..\..\cogl\cogl-display.h

-:DONE_COGL_DISPLAY_H

-
if exist ..\..\..\cogl\cogl-enum-types.h goto DONE_COGL_ENUMS_H

cd ..\..\..\cogl

perl $(GlibEtcInstallRoot)\bin\glib-mkenums --template cogl-enum-types.h.in ./cogl-object.h ./cogl-bitmap.h ./cogl-buffer.h ./cogl-color.h ./cogl-fixed.h ./cogl-depth-state.h ./cogl-material-compat.h ./cogl-pipeline.h ./cogl-vector.h ./cogl-euler.h ./cogl-quaternion.h ./cogl-matrix.h ./cogl-offscreen.h ./cogl-primitives.h ./cogl-path.h ./cogl-pixel-buffer.h ./cogl-shader.h ./cogl-texture.h ./cogl-texture-2d.h ./cogl-texture-3d.h ./cogl-types.h ./cogl-vertex-buffer.h ./cogl-index-buffer.h ./cogl-attribute-buffer.h ./cogl-indices.h ./cogl-attribute.h ./cogl-primitive.h ./cogl-clip-state.h ./cogl-framebuffer.h ./cogl-clutter.h ./cogl.h ./cogl-win32-renderer.h > cogl-enum-types.h

[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]