diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-08-21 21:50:22 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2021-09-27 23:08:09 +1000 |
commit | df9164b9bd7b4505a9918212e39451b75a38a7d7 (patch) | |
tree | a8c37eec9d9f8efdfb90ed5799950939e6b4310c /SConstruct | |
parent | f3dea4b752b4f6349f4ae7aedc9fc010354729f4 (diff) | |
download | redot-cpp-df9164b9bd7b4505a9918212e39451b75a38a7d7.tar.gz |
Added TYPED_METHOD_BIND and c++17 flags to windows build and moved test project files
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -256,6 +256,7 @@ elif env["platform"] == "ios": elif env["platform"] == "windows": if host_platform == "windows" and not env["use_mingw"]: # MSVC + env.Append(CPPDEFINES=["TYPED_METHOD_BIND"]) env.Append(LINKFLAGS=["/WX"]) if env["target"] == "debug": env.Append(CCFLAGS=["/Z7", "/Od", "/EHsc", "/D_DEBUG", "/MDd"]) |