From 739d67853a9e2ce245cb0fcd3c3cf86af8bc11bc Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 17 Oct 2001 22:18:50 +0000 Subject: [PATCH] fixed doc --- README.WIN32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.WIN32 b/README.WIN32 index d34657a9b..d49506d63 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -209,7 +209,7 @@ calls EPICS, but are not using the EPICS build system. It will also not define _DLL and therefore the EPICS header files will not specify that sharable libraries are being called. EPICS object library names follow the convention "xxxObj.lib". -6c) If you link with EPICS shareable libraries (with DLLs) then you must +6e) If you link with EPICS shareable libraries (with DLLs) then you must use /MDd or /MD depending on whether EPICS base and your code are built for debugging. This specifies the multithreaded operating environment required by EPICS. It will also define _DLL and therefore the EPICS header