From a0bba4fa7f78fabd3af2dbc9345f02a1a751421f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 5 Jan 2000 21:53:09 +0000 Subject: [PATCH] added make host only comment --- README.WIN32 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.WIN32 b/README.WIN32 index f2a039c7f..67e75dd51 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -25,6 +25,10 @@ Right now this port of EPICS to WIN32 should allow you to and all other EPICS base libraries as DLLs. * build gdd, cas and a demo of the new portable CA server on WIN32. +To build only for WIN32 and not cross compile for IOC development type +"make host" or in your config files set "CROSS_COMPILER_HOST_ARCHS=void" + + 1) see what you have --------------------