* conf-w32ce-msc/io.h: New file.
* conf-w32ce-msc/build.mk (conf_sources): Add io.h.
2010-11-15 Marcus Brinkmann <mb@g10code.com>
+ * 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.
conf_sources = \
build.mk \
config.h \
- stdint.h
+ stdint.h io.h
# Source files built by running the standard build system.
built_sources = \
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
--- /dev/null
+/* Dummy io.h header. */
+