mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 07:00:35 -08:00
Adding mpsicv
Copied from Perforce Change: 15290 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
376751825f
commit
ecb18b614e
1 changed files with 9 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# ==== NTI3MV NMAKE FILE ====
|
||||
#
|
||||
# $HopeName: MMsrc!nti3mv.nmk(trunk.17) $
|
||||
# $HopeName: MMsrc!nti3mv.nmk(trunk.18) $
|
||||
#
|
||||
# Copyright (C) 1995 Harlequin Group, all rights reserved
|
||||
#
|
||||
|
|
@ -21,7 +21,7 @@ TESTLIB = <testlib>
|
|||
|
||||
# ==== ALMOST GENERIC PRODUCT BUILD FOR NMAKE ====
|
||||
#
|
||||
# $HopeName: MMsrc!nti3mv.nmk(trunk.17) $
|
||||
# $HopeName: MMsrc!nti3mv.nmk(trunk.18) $
|
||||
#
|
||||
# Copyright (C) 1995 Harlequin Group, all rights reserved
|
||||
#
|
||||
|
|
@ -233,16 +233,17 @@ TESTLIBOBJ = $(TESTLIBOBJ0:>=.obj)
|
|||
# %%TARGET: Add the target to the all dependencies
|
||||
|
||||
all: mpmss.exe amcss.exe dwstress.exe lockutnt.exe lockcov.exe \
|
||||
stdcover.exe poolncv.exe locv.exe qs.exe std.lib mpm.lib
|
||||
stdcover.exe mpsicv.exe poolncv.exe locv.exe qs.exe std.lib mpm.lib
|
||||
|
||||
# Convenience targets
|
||||
# %%TARGET: Add a pseudo-target for the new part
|
||||
|
||||
dwstress.exe amcss.exe lockutnt.exe lockcov.exe stdcover.exe \
|
||||
mpmss.exe protcv.exe poolncv.exe locv.exe qs.exe std.lib mpm.lib:
|
||||
mpmss.exe protcv.exe mpsicv.exe poolncv.exe locv.exe qs.exe \
|
||||
std.lib mpm.lib:
|
||||
$(MAKE) /nologo /f $(PFM).nmk TARGET=$@ target
|
||||
|
||||
amcss.cov:
|
||||
mpsicv.cov:
|
||||
$(MAKE) /nologo /f $(PFM).nmk TARGET=$@ VARIETY=cover variety
|
||||
|
||||
# "clean" removes the directory containing the build results for the platform
|
||||
|
|
@ -301,6 +302,9 @@ $(PFM)\$(VARIETY)\qs.exe: $(PFM)\$(VARIETY)\qs.obj \
|
|||
$(PFM)\$(VARIETY)\amcss.exe: $(PFM)\$(VARIETY)\amcss.obj \
|
||||
$(MPMOBJ) $(STDOBJ) $(AMCOBJ) $(DWOBJ) $(TESTLIBOBJ)
|
||||
|
||||
$(PFM)\$(VARIETY)\mpsicv.exe: $(PFM)\$(VARIETY)\mpsicv.obj \
|
||||
$(MPMOBJ) $(STDOBJ) $(AMCOBJ) $(DWOBJ) $(TESTLIBOBJ)
|
||||
|
||||
$(PFM)\$(VARIETY)\dwstress.exe: $(PFM)\$(VARIETY)\dwstress.obj \
|
||||
$(DWOBJ) $(MPMOBJ) $(STDOBJ) $(AMCOBJ)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue