From b3676102a2ca1578220ef585d933732825ac196e Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 5 Oct 2021 09:09:48 -0400 Subject: Fixed handling of blank commands --- RadTerminalDll.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RadTerminalDll.vcxproj') diff --git a/RadTerminalDll.vcxproj b/RadTerminalDll.vcxproj index cfb481d..cb8b6c4 100644 --- a/RadTerminalDll.vcxproj +++ b/RadTerminalDll.vcxproj @@ -87,7 +87,7 @@ MaxSpeed true true - NDEBUG;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions);BUILD_AS_DLL true -- cgit v1.2.3