summaryrefslogtreecommitdiff
path: root/pkg/wince/heretic-cab.cfg
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/wince/heretic-cab.cfg
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/wince/heretic-cab.cfg')
-rw-r--r--pkg/wince/heretic-cab.cfg27
1 files changed, 0 insertions, 27 deletions
diff --git a/pkg/wince/heretic-cab.cfg b/pkg/wince/heretic-cab.cfg
deleted file mode 100644
index ead2081f..00000000
--- a/pkg/wince/heretic-cab.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-
-from common import *
-
-app_name = "Chocolate Heretic"
-provider = "Simon Howard"
-arch = "strongarm"
-
-# Install files:
-
-d = "$(PROGRAMS_GAMES)/Chocolate Heretic/"
-s = "$(START_GAMES)/"
-src = "../../src/"
-
-files = {
- d+"chocolate-heretic.exe": src+"chocolate-heretic.exe",
- d+"chocolate-heretic-setup.exe": src+"chocolate-setup.exe",
-}
-
-add_libraries(d, files)
-
-# Start menu links:
-
-links = {
- s+"Chocolate Heretic.lnk": d+"chocolate-heretic.exe",
- s+"Chocolate Heretic Setup.lnk": d+"chocolate-heretic-setup.exe"
-}
-