From 06f99426c398d5694969ce3b5b95e893377259b4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 17 Oct 2001 22:20:26 +0000 Subject: [PATCH] fixed doc --- README.WIN32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.WIN32 b/README.WIN32 index d49506d63..c797fdafb 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -206,13 +206,13 @@ calls EPICS, but are not using the EPICS build system. 6d) If you link with EPICS object libraries then specify /MT or /MTd depending on whether EPICS base and your code are built for debugging. This specifies the multithreaded operating environment required by EPICS. - It will also not define _DLL and therefore the EPICS header files will + This 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". 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 + required by EPICS. This will also define _DLL and therefore the EPICS header files will specify an optimized calling convention for shareable libraries. EPICS shareable libraries (DLL) names follow the convention "xxx.lib" and "xxx.dll".