[svn] gpg-error - r267 - in trunk/contrib: . conf-w32ce-msc

svn author marcus cvs at cvs.gnupg.org
Mon Nov 15 16:09:24 CET 2010


Author: marcus
Date: 2010-11-15 16:09:24 +0100 (Mon, 15 Nov 2010)
New Revision: 267

Added:
   trunk/contrib/conf-w32ce-msc/stdint.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/stdint.h: New file.
	* conf-w32ce-msc/build.mk (conf_sources): Add stdint.h.


Modified: trunk/contrib/ChangeLog
===================================================================
--- trunk/contrib/ChangeLog	2010-11-15 07:30:36 UTC (rev 266)
+++ trunk/contrib/ChangeLog	2010-11-15 15:09:24 UTC (rev 267)
@@ -1,3 +1,8 @@
+2010-11-15  Marcus Brinkmann  <mb at g10code.com>
+
+	* conf-w32ce-msc/stdint.h: New file.
+	* conf-w32ce-msc/build.mk (conf_sources): Add stdint.h.
+
 2010-11-15  Werner Koch  <wk at g10code.com>
 
 	* conf-w32ce-msc/build.mk (clean): New.

Modified: trunk/contrib/conf-w32ce-msc/build.mk
===================================================================
--- trunk/contrib/conf-w32ce-msc/build.mk	2010-11-15 07:30:36 UTC (rev 266)
+++ trunk/contrib/conf-w32ce-msc/build.mk	2010-11-15 15:09:24 UTC (rev 267)
@@ -74,7 +74,8 @@
 # Sources files in this directory inclduing this Makefile
 conf_sources = \
 	build.mk \
-	config.h
+	config.h \
+	stdint.h
 
 # Source files built by running the standard build system.
 built_sources = \

Added: trunk/contrib/conf-w32ce-msc/stdint.h
===================================================================
--- trunk/contrib/conf-w32ce-msc/stdint.h	                        (rev 0)
+++ trunk/contrib/conf-w32ce-msc/stdint.h	2010-11-15 15:09:24 UTC (rev 267)
@@ -0,0 +1,9 @@
+typedef unsigned long long uint64_t;
+typedef long long int64_t;
+typedef unsigned int uint32_t;
+typedef int int32_t;
+typedef unsigned short uint16_t;
+typedef short int16_t;
+typedef unsigned int uintptr_t;
+typedef int intptr_t;
+


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





More information about the Gnupg-commits mailing list