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 MIN_SCALE_FACTOR 2
19#define MAX_SCALE_FACTOR 4
20
21namespace openmsx {
22
23static const bool OPENMSX_SET_WINDOW_ICON = true;
24static const char* const DATADIR = "/opt/openMSX/share";
25static const char* const DOCDIR = "/opt/openMSX/doc";
26static const char* const BUILD_FLAVOUR = "opt";
27static const char* const TARGET_PLATFORM = "linux";
28static const char* const TARGET_CPU = "x86_64";
29
30} // namespace openmsx
31
32#endif // BUILD_INFO_HH
This file implemented 3 utility functions:
Definition Autofire.cc:11