mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
151288e170
This fixes, among others, FreeBSD 64bit builds where the build system used a "amd64" suffix and runtime "x86_64".
11 lines
180 B
C
11 lines
180 B
C
#ifndef __DOOM3_CONFIG_H__
|
|
#define __DOOM3_CONFIG_H__
|
|
|
|
#define BUILD_OS "@os@"
|
|
#define BUILD_CPU "@cpu@"
|
|
|
|
#cmakedefine HAVE_JPEG_MEM_SRC
|
|
|
|
#cmakedefine ID_ENABLE_CURL
|
|
|
|
#endif
|