[gtk+] MSVC Builds: Update the gtk-demo Projects



commit ddc3f8eae7872f8a0aa02c04ad1f915f33fa01c8
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jun 3 16:55:46 2014 +0800

    MSVC Builds: Update the gtk-demo Projects
    
    Add the gestures demo sources into the build, so that the build will
    complete properly.

 build/win32/vs10/gtk3-demo.vcxproj         |    1 +
 build/win32/vs10/gtk3-demo.vcxproj.filters |    1 +
 build/win32/vs9/gtk3-demo.vcproj           |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj
index fb045c5..f870a6e 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_completion.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\expander.c" />
+    <ClCompile Include="..\..\..\demos\gtk-demo\gestures.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\headerbar.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c" />
diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters
index 903ad30..745f00d 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj.filters
+++ b/build/win32/vs10/gtk3-demo.vcxproj.filters
@@ -31,6 +31,7 @@
     <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\gestures.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>
diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj
index a30418c..5c239db 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_completion.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\event_axes.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\expander.c" />
+                       <File RelativePath="..\..\..\demos\gtk-demo\gestures.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\headerbar.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\hypertext.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\iconview.c" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]