summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-02-21 15:30:41 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-02-21 15:30:41 +0800
commitf6f2bfdca2213ff398c52c69f0289b81de1b09fa (patch)
tree004161e15514eea617cdd3bdf03bcc7f3ff98237 /build
parent332a7c9c6e20b581ee638ba08b58c35b092f4bed (diff)
downloadgtk+-f6f2bfdca2213ff398c52c69f0289b81de1b09fa.tar.gz
Fix gtk-demo projects
There isn't a custom CSS demo anymore, so remove that from the projects
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, 0 insertions, 5 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj
index 6f2a80d589..86839f0eec 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj
+++ b/build/win32/vs10/gtk3-demo.vcxproj
@@ -211,7 +211,6 @@
<ClCompile Include="..\..\..\demos\gtk-demo\stock_browser.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\textscroll.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\textview.c" />
- <ClCompile Include="..\..\..\demos\gtk-demo\theming_custom_css.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\toolpalette.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\transparent.c" />
diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters
index cfbb17b8aa..e3ca1c0779 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj.filters
+++ b/build/win32/vs10/gtk3-demo.vcxproj.filters
@@ -143,9 +143,6 @@
<ClCompile Include="..\..\..\demos\gtk-demo\textview.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\demos\gtk-demo\theming_custom_css.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj
index 37026f8fee..1b01ea3103 100644
--- a/build/win32/vs9/gtk3-demo.vcproj
+++ b/build/win32/vs9/gtk3-demo.vcproj
@@ -204,7 +204,6 @@
<File RelativePath="..\..\..\demos\gtk-demo\stock_browser.c" />
<File RelativePath="..\..\..\demos\gtk-demo\textscroll.c" />
<File RelativePath="..\..\..\demos\gtk-demo\textview.c" />
- <File RelativePath="..\..\..\demos\gtk-demo\theming_custom_css.c" />
<File RelativePath="..\..\..\demos\gtk-demo\theming_style_classes.c" />
<File RelativePath="..\..\..\demos\gtk-demo\toolpalette.c" />
<File RelativePath="..\..\..\demos\gtk-demo\transparent.c" />