openMSX
build-info.hh
Go to the documentation of this file.
1// Automatically generated by build process.
2
3#ifndef BUILD_INFO_HH
4#define BUILD_INFO_HH
5
6#ifdef __MINGW64__
7#define ASM_X86 0
8#define ASM_X86 0
9#define ASM_X86_32 0
10#define ASM_X86_64 0
11#else
12#define ASM_X86 1
13#define ASM_X86_32 0
14#define ASM_X86_64 1
15#endif
16#define PLATFORM_DINGUX 0
17#define PLATFORM_ANDROID 0
18#define HAVE_16BPP 1
19#define HAVE_32BPP 1
20#define MIN_SCALE_FACTOR 1
21#define MAX_SCALE_FACTOR 4
22
23namespace openmsx {
24
25static const bool OPENMSX_SET_WINDOW_ICON = true;
26static const char* const DATADIR = "/opt/openMSX/share";
27static const char* const BUILD_FLAVOUR = "opt";
28static const char* const TARGET_PLATFORM = "linux";
29
30} // namespace openmsx
31
32#endif // BUILD_INFO_HH
This file implemented 3 utility functions:
Definition: Autofire.cc:9