From 380771093fa5092b086530083da2edea51925f31 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 20 Jul 1999 16:47:59 +0000 Subject: [PATCH] more doc --- README.WIN32 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.WIN32 b/README.WIN32 index 0663d0b5e..2023466b3 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -61,6 +61,10 @@ When setting paths in the EPICS CONFIG files for WIN32: ** WIN32 will generally allow "/" and "\" interchangeably in file paths, but the DOS shell appears to only accept "\". + ** Certain command line utilities such as the MS linker are known to confuse + "/" in a path with command line options, and so in these situations it may be + necessary to replae a "/" in a path with "\\". + Your path should include: - The EPICS-binaries that we are about to build in base/bin/WIN32 - The System (for me it's in NT40...)