diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-10-07 12:17:04 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-10-07 12:17:04 +0800 |
commit | 1104c1875283e14402bda14742b4f5c1a8b403da (patch) | |
tree | c3d75acc2609ede8695f0cea0af10045c9e89dc3 /build | |
parent | d47eac5ba5c16e7bf1671159d65a2273a1b19695 (diff) | |
download | gtk+-1104c1875283e14402bda14742b4f5c1a8b403da.tar.gz |
Update gtk3-demo Visual Studio Projects
Build the recently-introduced flowbox.c demo into the gtk3-demo demo
program.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj | 1 | ||||
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj.filters | 3 | ||||
-rw-r--r-- | build/win32/vs9/gtk3-demo.vcproj | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj index 8c7fe477e7..fc096e8aa6 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj +++ b/build/win32/vs10/gtk3-demo.vcxproj @@ -189,6 +189,7 @@ <ClCompile Include="..\..\..\demos\gtk-demo\entry_buffer.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\expander.c" /> + <ClCompile Include="..\..\..\demos\gtk-demo\flowbox.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\iconview_edit.c" /> diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters index 6a41fd998b..15f1eec5e1 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj.filters +++ b/build/win32/vs10/gtk3-demo.vcxproj.filters @@ -71,6 +71,9 @@ <ClCompile Include="..\..\..\demos\gtk-demo\expander.c"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\..\..\demos\gtk-demo\flowbox.c"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c"> <Filter>Source Files</Filter> </ClCompile> diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj index b4bfd011dd..2b7f038bcf 100644 --- a/build/win32/vs9/gtk3-demo.vcproj +++ b/build/win32/vs9/gtk3-demo.vcproj @@ -180,6 +180,7 @@ <File RelativePath="..\..\..\demos\gtk-demo\entry_buffer.c" /> <File RelativePath="..\..\..\demos\gtk-demo\entry_completion.c" /> <File RelativePath="..\..\..\demos\gtk-demo\expander.c" /> + <File RelativePath="..\..\..\demos\gtk-demo\flowbox.c" /> <File RelativePath="..\..\..\demos\gtk-demo\hypertext.c" /> <File RelativePath="..\..\..\demos\gtk-demo\iconview.c" /> <File RelativePath="..\..\..\demos\gtk-demo\iconview_edit.c" /> |