summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-07-28 17:40:57 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-07-30 10:54:18 +0100
commit9f83b64182f03025be3a785e2737ec56c1a6555c (patch)
tree951241bd93dd91fc4441f94aa4aa49f7b59f21a9 /build
parent0df23b7fd6d3a2a612ff76c08f98e3603e0b9737 (diff)
downloadclutter-9f83b64182f03025be3a785e2737ec56c1a6555c.tar.gz
build: Move config.h under clutter/
We should not have header files in the project root.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/clutter.props8
-rw-r--r--build/win32/vs9/clutter.vsprops8
2 files changed, 8 insertions, 8 deletions
diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props
index 5b2f6392f..006c5dc22 100644
--- a/build/win32/vs10/clutter.props
+++ b/build/win32/vs10/clutter.props
@@ -17,9 +17,9 @@
<TestProgDef>$(BaseBuildDef);TESTS_DATADIR="../share/clutter-$(ClutterApiVersion)/data"</TestProgDef>
<TestPerfProgDef>$(BaseBuildDef);TESTS_DATA_DIR="../share/clutter-$(ClutterApiVersion)/data";$(ClutterDisableDeprecationWarnings)</TestPerfProgDef>
<PreBuildWin>
-if exist ..\..\..\config.h goto DONE_CONFIG_H
+if exist ..\..\..\clutter\config.h goto DONE_CONFIG_H
-copy ..\..\..\config.h.win32 ..\..\..\config.h
+copy ..\..\..\clutter\config.h.win32 ..\..\..\clutter\config.h
:DONE_CONFIG_H
@@ -34,9 +34,9 @@ copy ..\..\..\clutter\clutter-config.h.win32 ..\..\..\clutter\clutter-config.h
:DONE_CLUTTER_CONFIG_H
</PreBuildWin>
<PreBuildGDK>
-if exist ..\..\..\config.h goto DONE_CONFIG_H
+if exist ..\..\..\clutter\config.h goto DONE_CONFIG_H
-copy ..\..\..\config.h.win32 ..\..\..\config.h
+copy ..\..\..\clutter\config.h.win32 ..\..\..\clutter\config.h
:DONE_CONFIG_H
diff --git a/build/win32/vs9/clutter.vsprops b/build/win32/vs9/clutter.vsprops
index 47b658e4d..b6ed7c8c6 100644
--- a/build/win32/vs9/clutter.vsprops
+++ b/build/win32/vs9/clutter.vsprops
@@ -77,8 +77,8 @@
<UserMacro
Name="PreBuildWin"
Value="
-if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;
-copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;
+if exist ..\..\..\clutter\config.h goto DONE_CONFIG_H&#x0D;&#x0A;
+copy ..\..\..\clutter\config.h.win32 ..\..\..\clutter\config.h&#x0D;&#x0A;
:DONE_CONFIG_H&#x0D;&#x0A;
if exist ..\..\..\clutter\clutter.bld.win32.win32 goto DONE_CLUTTER_CONFIG_H&#x0D;&#x0A;
del clutter.bld.*.win32&#x0D;&#x0A;
@@ -90,8 +90,8 @@ copy ..\..\..\clutter\clutter-config.h.win32 ..\..\..\clutter\clutter-config.h&#
<UserMacro
Name="PreBuildGDK"
Value="
-if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;
-copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;
+if exist ..\..\..\clutter\config.h goto DONE_CONFIG_H&#x0D;&#x0A;
+copy ..\..\..\clutter\config.h.win32 ..\..\..\clutter\config.h&#x0D;&#x0A;
:DONE_CONFIG_H&#x0D;&#x0A;
if exist ..\..\..\clutter\clutter.bld.GDK.win32 goto DONE_CLUTTER_CONFIG_H&#x0D;&#x0A;
del clutter.bld.*.win32&#x0D;&#x0A;