mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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. :|
This commit is contained in:
parent
7a70e1f08b
commit
b6c5c0602d
@ -35,13 +35,6 @@ copy ..\..\..\clutter\clutter-version.h.win32 ..\..\..\clutter\clutter-version.h
|
|||||||
:DONE_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
|
if exist ..\..\..\clutter\clutter-marshal.h goto DONE_CLUTTER_MARSHAL_H
|
||||||
|
|
||||||
cd ..\..\..\clutter
|
cd ..\..\..\clutter
|
||||||
@ -65,6 +58,13 @@ cd ..\build\win32\vs10
|
|||||||
|
|
||||||
:DONE_CLUTTER_MARSHAL_C
|
:DONE_CLUTTER_MARSHAL_C
|
||||||
|
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
gen-enums.bat $(GlibEtcInstallRoot)
|
||||||
|
|
||||||
|
cd .\vs10
|
||||||
|
|
||||||
</PreBuildCmd>
|
</PreBuildCmd>
|
||||||
<ClutterDoInstall>
|
<ClutterDoInstall>
|
||||||
mkdir $(CopyDir)
|
mkdir $(CopyDir)
|
||||||
|
@ -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

|
copy ..\..\..\clutter\clutter-version.h.win32 ..\..\..\clutter\clutter-version.h

|
||||||
:DONE_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

|
if exist ..\..\..\clutter\clutter-marshal.h goto DONE_CLUTTER_MARSHAL_H

|
||||||
cd ..\..\..\clutter

|
cd ..\..\..\clutter

|
||||||
$(GlibEtcInstallRoot)\bin\glib-genmarshal --prefix=_clutter_marshal --header clutter-marshal.list > clutter-marshal.h

|
$(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

|
$(GlibEtcInstallRoot)\bin\glib-genmarshal --prefix=_clutter_marshal --body clutter-marshal.list >> clutter-marshal.c

|
||||||
cd ..\build\win32\vs9

|
cd ..\build\win32\vs9

|
||||||
:DONE_CLUTTER_MARSHAL_C

|
:DONE_CLUTTER_MARSHAL_C

|
||||||
|
|
||||||
|
cd ..

|
||||||
|
gen-enums.bat $(GlibEtcInstallRoot)

|
||||||
|
cd .\vs9

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