repo.or.cz
/
chocolate-doom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Oops.
[chocolate-doom.git]
/
wince
/
Makefile.am
blob
476b9a67b4590199c9b009f8cb547f694bd43faa
1
2
noinst_LIBRARIES=libc_wince.a
3
4
if WINDOWS_CE
5
6
libc_wince_a_SOURCES = \
7
env.c env.h \
8
errno.c errno.h \
9
fileops.c fileops.h
10
11
else
12
13
libc_wince_a_SOURCES = dummy.c
14
15
endif
16