[svn] gpgme - r1505 - in trunk/contrib: . conf-w32ce-msc

svn author marcus cvs at cvs.gnupg.org
Mon Nov 15 16:29:17 CET 2010


Author: marcus
Date: 2010-11-15 16:29:17 +0100 (Mon, 15 Nov 2010)
New Revision: 1505

Added:
   trunk/contrib/conf-w32ce-msc/fcntl.h
Modified:
   trunk/contrib/ChangeLog
   trunk/contrib/conf-w32ce-msc/build.mk
Log:
2010-11-15  Marcus Brinkmann  <mb at g10code.com>

	* conf-w32ce-msc/fcntl.h: New file.
	* conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h.
	(sources): Remove memrchr.c.


Modified: trunk/contrib/ChangeLog
===================================================================
--- trunk/contrib/ChangeLog	2010-11-15 15:11:59 UTC (rev 1504)
+++ trunk/contrib/ChangeLog	2010-11-15 15:29:17 UTC (rev 1505)
@@ -1,5 +1,9 @@
 2010-11-15  Marcus Brinkmann  <mb at g10code.com>
 
+	* conf-w32ce-msc/fcntl.h: New file.
+	* conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h.
+	(sources): Remove memrchr.c.
+
 	* conf-w32ce-msc/io.h: New file.
 	* conf-w32ce-msc/build.mk (conf_sources): Add io.h.
 	

Modified: trunk/contrib/conf-w32ce-msc/build.mk
===================================================================
--- trunk/contrib/conf-w32ce-msc/build.mk	2010-11-15 15:11:59 UTC (rev 1504)
+++ trunk/contrib/conf-w32ce-msc/build.mk	2010-11-15 15:29:17 UTC (rev 1505)
@@ -99,7 +99,6 @@
 	kdpipeiodevice.h    \
 	key.c		    \
 	keylist.c	    \
-	memrchr.c	    \
 	op-support.c	    \
 	opassuan.c	    \
 	ops.h		    \
@@ -203,7 +202,7 @@
 conf_sources = \
 	build.mk \
 	config.h \
-        stdint.h io.h
+        stdint.h io.h fcntl.h
 
 # Source files built by running the standard build system.
 built_sources = \

Added: trunk/contrib/conf-w32ce-msc/fcntl.h
===================================================================
--- trunk/contrib/conf-w32ce-msc/fcntl.h	                        (rev 0)
+++ trunk/contrib/conf-w32ce-msc/fcntl.h	2010-11-15 15:29:17 UTC (rev 1505)
@@ -0,0 +1 @@
+/* Dummy fcntl.h header.  */


Property changes on: trunk/contrib/conf-w32ce-msc/fcntl.h
___________________________________________________________________
Added: svn:executable
   + *





More information about the Gnupg-commits mailing list