From f2938dbd9d94d2fa4e806824b6727a1441f351bc Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 5 Sep 2012 23:03:42 +0100 Subject: [PATCH] Missing rainbow path was causing an empty /i directive, swallowing the following /dconfig_var so that all varieties came out rash! Copied from Perforce Change: 179286 ServerID: perforce.ravenbrook.com --- mps/code/w3i3mv.nmk | 2 +- mps/code/w3i6mv.nmk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mps/code/w3i3mv.nmk b/mps/code/w3i3mv.nmk index 11acc7e74c6..d92decb1f97 100644 --- a/mps/code/w3i3mv.nmk +++ b/mps/code/w3i3mv.nmk @@ -9,7 +9,7 @@ PFM = w3i3mv # (if not suppressed) generate a dependency on the C library, __chkesp, # which causes the linker step to fail when building the DLL, mpsdy.dll. PFMDEFS = /DCONFIG_PF_STRING="w3i3mv" /DCONFIG_PF_W3I3MV \ - /DWIN32 /D_WINDOWS /Gs /I$(RAINBOWPATH) + /DWIN32 /D_WINDOWS /Gs MPM = \ \ diff --git a/mps/code/w3i6mv.nmk b/mps/code/w3i6mv.nmk index 0b257d25f07..943f9c559d0 100644 --- a/mps/code/w3i6mv.nmk +++ b/mps/code/w3i6mv.nmk @@ -9,7 +9,7 @@ PFM = w3i6mv # (if not suppressed) generate a dependency on the C library, __chkesp, # which causes the linker step to fail when building the DLL, mpsdy.dll. PFMDEFS = /DCONFIG_PF_STRING="w3i6mv" /DCONFIG_PF_W3I6MV \ - /DWIN32 /D_WINDOWS /Gs /I$(RAINBOWPATH) + /DWIN32 /D_WINDOWS /Gs MASM = ml64 MPM = \