From f2890cc0649729190c16bc390694696ce622be41 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 15 Nov 2010 15:02:54 +0000 Subject: [PATCH] 2010-11-15 Marcus Brinkmann * conf-w32ce-msc/io.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add io.h. --- contrib/ChangeLog | 3 +++ contrib/conf-w32ce-msc/build.mk | 3 +-- contrib/conf-w32ce-msc/io.h | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100755 contrib/conf-w32ce-msc/io.h diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 87cc8a3..b35c146 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,8 @@ 2010-11-15 Marcus Brinkmann + * conf-w32ce-msc/io.h: New file. + * conf-w32ce-msc/build.mk (conf_sources): Add io.h. + * conf-w32ce-msc/stdint.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h. * conf-w32ce-msc/build.mk (copy-static-source): Revert last change. diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk index 966b1c8..e7d0b01 100755 --- a/contrib/conf-w32ce-msc/build.mk +++ b/contrib/conf-w32ce-msc/build.mk @@ -203,7 +203,7 @@ objs = \ conf_sources = \ build.mk \ config.h \ - stdint.h + stdint.h io.h # Source files built by running the standard build system. built_sources = \ @@ -225,7 +225,6 @@ copy-built-source: exit 1; \ fi cp -t $(targetsrc)/gpgme/src $(built_sources) - echo '/* Dummy io.h header. */' > $(targetsrc)/gpgme/src/io.h copy-source: copy-static-source copy-built-source diff --git a/contrib/conf-w32ce-msc/io.h b/contrib/conf-w32ce-msc/io.h new file mode 100755 index 0000000..d586b8c --- /dev/null +++ b/contrib/conf-w32ce-msc/io.h @@ -0,0 +1,2 @@ +/* Dummy io.h header. */ + -- 2.26.2