diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-12-26 16:23:14 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-12-26 16:23:14 +0800 |
commit | 26f8488a66dbcb973f79092d4d64a469b9dd50c5 (patch) | |
tree | 4ab043f41de146261762a66c03fb9b1d9a4128c1 /build/win32 | |
parent | adb0d2adac43987c062787c3b8dbbe5c99696cc2 (diff) | |
download | gtk+-26f8488a66dbcb973f79092d4d64a469b9dd50c5.tar.gz |
Update the gtk3-demo Visual C++ Projects
Add the sources of the headerbar and event_axes demos to the list of files
to build.
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj | 2 | ||||
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj.filters | 2 | ||||
-rw-r--r-- | build/win32/vs9/gtk3-demo.vcproj | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj index fc096e8aa6..059469934f 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj +++ b/build/win32/vs10/gtk3-demo.vcxproj @@ -188,8 +188,10 @@ <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\entry_buffer.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c" /> + <ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\expander.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\flowbox.c" /> + <ClCompile Include="..\..\..\demos\gtk-demo\headerbar.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 09c57ab402..8878d9c65c 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj.filters +++ b/build/win32/vs10/gtk3-demo.vcxproj.filters @@ -30,8 +30,10 @@ <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\entry_buffer.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c"><Filter>Source Files</Filter></ClCompile> + <ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c"><Filter>Source Files</Filter></ClCompile> <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\headerbar.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\iconview_edit.c"><Filter>Source Files</Filter></ClCompile> diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj index 2b7f038bcf..e5abbeaace 100644 --- a/build/win32/vs9/gtk3-demo.vcproj +++ b/build/win32/vs9/gtk3-demo.vcproj @@ -179,8 +179,10 @@ <File RelativePath="..\..\..\demos\gtk-demo\editable_cells.c" /> <File RelativePath="..\..\..\demos\gtk-demo\entry_buffer.c" /> <File RelativePath="..\..\..\demos\gtk-demo\entry_completion.c" /> + <File RelativePath="..\..\..\demos\gtk-demo\event_axes.c" /> <File RelativePath="..\..\..\demos\gtk-demo\expander.c" /> <File RelativePath="..\..\..\demos\gtk-demo\flowbox.c" /> + <File RelativePath="..\..\..\demos\gtk-demo\headerbar.c" /> <File RelativePath="..\..\..\demos\gtk-demo\hypertext.c" /> <File RelativePath="..\..\..\demos\gtk-demo\iconview.c" /> <File RelativePath="..\..\..\demos\gtk-demo\iconview_edit.c" /> |