Skip to content

Commit

Permalink
qmake: Added build option "deng_noclient"
Browse files Browse the repository at this point in the history
Disable compilation of the client executable altogether.
  • Loading branch information
skyjake committed Feb 12, 2013
1 parent 2b82cb7 commit 718572d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions doomsday/config.pri
Expand Up @@ -16,6 +16,7 @@
# - deng_fluidsynth Build the FluidSynth sound driver
# - deng_fmod Build the FMOD Ex sound driver
# - deng_nativesdk (Mac) Use current OS's SDK for non-distrib use
# - deng_noclient Disable building of the client
# - deng_nodirectsound (Windows) Disable the DirectSound sound driver
# - deng_nodisplaymode Disable native display mode changes
# - deng_nofixedasm Disable assembler fixed-point math
Expand Down
9 changes: 7 additions & 2 deletions doomsday/doomsday.pro
@@ -1,15 +1,20 @@
# The Doomsday Engine Project
# Copyright (c) 2011-2013 Jaakko Keränen <jaakko.keranen@iki.fi>

include(config.pri)

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
build \
libdeng2 \
libgui \
libdeng1 \
libshell \
client \
libshell

!deng_noclient: SUBDIRS += client

SUBDIRS += \
server \
plugins \
host \
Expand Down

0 comments on commit 718572d

Please sign in to comment.