shithub: choc

ref: d03dd75b5c4098f1fa59a4a0074b4770e73d835b
dir: /pkg/wince/heretic-cab.cfg/

View raw version

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-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-setup.exe"
}