aboutsummaryrefslogtreecommitdiff
path: root/RadTerminalDll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2021-10-05 09:09:48 -0400
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2021-10-05 09:09:48 -0400
commitb3676102a2ca1578220ef585d933732825ac196e (patch)
tree2c224a5aeb7d86669cb1732df1f7967aecbb4816 /RadTerminalDll.vcxproj
parent7fe31126d121e810dd93641ae6582e9ab1dac16e (diff)
downloadRadTerminal-b3676102a2ca1578220ef585d933732825ac196e.tar.gz
RadTerminal-b3676102a2ca1578220ef585d933732825ac196e.zip
Fixed handling of blank commands
Diffstat (limited to 'RadTerminalDll.vcxproj')
-rw-r--r--RadTerminalDll.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/RadTerminalDll.vcxproj b/RadTerminalDll.vcxproj
index cfb481d..cb8b6c4 100644
--- a/RadTerminalDll.vcxproj
+++ b/RadTerminalDll.vcxproj
@@ -87,7 +87,7 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions);BUILD_AS_DLL</PreprocessorDefinitions>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>