diff options
| author | Richard Brooksby | 2012-09-05 23:03:42 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-05 23:03:42 +0100 |
| commit | f2938dbd9d94d2fa4e806824b6727a1441f351bc (patch) | |
| tree | 836c1754821004717bb9ca9804827a4030d263f9 /mps/code | |
| parent | 49113957f739a4d36bf551a46a263c4b16e3e2e6 (diff) | |
| download | emacs-f2938dbd9d94d2fa4e806824b6727a1441f351bc.tar.gz emacs-f2938dbd9d94d2fa4e806824b6727a1441f351bc.zip | |
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
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/w3i3mv.nmk | 2 | ||||
| -rw-r--r-- | 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 | |||
| 9 | # (if not suppressed) generate a dependency on the C library, __chkesp, | 9 | # (if not suppressed) generate a dependency on the C library, __chkesp, |
| 10 | # which causes the linker step to fail when building the DLL, mpsdy.dll. | 10 | # which causes the linker step to fail when building the DLL, mpsdy.dll. |
| 11 | PFMDEFS = /DCONFIG_PF_STRING="w3i3mv" /DCONFIG_PF_W3I3MV \ | 11 | PFMDEFS = /DCONFIG_PF_STRING="w3i3mv" /DCONFIG_PF_W3I3MV \ |
| 12 | /DWIN32 /D_WINDOWS /Gs /I$(RAINBOWPATH) | 12 | /DWIN32 /D_WINDOWS /Gs |
| 13 | 13 | ||
| 14 | MPM = <ring> <mpm> <bt> <protocol> <boot> \ | 14 | MPM = <ring> <mpm> <bt> <protocol> <boot> \ |
| 15 | <arenavm> <arenacl> <locus> <arena> <global> <tract> <reserv> \ | 15 | <arenavm> <arenacl> <locus> <arena> <global> <tract> <reserv> \ |
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 | |||
| 9 | # (if not suppressed) generate a dependency on the C library, __chkesp, | 9 | # (if not suppressed) generate a dependency on the C library, __chkesp, |
| 10 | # which causes the linker step to fail when building the DLL, mpsdy.dll. | 10 | # which causes the linker step to fail when building the DLL, mpsdy.dll. |
| 11 | PFMDEFS = /DCONFIG_PF_STRING="w3i6mv" /DCONFIG_PF_W3I6MV \ | 11 | PFMDEFS = /DCONFIG_PF_STRING="w3i6mv" /DCONFIG_PF_W3I6MV \ |
| 12 | /DWIN32 /D_WINDOWS /Gs /I$(RAINBOWPATH) | 12 | /DWIN32 /D_WINDOWS /Gs |
| 13 | MASM = ml64 | 13 | MASM = ml64 |
| 14 | 14 | ||
| 15 | MPM = <ring> <mpm> <bt> <protocol> <boot> \ | 15 | MPM = <ring> <mpm> <bt> <protocol> <boot> \ |