[gtk+] gtk3-demo: Fix Visual Studio Builds



commit 2ba7977114776de22afbba6b8ec61d0fe8c57a2d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed May 20 17:36:15 2015 +0800

    gtk3-demo: Fix Visual Studio Builds
    
    Add the new cursors demo to the projects, so that gtk-demo will properly
    build.

 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 fed8cc3..63f6fbf 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj
+++ b/build/win32/vs10/gtk3-demo.vcxproj
@@ -182,6 +182,7 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\css_multiplebgs.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\css_pixbufs.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\css_shadows.c" />
+    <ClCompile Include="..\..\..\demos\gtk-demo\cursors.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\dialog.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\drawingarea.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c" />
diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters
index 4226285..83ea323 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj.filters
+++ b/build/win32/vs10/gtk3-demo.vcxproj.filters
@@ -24,6 +24,7 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\css_multiplebgs.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\css_pixbufs.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\css_shadows.c"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\..\..\demos\gtk-demo\cursors.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\dialog.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\drawingarea.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c"><Filter>Source Files</Filter></ClCompile>
diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj
index 21f14be..6b908eb 100644
--- a/build/win32/vs9/gtk3-demo.vcproj
+++ b/build/win32/vs9/gtk3-demo.vcproj
@@ -173,6 +173,7 @@
                        <File RelativePath="..\..\..\demos\gtk-demo\css_multiplebgs.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\css_pixbufs.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\css_shadows.c" />
+                       <File RelativePath="..\..\..\demos\gtk-demo\cursors.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\dialog.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\drawingarea.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\editable_cells.c" />


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