summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-02-21 12:07:51 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-02-21 12:08:19 +0800
commite180e85ab84e71f5b60830352e6ca2f4de203186 (patch)
tree4cb887f3ff5d6f0b8831575bb4f31fa407e1c70f /build
parentfbaa9b22116c209b8a27c1dba01abfb5c9edfe75 (diff)
downloadgtk+-e180e85ab84e71f5b60830352e6ca2f4de203186.tar.gz
Update gtk3-demo Visual C++ projects
Make up for the missed source file application.c
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/gtk3-demo.vcxproj1
-rw-r--r--build/win32/vs10/gtk3-demo.vcxproj.filters3
-rw-r--r--build/win32/vs9/gtk3-demo.vcproj1
3 files changed, 5 insertions, 0 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj
index 91d6d1598e..d072714f1d 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj
+++ b/build/win32/vs10/gtk3-demo.vcxproj
@@ -164,6 +164,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\..\..\demos\gtk-demo\application.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\assistant.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\builder.c" />
diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters
index 2073ae5510..423aec5dbc 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj.filters
+++ b/build/win32/vs10/gtk3-demo.vcxproj.filters
@@ -11,6 +11,9 @@
</Filter>
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="..\..\..\demos\gtk-demo\application.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj
index 581092c2b9..ef7bf8087f 100644
--- a/build/win32/vs9/gtk3-demo.vcproj
+++ b/build/win32/vs9/gtk3-demo.vcproj
@@ -160,6 +160,7 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
+ <File RelativePath="..\..\..\demos\gtk-demo\application.c" />
<File RelativePath="..\..\..\demos\gtk-demo\appwindow.c" />
<File RelativePath="..\..\..\demos\gtk-demo\assistant.c" />
<File RelativePath="..\..\..\demos\gtk-demo\builder.c" />