[gtk+] Win32 Visual C++ Support: Some more clean-ups



commit d847f489f04fc8343b364b9e66129f40b248f523
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Feb 11 18:41:22 2011 +0800

    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.

 build/win32/vs9/gtk+.vsprops |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index 03ccb3b..a30b369 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;



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