[gtk+/gtk-3-4] Visual C++ property sheets: Remove wrong "install" line



commit 0220a2d961e3238f67fd8de712d8a9577c845ec1
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jul 26 18:03:17 2012 +0800

    Visual C++ property sheets: Remove wrong "install" line
    
    We have gailutil-3.0.lib, not gailutil.lib...

 build/win32/vs10/gtk+.props  |    2 --
 build/win32/vs9/gtk+.vsprops |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index ceca67c..ca8e1aa 100644
--- a/build/win32/vs10/gtk+.props
+++ b/build/win32/vs10/gtk+.props
@@ -589,8 +589,6 @@ copy ..\..\..\gdk\gdkconfig.h $(CopyDir)\include\gtk-3.0\gdk
 
 copy $(Configuration)\$(Platform)\bin\*-$(GtkApiVersion).lib $(CopyDir)\lib
 
-copy $(Configuration)\$(Platform)\bin\gailutil.lib $(CopyDir)\lib
-
 
 mkdir $(CopyDir)\share\glib-2.0\schemas
 
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index 3424b16..5a7fab8 100644
--- a/build/win32/vs9/gtk+.vsprops
+++ b/build/win32/vs9/gtk+.vsprops
@@ -352,7 +352,6 @@ copy ..\..\..\libgail-util\gailtextutil.h $(OutDir)\include\gail-$(GtkApiVersion
 copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gtk-3.0\gdk&#x0D;&#x0A;
 
 copy $(ConfigurationName)\$(PlatformName)\bin\*-$(GtkApiVersion).lib $(OutDir)\lib&#x0D;&#x0A;
-copy $(ConfigurationName)\$(PlatformName)\bin\gailutil.lib $(OutDir)\lib&#x0D;&#x0A;
 
 mkdir $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;
 copy ..\..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;



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