diff options
Diffstat (limited to 'contrib/conf-w32ce-msc/build.mk')
-rwxr-xr-x | contrib/conf-w32ce-msc/build.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk index e7d0b01f..ac3b6a3b 100755 --- a/contrib/conf-w32ce-msc/build.mk +++ b/contrib/conf-w32ce-msc/build.mk @@ -99,7 +99,6 @@ sources = \ kdpipeiodevice.h \ key.c \ keylist.c \ - memrchr.c \ op-support.c \ opassuan.c \ ops.h \ @@ -203,7 +202,7 @@ objs = \ conf_sources = \ build.mk \ config.h \ - stdint.h io.h + stdint.h io.h fcntl.h # Source files built by running the standard build system. built_sources = \ |