summaryrefslogtreecommitdiff
path: root/pkg/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2013-08-11 17:32:29 +0000
committerSimon Howard2013-08-11 17:32:29 +0000
commit63acb55b18f024db74fd9a7eedbf3137922630c4 (patch)
tree625c361f74f661ab3448f165d8bcc0b154379292 /pkg/Makefile.am
parentb1d51276a264849ded93ce943eb0283c1f4f1aba (diff)
downloadchocolate-doom-63acb55b18f024db74fd9a7eedbf3137922630c4.tar.gz
chocolate-doom-63acb55b18f024db74fd9a7eedbf3137922630c4.tar.bz2
chocolate-doom-63acb55b18f024db74fd9a7eedbf3137922630c4.zip
Remove Windows CE support.
What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615
Diffstat (limited to 'pkg/Makefile.am')
-rw-r--r--pkg/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkg/Makefile.am b/pkg/Makefile.am
index 538b9e1e..873b5bdf 100644
--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -21,17 +21,9 @@ osx/IWADController.m osx/IWADController.h \
osx/IWADLocation.m osx/IWADLocation.h \
osx/LauncherManager.m osx/LauncherManager.h
-WINCE_FILES= \
-wince/GNUmakefile \
-wince/common.py \
-wince/doom-cab.cfg \
-wince/heretic-cab.cfg \
-wince/hexen-cab.cfg \
-wince/wince-cabgen
-
WIN32_FILES= \
win32/GNUmakefile \
win32/README
-EXTRA_DIST=$(OSX_FILES) $(WINCE_FILES) $(WIN32_FILES)
+EXTRA_DIST=$(OSX_FILES) $(WIN32_FILES)