From d05deebf6bc6e11c48cdff327d1d397abfb67d03 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Wed, 31 May 2006 16:58:03 +0100 Subject: [PATCH] Mps: add mpsplan.a to "all" target; add mps.lib and mpsplan.lib to "all" target Copied from Perforce Change: 158999 ServerID: perforce.ravenbrook.com --- mps/code/comm.gmk | 2 +- mps/code/commpost.nmk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk index 13e313fc16e..2e88d211cc2 100644 --- a/mps/code/comm.gmk +++ b/mps/code/comm.gmk @@ -269,7 +269,7 @@ all: mpmss sacss amcss amcsshe amsss amssshe segsmss awlut awluthe \ finalcv finaltest arenacv bttest teletest \ abqtest cbstest btcv mv2test messtest steptest \ eventcnv walkt0 libcbt \ - mps.a + mps.a mpsplan.a swall: mmsw.a replaysw diff --git a/mps/code/commpost.nmk b/mps/code/commpost.nmk index a205a1a618c..7fa9a009205 100644 --- a/mps/code/commpost.nmk +++ b/mps/code/commpost.nmk @@ -19,7 +19,8 @@ all: mpmss.exe amcss.exe amsss.exe amssshe.exe segsmss.exe awlut.exe awluthe.exe finalcv.exe finaltest.exe arenacv.exe bttest.exe teletest.exe protcv.exe \ abqtest.exe cbstest.exe btcv.exe mv2test.exe messtest.exe steptest.exe \ locbwcss.exe locusss.exe \ - eventcnv.exe + eventcnv.exe \ + mps.lib mpsplan.lib swall: mmsw.lib replaysw.exe