mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Devmode and things to get linux version working
This commit is contained in:
parent
b3c9e2f2e0
commit
6018e9f4f0
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "SLB.h"
|
#include "SLB.h"
|
||||||
|
|
||||||
#define DEVELOPER_MESSAGES false
|
#define DEVELOPER_MESSAGES true
|
||||||
#define EXAMPLE_PROJECT false
|
#define EXAMPLE_PROJECT false
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
@ -647,7 +647,7 @@ int main(int argc, char* argv[])
|
|||||||
#if defined(__unix__)
|
#if defined(__unix__)
|
||||||
chdir(projectDirectory.c_str());
|
chdir(projectDirectory.c_str());
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
LPCSTR s = projectDirectory.c_str();
|
LPCWSTR s = wide.c_str();
|
||||||
SetCurrentDirectory(s);
|
SetCurrentDirectory(s);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user