From 61d40373640c0cabdaef4d4381ac5ae636fab642 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 7 Jun 2009 01:56:21 +0000 Subject: Detect Windows CE target and build/include libc_wince files as necessary. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1561 --- wince/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wince/Makefile.am') diff --git a/wince/Makefile.am b/wince/Makefile.am index f6c87759..7d694377 100644 --- a/wince/Makefile.am +++ b/wince/Makefile.am @@ -1,8 +1,16 @@ noinst_LIBRARIES=libc_wince.a +if WINDOWS_CE + libc_wince_a_SOURCES = \ env.c env.h \ errno.c errno.h \ fileops.c fileops.h +else + +libc_wince_a_SOURCES = + +endif + -- cgit v1.2.3