summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-10-14 13:18:25 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-10-31 14:37:49 +0200
commit9a33c97c2a1e46f79426fa091c271d273a458bb8 (patch)
treed6ac20322499722adabaebd9e92beca7f0311925 /SConstruct
parent6a9317c9fc8f943586a8cbe6d0d6be6e356add28 (diff)
Add console wrapper app to handle console i/o redirection on Windows.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 7009cb8fbe..6847a7c937 100644
--- a/SConstruct
+++ b/SConstruct
@@ -793,6 +793,7 @@ if selected_platform in platform_list:
methods.generate_version_header(env.module_version_string)
+ env["PROGSUFFIX_WRAP"] = suffix + env.module_version_string + ".console" + env["PROGSUFFIX"]
env["PROGSUFFIX"] = suffix + env.module_version_string + env["PROGSUFFIX"]
env["OBJSUFFIX"] = suffix + env["OBJSUFFIX"]
# (SH)LIBSUFFIX will be used for our own built libraries