Skip to content

Commit

Permalink
Host: Cleaned up host.pro, added Python source and rc example
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 3, 2012
1 parent 2de1168 commit e515ebe
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doomsday/host/host.pro
Expand Up @@ -8,10 +8,14 @@ TEMPLATE = subdirs

# The host is not installed by default.
deng_host {
INSTALLS += host
INSTALLS += host

unix {
host.files += doomsday-host
host.path = $$DENG_BIN_DIR
}
unix {
host.files += doomsday-host
host.path = $$DENG_BIN_DIR
}
}

OTHER_FILES += \
doomsday-host \
doomsdayhostrc-example

0 comments on commit e515ebe

Please sign in to comment.