From: Chun-wei Fan Date: Thu, 8 Dec 2011 09:39:26 +0000 (+0800) Subject: Update VS property sheets X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6c5c0602dfa152603d6345b0c2fc6a1d00b0cf4;p=profile%2Fivi%2Fclutter.git Update VS property sheets Generate clutter-marshal.[ch] before the clutter-enum-types.[ch]. Strangely Visual C++ does funny things if this was done the other way around. :| --- diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props index 91d097d..194fe79 100644 --- a/build/win32/vs10/clutter.props +++ b/build/win32/vs10/clutter.props @@ -35,13 +35,6 @@ copy ..\..\..\clutter\clutter-version.h.win32 ..\..\..\clutter\clutter-version.h :DONE_CLUTTER_VERSION_H -cd .. - -gen-enums.bat $(GlibEtcInstallRoot) - -cd .\vs10 - - if exist ..\..\..\clutter\clutter-marshal.h goto DONE_CLUTTER_MARSHAL_H cd ..\..\..\clutter @@ -65,6 +58,13 @@ cd ..\build\win32\vs10 :DONE_CLUTTER_MARSHAL_C + +cd .. + +gen-enums.bat $(GlibEtcInstallRoot) + +cd .\vs10 + mkdir $(CopyDir) diff --git a/build/win32/vs9/clutter.vsprops b/build/win32/vs9/clutter.vsprops index 169ae34..0117b66 100644 --- a/build/win32/vs9/clutter.vsprops +++ b/build/win32/vs9/clutter.vsprops @@ -77,10 +77,6 @@ if exist ..\..\..\clutter\clutter-version.h goto DONE_CLUTTER_VERSION_H &#x copy ..\..\..\clutter\clutter-version.h.win32 ..\..\..\clutter\clutter-version.h :DONE_CLUTTER_VERSION_H -cd .. -gen-enums.bat $(GlibEtcInstallRoot) -cd .\vs9 - if exist ..\..\..\clutter\clutter-marshal.h goto DONE_CLUTTER_MARSHAL_H cd ..\..\..\clutter $(GlibEtcInstallRoot)\bin\glib-genmarshal --prefix=_clutter_marshal --header clutter-marshal.list > clutter-marshal.h @@ -93,6 +89,10 @@ echo #include "clutter-marshal.h" > clutter-marshal.c $(GlibEtcInstallRoot)\bin\glib-genmarshal --prefix=_clutter_marshal --body clutter-marshal.list >> clutter-marshal.c cd ..\build\win32\vs9 :DONE_CLUTTER_MARSHAL_C + +cd .. +gen-enums.bat $(GlibEtcInstallRoot) +cd .\vs9 " />