diff options
author | Simon Howard | 2009-06-07 01:56:21 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-07 01:56:21 +0000 |
commit | 61d40373640c0cabdaef4d4381ac5ae636fab642 (patch) | |
tree | ca3d4c32046565352c7b490bb2b72feeba3f50ef /src | |
parent | abc69c7cf92181461612d7126f2bdc8da6b9eb76 (diff) | |
download | chocolate-doom-61d40373640c0cabdaef4d4381ac5ae636fab642.tar.gz chocolate-doom-61d40373640c0cabdaef4d4381ac5ae636fab642.tar.bz2 chocolate-doom-61d40373640c0cabdaef4d4381ac5ae636fab642.zip |
Detect Windows CE target and build/include libc_wince files as
necessary.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1561
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 63ddc98f..64e23b79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -170,6 +170,7 @@ chocolate_doom_SOURCES=$(SOURCE_FILES) endif chocolate_doom_LDADD = \ + ../wince/libc_wince.a \ ../textscreen/libtextscreen.a \ ../pcsound/libpcsound.a \ @LDFLAGS@ \ |