40 const wxString AppContactEmail =
_T(
"info@codeblocks.org");
42 #if defined(__WXMSW__) 44 #elif defined(__WXOS2__) 46 #elif defined(__WXMAC__) || defined(__WXCOCOA__) 48 #elif defined(__APPLE__) 50 #elif defined(__FreeBSD__) 52 #elif defined(__UNIX__) 58 const wxString AppWXAnsiUnicode = platform::unicode ? wxT(
"unicode") : wxT(
"ANSI");
60 #if defined(_LP64) || defined(_WIN64) 61 const wxString bit_type = wxT(
" - 64 bit");
67 + wxT(__TIME__) + wxT(
" - wx")
68 +
wxString(wxT(wxVERSION_NUM_DOT_STRING))
69 + wxT(
" (") + AppPlatform + wxT(
", ")
70 + AppWXAnsiUnicode + wxT(
")") +
bit_type );
#define PLUGIN_SDK_VERSION_MINOR
#define PLUGIN_SDK_VERSION_MAJOR
static wxString GetRevisionString()
#define PLUGIN_SDK_VERSION_RELEASE
const wxString DefaultBatchBuildArgs
static wxString Format(const wxString &format,...)