aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorNick Barnes2002-04-15 16:59:47 +0100
committerNick Barnes2002-04-15 16:59:47 +0100
commit7be74710e9c5c93a9763559d6afc250e91652bfd (patch)
treebc07ec940c56ef192a212f1b126037fa09b19c0a /mps/code
parent37d0ca32199b70fa7eae9b268379a7e8c9f27a03 (diff)
downloademacs-7be74710e9c5c93a9763559d6afc250e91652bfd.tar.gz
emacs-7be74710e9c5c93a9763559d6afc250e91652bfd.zip
Remove dongles and warnings from configura builds.
Copied from Perforce Change: 28248 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/commpost.nmk2
-rw-r--r--mps/code/config.h13
-rw-r--r--mps/code/w3i3mv.nmk2
3 files changed, 12 insertions, 5 deletions
diff --git a/mps/code/commpost.nmk b/mps/code/commpost.nmk
index 030c1637a9f..fb93a6b5735 100644
--- a/mps/code/commpost.nmk
+++ b/mps/code/commpost.nmk
@@ -227,7 +227,7 @@ $(PFM)\$(VARIETY)\mmdw.lib: $(MPMOBJ) $(AMCOBJ) $(DWOBJ) \
227$(PFM)\$(VARIETY)\mps_conf.lib: $(CONFIGURAOBJ) $(AMCOBJ) $(LOOBJ) $(SNCOBJ) \ 227$(PFM)\$(VARIETY)\mps_conf.lib: $(CONFIGURAOBJ) $(AMCOBJ) $(LOOBJ) $(SNCOBJ) \
228 $(MVFFOBJ) $(AMSOBJ) $(AWLOBJ) 228 $(MVFFOBJ) $(AMSOBJ) $(AWLOBJ)
229 $(ECHO) $@ 229 $(ECHO) $@
230 $(LIBMAN) $(LIBFLAGS) /OUT:$@ $(DONGLELIB) $** 230 $(LIBMAN) $(LIBFLAGS) /OUT:$@ $**
231 231
232$(PFM)\$(VARIETY)\mpsplan.lib: $(PLINTHOBJ) 232$(PFM)\$(VARIETY)\mpsplan.lib: $(PLINTHOBJ)
233 $(ECHO) $@ 233 $(ECHO) $@
diff --git a/mps/code/config.h b/mps/code/config.h
index e8c09964893..ad8ec6f5246 100644
--- a/mps/code/config.h
+++ b/mps/code/config.h
@@ -100,6 +100,15 @@
100/* "unreachable code" (ASSERT, if cond is constantly true). */ 100/* "unreachable code" (ASSERT, if cond is constantly true). */
101#pragma warning(disable: 4702) 101#pragma warning(disable: 4702)
102 102
103/* "expression evaluates to a function which is missing an argument list" */
104#pragma warning(disable: 4550)
105
106/* "local variable is initialized but not referenced" */
107#pragma warning(disable: 4189)
108
109/* "not all control paths return a value" */
110#pragma warning(disable: 4715)
111
103/* MSVC 2.0 generates a warning when using NOCHECK or UNUSED */ 112/* MSVC 2.0 generates a warning when using NOCHECK or UNUSED */
104#ifdef _MSC_VER 113#ifdef _MSC_VER
105#if _MSC_VER < 1000 114#if _MSC_VER < 1000
@@ -275,9 +284,7 @@
275#define ARENA_INIT_SPARE_COMMIT_LIMIT ((Size)10uL*1024uL*1024uL) 284#define ARENA_INIT_SPARE_COMMIT_LIMIT ((Size)10uL*1024uL*1024uL)
276#define THREAD_SINGLE 285#define THREAD_SINGLE
277#define PROTECTION 286#define PROTECTION
278#define DONGLE 287#define DONGLE_NONE
279/* global dongles have customerID 0 */
280#define DONGLE_CUSTOMER_ID ((int)1)
281 288
282#elif defined(CONFIG_PROD_MPS) 289#elif defined(CONFIG_PROD_MPS)
283#define MPS_PROD_STRING "mps" 290#define MPS_PROD_STRING "mps"
diff --git a/mps/code/w3i3mv.nmk b/mps/code/w3i3mv.nmk
index cf71b4fef1b..9e76d7cfb5d 100644
--- a/mps/code/w3i3mv.nmk
+++ b/mps/code/w3i3mv.nmk
@@ -28,7 +28,7 @@ SW = <assert> <ring> <mpm> <bt> <protocol> <boot> \
28 <poolepdl> <poolepvm> <poolams> <dbgpool> \ 28 <poolepdl> <poolepvm> <poolams> <dbgpool> \
29 <abq> <meter> <cbs> <poolmv2> <splay> <version> <poolmvff> 29 <abq> <meter> <cbs> <poolmv2> <splay> <version> <poolmvff>
30CONFIGURA = <assert> <ring> <mpm> <bt> <protocol> <boot> \ 30CONFIGURA = <assert> <ring> <mpm> <bt> <protocol> <boot> \
31 <arenavm> <arenacl> <locus> <arena> <global> <tract> <reserv> <dongle> \ 31 <arenavm> <arenacl> <locus> <arena> <global> <tract> <reserv> \
32 <pool> <poolabs> <poolmfs> <poolmv> \ 32 <pool> <poolabs> <poolmfs> <poolmv> \
33 <root> <format> <buffer> <walk> \ 33 <root> <format> <buffer> <walk> \
34 <ref> <trace> <protw3> <proti3> <prmci3w3> <shield> <vmw3> \ 34 <ref> <trace> <protw3> <proti3> <prmci3w3> <shield> <vmw3> \