From c3c92c113aff78591beaab28e3b28bd27722a333 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 2 Apr 2011 17:17:49 +0000 Subject: Update xorg-cf-files to 1.0.4. Lightly tested by ajacoutot@ and krw@. --- util/cf/cygwin.rules | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'util/cf/cygwin.rules') diff --git a/util/cf/cygwin.rules b/util/cf/cygwin.rules index d144755af..a2215bd71 100644 --- a/util/cf/cygwin.rules +++ b/util/cf/cygwin.rules @@ -22,11 +22,11 @@ #define SharedLibXext YES #define SharedLibXi YES #define SharedLibXtst YES -#define SharedOldX YES -#define SharedLibXp YES +#define SharedOldX NO +#define SharedLibXp NO #define SharedLibGlx YES -#define SharedLibDps YES -#define SharedLibDpsTk YES +#define SharedLibDps NO +#define SharedLibDpsTk NO #define SharedLibGlu YES #define SharedLibWindowsWM NO #ifndef SharedDataSeparation @@ -59,7 +59,7 @@ Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll) #define ImportLibraryName(libname, rev) \ -Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a) +Concat3(lib,libname,.dll.a) #define ShortImportLibraryName(libname, rev) \ Concat3(lib,libname,.dll.a) @@ -233,8 +233,7 @@ step:: @@\ #define InstallSharedLibrary(libname,rev,dest) @@\ InstallTarget(install,ImportLibraryName(libname,rev),$(INSTLIBFLAGS),$(USRLIBDIR)) @@\ -InstallTarget(install,SharedLibraryName(libname,rev),$(INSTBINFLAGS),$(BINDIR)) @@\ -InstallLink(install,ImportLibraryName(libname,rev),ShortImportLibraryName(libname,rev),$(USRLIBDIR)) +InstallTarget(install,SharedLibraryName(libname,rev),$(INSTBINFLAGS),$(BINDIR)) /* -- cgit v1.2.3