[gdk-pixbuf] MSVC Introspection Builds: Clean up a bit



commit a215b076e1896cd2bd5f11d0ec90ed0c0c6690ed
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jul 1 12:59:47 2014 +0800

    MSVC Introspection Builds: Clean up a bit
    
    Since gobject-introsection-1.40.0 we are passing in the .lib file(s) to
    deduce the DLL(s) that the introspection files should look for, instead of
    just passing in the DLL file(s), we no longer need to make a copy of the
    main .lib file to match the <namespace-name>-<namespace-version> convention
    for use during the linking stage of the introspection build.  Remove that
    from the introspection builds as a result.

 build/gdk-pixbuf-introspection-msvc.mak |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/build/gdk-pixbuf-introspection-msvc.mak b/build/gdk-pixbuf-introspection-msvc.mak
index 43d7d7a..e4c4a9f 100644
--- a/build/gdk-pixbuf-introspection-msvc.mak
+++ b/build/gdk-pixbuf-introspection-msvc.mak
@@ -15,10 +15,6 @@ gdkpixbuf_list:
        @-echo Generating Filelist to Introspect for GDK-Pixbuf...
        $(PYTHON2) gen-file-list-gdkpixbuf.py
 
-win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkPixbuf-$(APIVERSION).lib: 
win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\gdk_pixbuf-$(APIVERSION).lib
-       @-echo Copying win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkPixbuf-$(APIVERSION).lib from 
win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\gdk_pixbuf-$(APIVERSION).lib...
-       @-copy /b win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\gdk_pixbuf-$(APIVERSION).lib 
win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkPixbuf-$(APIVERSION).lib
-
 setgirbuildnev:
        @-set CC=$(CC)
        @-set PYTHONPATH=$(BASEDIR)\lib\gobject-introspection
@@ -26,7 +22,7 @@ setgirbuildnev:
        @-set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
        @-set LIB=win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(LIB)
 
-GdkPixbuf-$(APIVERSION).gir: gdkpixbuf_list win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkPixbuf-$(APIVERSION).lib
+GdkPixbuf-$(APIVERSION).gir: gdkpixbuf_list
        @-echo Generating GdkPixbuf-$(APIVERSION).gir...
        $(PYTHON2) $(G_IR_SCANNER) --verbose -I.. -I..\gdk-pixbuf       \
        -I$(BASEDIR)\include\glib-2.0 -I$(BASEDIR)\lib\glib-2.0\include \
@@ -56,6 +52,5 @@ install-introspection: all
 clean:
        @-del /f/q GdkPixbuf-$(APIVERSION).typelib
        @-del /f/q GdkPixbuf-$(APIVERSION).gir
-       @-del /f/q win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkPixbuf-$(APIVERSION).lib
        @-del /f/q gdkpixbuf_list
        @-del /f/q *.pyc


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