Oops.
[chocolate-doom.git] / wince / Makefile.am
blob476b9a67b4590199c9b009f8cb547f694bd43faa
2 noinst_LIBRARIES=libc_wince.a
4 if WINDOWS_CE
6 libc_wince_a_SOURCES =                            \
7         env.c            env.h                    \
8         errno.c          errno.h                  \
9         fileops.c        fileops.h
11 else
13 libc_wince_a_SOURCES = dummy.c
15 endif