diff options
author | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2021-10-05 09:09:48 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2021-10-05 09:09:48 -0400 |
commit | b3676102a2ca1578220ef585d933732825ac196e (patch) | |
tree | 2c224a5aeb7d86669cb1732df1f7967aecbb4816 /RadTerminalDll.vcxproj | |
parent | 7fe31126d121e810dd93641ae6582e9ab1dac16e (diff) | |
download | RadTerminal-b3676102a2ca1578220ef585d933732825ac196e.tar.gz RadTerminal-b3676102a2ca1578220ef585d933732825ac196e.zip |
Fixed handling of blank commands
Diffstat (limited to 'RadTerminalDll.vcxproj')
-rw-r--r-- | RadTerminalDll.vcxproj | 2 |
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> |