mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Make configura build include awl, and make gathconf.bat run the builds.
Copied from Perforce Change: 28247 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
361a56cf9b
commit
046eefba19
2 changed files with 6 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ $(PFM)\$(VARIETY)\mmdw.lib: $(MPMOBJ) $(AMCOBJ) $(DWOBJ) \
|
|||
$(LIBMAN) $(LIBFLAGS) /OUT:$@ $**
|
||||
|
||||
$(PFM)\$(VARIETY)\mps_conf.lib: $(CONFIGURAOBJ) $(AMCOBJ) $(LOOBJ) $(SNCOBJ) \
|
||||
$(MVFFOBJ) $(AMSOBJ)
|
||||
$(MVFFOBJ) $(AMSOBJ) $(AWLOBJ)
|
||||
$(ECHO) $@
|
||||
$(LIBMAN) $(LIBFLAGS) /OUT:$@ $(DONGLELIB) $**
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,11 @@
|
|||
@rem $Id$
|
||||
@rem Copyright (c) 2001 Ravenbrook Limited.
|
||||
|
||||
rmdir /s w3i3mv
|
||||
nmake /f w3i3mv.nmk VARIETY=we mps_conf.lib mpsplan.lib
|
||||
nmake /f w3i3mv.nmk VARIETY=wi mps_conf.lib mpsplan.lib
|
||||
nmake /f w3i3mv.nmk VARIETY=ce mps_conf.lib mpsplan.lib
|
||||
nmake /f w3i3mv.nmk VARIETY=ci mps_conf.lib mpsplan.lib
|
||||
mkdir release
|
||||
mkdir release\include
|
||||
mkdir release\lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue