aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/conf-w32ce-msc/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf-w32ce-msc/build.mk')
-rwxr-xr-xcontrib/conf-w32ce-msc/build.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk
index 0fd4f66..70b9634 100755
--- a/contrib/conf-w32ce-msc/build.mk
+++ b/contrib/conf-w32ce-msc/build.mk
@@ -116,13 +116,13 @@ objs = \
# 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 = \
assuan.h
-my_stdint = $(targetsrc)/libassuan/src/stdint.h
copy-static-source:
@if [ ! -f ./assuan-defs.h ]; then \
@@ -132,14 +132,6 @@ copy-static-source:
cp -t $(targetsrc)/libassuan/src $(sources);
cd ../contrib/conf-w32ce-msc ; \
cp -t $(targetsrc)/libassuan/src $(conf_sources)
- @echo typedef unsigned long long uint64_t; >$(my_stdint)
- @echo typedef long long int64_t; >>$(my_stdint)
- @echo typedef unsigned int uint32_t; >>$(my_stdint)
- @echo typedef int int32_t; >>$(my_stdint)
- @echo typedef unsigned short uint16_t; >>$(my_stdint)
- @echo typedef short int16_t; >>$(my_stdint)
- @echo typedef unsigned int uintptr_t; >>$(my_stdint)
- @echo typedef int intptr_t; >>$(my_stdint)
copy-built-source: