summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-02-11 18:41:22 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-02-11 18:41:22 +0800
commitd847f489f04fc8343b364b9e66129f40b248f523 (patch)
tree9cf5cdaf5cf2d20f22d1fb605f04ff5977942033
parent7cb41b65617a34b12148094a32bcfb2854d97ba6 (diff)
downloadgtk+-d847f489f04fc8343b364b9e66129f40b248f523.tar.gz
Win32 Visual C++ Support: Some more clean-ups
Update gtk+.vsprops... Since gdkconfig.h should now reside in gdk/, there is no longer need to create a lib/gtk-3.0/include folder.
-rw-r--r--build/win32/vs9/gtk+.vsprops1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index 03ccb3be49..a30b369e75 100644
--- a/build/win32/vs9/gtk+.vsprops
+++ b/build/win32/vs9/gtk+.vsprops
@@ -316,7 +316,6 @@ copy ..\..\..\gtk\gtkwidget.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#
copy ..\..\..\gtk\gtkwidgetpath.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;
copy ..\..\..\gtk\gtkwindow.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;
-mkdir $(OutDir)\lib\gtk-$(GtkApiVersion)\include&#x0D;&#x0A;
copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gtk-3.0\gdk&#x0D;&#x0A;
copy $(ConfigurationName)\$(PlatformName)\bin\*-$(GtkApiVersion).lib $(OutDir)\lib&#x0D;&#x0A;