diff options
Diffstat (limited to 'build/win32/vs10/gtk-gen-srcs.props')
-rw-r--r-- | build/win32/vs10/gtk-gen-srcs.props | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/win32/vs10/gtk-gen-srcs.props b/build/win32/vs10/gtk-gen-srcs.props index f74aaa518f..da22573d53 100644 --- a/build/win32/vs10/gtk-gen-srcs.props +++ b/build/win32/vs10/gtk-gen-srcs.props @@ -65,6 +65,7 @@ $(PythonPath)\python $(GlibEtcInstallRoot)\bin\gdbus-codegen --interface-prefix cd $(SolutionDir) </GenerateGtkDbusBuiltSources> <GenerateGtkWin32RC>$(PythonPath)\python ..\process-in-win32.py --gtkwin32rc --gtk3manifest</GenerateGtkWin32RC> + <CopyDemosH>copy ..\..\..\demos\gtk-demo\demos.h.win32 ..\..\..\demos\gtk-demo\demos.h</CopyDemosH> </PropertyGroup> <PropertyGroup> <_PropertySheetDisplayName>gtkgensrcsprops</_PropertySheetDisplayName> @@ -85,5 +86,8 @@ cd $(SolutionDir) <BuildMacro Include="GenerateGtkWin32RC"> <Value>$(GenerateGtkWin32RC)</Value> </BuildMacro> + <BuildMacro Include="CopyDemosH"> + <Value>$(CopyDemosH)</Value> + </BuildMacro> </ItemGroup> </Project> |