| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Actualy why not, we have all other warnings fixed :]
This reverts commit 6e94e0655ee276c6894a32cf07313a9ae460daf3.
|
|
|
|
|
|
|
|
|
|
we (Debian) want games in /usr/games, so we do
-DCMAKE_INSTALL_BINDIR=/usr/games
which didnt work until now :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
placed into /. Will have to investigate more
|
|
|
|
enought work for oroborous onto warning fixes with this profile.
|
|
|
|
|
|
|
|
|
|
support is not in...
|
|
CMAKE_SOURCE_DIR
|
|
|
|
|
|
option(WITH_SERVER "Build the server instead of client" ON)
option(WITH_AUDIO "Build with audio enabled" ON)
option(ENABLE_DEBUG "Build debug features" OFF)
option(WITH_NLS "Build the translations" ON)
option(Apple "Build some apple quirks. USE ONLY ON MAC!" OFF)
option(WITH_OPENGL "Use opengl as renderer instead of SW" ON)
option(BUNDLE "Use for generating binary. DEV ONLY" OFF)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|