mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-20 18:37:48 -04:00
parent
2e5de098dd
commit
010bc54e79
@ -44,10 +44,6 @@ set(WOOF_ICON "woof.ico")
|
||||
set(SETUP_ICON "setup.ico")
|
||||
set(PROJECT_VERSION_RC "${PROJECT_VERSION_MAJOR},${PROJECT_VERSION_MINOR},${PROJECT_VERSION_PATCH},0") # ${PROJECT_VERSION_TWEAK}
|
||||
|
||||
if(NOT WIN32)
|
||||
set(WOOFDATADIR "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_SHORTNAME}" CACHE PATH "Path to install supplemental files")
|
||||
endif()
|
||||
|
||||
# Toggle-able defines added at compile-time.
|
||||
option(WOOF_RANGECHECK "Enable bounds-checking of performance-sensitive functions" ON)
|
||||
option(WOOF_STRICT "Prefer original MBF code paths over demo compatiblity with PrBoom+" OFF)
|
||||
|
@ -13,4 +13,3 @@
|
||||
#cmakedefine HAVE_LIBXMP
|
||||
#cmakedefine HAVE_SNDFILE_MPEG
|
||||
#cmakedefine HAVE_AL_BUFFER_CALLBACK
|
||||
#cmakedefine WOOFDATADIR "@WOOFDATADIR@"
|
||||
|
@ -606,11 +606,6 @@ void BuildIWADDirList(void)
|
||||
AddIWADDir(env);
|
||||
}
|
||||
|
||||
#if defined(WOOFDATADIR)
|
||||
// [FG] Add a build-time configurable data directory
|
||||
AddIWADDir(WOOFDATADIR);
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
// Search the registry and find where IWADs have been installed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user