From 9f83b64182f03025be3a785e2737ec56c1a6555c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 28 Jul 2012 17:40:57 +0100 Subject: build: Move config.h under clutter/ We should not have header files in the project root. --- build/win32/vs10/clutter.props | 8 ++++---- build/win32/vs9/clutter.vsprops | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'build') 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 @@ $(BaseBuildDef);TESTS_DATADIR="../share/clutter-$(ClutterApiVersion)/data" $(BaseBuildDef);TESTS_DATA_DIR="../share/clutter-$(ClutterApiVersion)/data";$(ClutterDisableDeprecationWarnings) -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 -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 @@