1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00

Remove dongle dependency for release to configura. i actually made the release to configura by ftping the source tree to göran's desktop machine, making a change like this one, making the libraries, and running gathconf.bat. that got him running while i was still there, which was critical at the time. this is my closest approximation to the sources from which we built there.

Copied from Perforce
 Change: 22630
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Nick Barnes 2001-09-24 15:37:46 +01:00
parent 1a51fb8af8
commit bfb0d9ddca
3 changed files with 3 additions and 5 deletions

View file

@ -216,7 +216,7 @@ $(PFM)\$(VARIETY)\mmdw.lib: $(MPMOBJ) $(AMCOBJ) $(DWOBJ) \
$(PFM)\$(VARIETY)\mps_conf.lib: $(CONFIGURAOBJ) $(AMCOBJ) $(LOOBJ) $(SNCOBJ) \
$(MVFFOBJ) $(AMSOBJ)
$(ECHO) $@
$(LIBMAN) $(LIBFLAGS) /OUT:$@ $(DONGLELIB) $**
$(LIBMAN) $(LIBFLAGS) /OUT:$@ $**
$(PFM)\$(VARIETY)\mpsplan.lib: $(PLINTHOBJ)
$(ECHO) $@

View file

@ -274,9 +274,7 @@
#define ARENA_INIT_SPARE_COMMIT_LIMIT ((Size)10uL*1024uL*1024uL)
#define THREAD_SINGLE
#define PROTECTION
#define DONGLE
/* global dongles have customerID 0 */
#define DONGLE_CUSTOMER_ID ((int)1)
#define DONGLE_NONE
#elif defined(CONFIG_PROD_MPS)
#define MPS_PROD_STRING "mps"

View file

@ -28,7 +28,7 @@ SW = <assert> <ring> <mpm> <bt> <protocol> \
<poolepdl> <poolepvm> <poolams> <dbgpool> \
<abq> <meter> <cbs> <poolmv2> <splay> <version> <poolmvff>
CONFIGURA = <assert> <ring> <mpm> <bt> <protocol> \
<arenavm> <arenacl> <arena> <tract> <walk> <reserv> <dongle> \
<arenavm> <arenacl> <arena> <tract> <walk> <reserv> \
<pool> <poolabs> <poolmfs> <poolmv> \
<root> <format> <buffer> \
<ref> <trace> <protw3> <proti3> <prmci3w3> <shield> <vmw3> \