add build flags; use spaces

This commit is contained in:
David Refoua 2018-03-28 21:07:14 +04:30 committed by GitHub
parent eaf7048ed7
commit 249f7b9baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,7 @@
#define CMDER_ORIGINAL_FILENAME_STR "Cmder.exe" #define CMDER_ORIGINAL_FILENAME_STR "Cmder.exe"
#define CMDER_COMPANY_NAME_STR "Samuel Vasko" #define CMDER_COMPANY_NAME_STR "Samuel Vasko"
#define CMDER_COPYRIGHT_YEAR_STR "2016" #define CMDER_COPYRIGHT_YEAR_STR "2016"
#define CMDER_DEBUGFLAG 0x0L // set to 0x1L to enable debug mode
#define CMDER_BUILDFLAGS 0x0L
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////