diff options
| author | Marcus Brinkmann <[email protected]> | 2010-11-15 15:02:54 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2010-11-15 15:02:54 +0000 | 
| commit | f2890cc0649729190c16bc390694696ce622be41 (patch) | |
| tree | 277753ac1bcd254beec5520ebe652709486e064a | |
| parent | 2010-11-15 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-f2890cc0649729190c16bc390694696ce622be41.tar.gz gpgme-f2890cc0649729190c16bc390694696ce622be41.zip | |
2010-11-15  Marcus Brinkmann  <[email protected]>
	* conf-w32ce-msc/io.h: New file.
	* conf-w32ce-msc/build.mk (conf_sources): Add io.h.
| -rw-r--r-- | contrib/ChangeLog | 3 | ||||
| -rwxr-xr-x | contrib/conf-w32ce-msc/build.mk | 3 | ||||
| -rwxr-xr-x | contrib/conf-w32ce-msc/io.h | 2 | 
3 files changed, 6 insertions, 2 deletions
| diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 87cc8a39..b35c1464 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,8 @@  2010-11-15  Marcus Brinkmann  <[email protected]> +	* 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 966b1c86..e7d0b01f 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 00000000..d586b8c4 --- /dev/null +++ b/contrib/conf-w32ce-msc/io.h @@ -0,0 +1,2 @@ +/* Dummy io.h header. */ + | 
