link directive
This commit is contained in:
3
base.cpp
3
base.cpp
@@ -50,12 +50,15 @@
|
||||
#endif
|
||||
|
||||
#if OS_WINDOWS
|
||||
#define OS_EXE ".exe"
|
||||
#define OS_NAME "Win32"_s
|
||||
#define OS_NAME_LOWER "win32"_s
|
||||
#elif OS_LINUX
|
||||
#define OS_EXE ".out"
|
||||
#define OS_NAME "Linux"_s
|
||||
#define OS_NAME_LOWER "linux"_s
|
||||
#elif OS_MAC
|
||||
#define OS_EXE ".out"
|
||||
#define OS_NAME "Mac"_s
|
||||
#define OS_NAME_LOWER "mac"_s
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user