[Xorg-commit] xc/config/cf cygwin.cf,1.1.4.1.2.1,1.1.4.1.2.2 cygwin.rules,1.1.4.1.2.1,1.1.4.1.2.2

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Tue Dec 9 11:45:33 EET 2003


Committed by: ago

Update of /cvs/xorg/xc/config/cf
In directory pdx:/tmp/cvs-serv1750

Modified Files:
      Tag: CYGWIN
	cygwin.cf cygwin.rules 
Log Message:
Import changes from xoncygwin repository

Index: cygwin.cf
===================================================================
RCS file: /cvs/xorg/xc/config/cf/cygwin.cf,v
retrieving revision 1.1.4.1.2.1
retrieving revision 1.1.4.1.2.2
diff -u -d -r1.1.4.1.2.1 -r1.1.4.1.2.2
--- cygwin.cf	5 Dec 2003 03:37:26 -0000	1.1.4.1.2.1
+++ cygwin.cf	9 Dec 2003 09:45:31 -0000	1.1.4.1.2.2
@@ -58,6 +58,9 @@
 
 #define HasSnprintf		YES
 
+#ifndef HasMakefileSafeInclude
+# define HasMakefileSafeInclude YES
+#endif
 /*
  * Cygwin has Tcl/Tk, but you need to keep the version numbers
  * of the libs in sync.  These version numbers may change

Index: cygwin.rules
===================================================================
RCS file: /cvs/xorg/xc/config/cf/cygwin.rules,v
retrieving revision 1.1.4.1.2.1
retrieving revision 1.1.4.1.2.2
diff -u -d -r1.1.4.1.2.1 -r1.1.4.1.2.2
--- cygwin.rules	5 Dec 2003 03:37:26 -0000	1.1.4.1.2.1
+++ cygwin.rules	9 Dec 2003 09:45:31 -0000	1.1.4.1.2.2
@@ -181,11 +181,11 @@
 
 /*
  * MakeDllProg
- */
-
-#define MakeDLLProg(libname,solist,prog,rev)				@@\
-	prog -shared -Wl,--out-implib=ImportLibraryName(libname,rev) -Wl,--enable-auto-import --def libname.def -Wl,--exclude-libs,ALL -o SharedLibraryName(libname,rev) solist $(REQUIREDLIBS)
-
+ */ 
+    
+#define MakeDLLProg(libname,solist,prog,rev)			        @@\
+	prog -shared -Wl,--out-implib=ImportLibraryName(libname,rev) -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc --def libname.def -Wl,--exclude-libs,ALL -o SharedLibraryName(libname,rev) solist $(REQUIREDLIBS)
+    
 /*
  * MakeDll
  */





More information about the xorg-commit mailing list