1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-25 03:55:16 +00:00

Control VM config via RELEASE. (#136)

When `RELEASE` is set, then `inc/version.h` configures some
defines appropriately, including `BIGATOMS`, `BIGVM`, and
`NEWCDRCODING`. There's no need to manage it directly on
the compiler command line.
This commit is contained in:
Bruce Mitchener
2020-12-31 05:32:31 +07:00
committed by GitHub
parent 3eb8d36a49
commit 7a74d6e66f
26 changed files with 33 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ LPFILES = lpmain.obj lpread.obj lpsolve.obj lpwrite.obj lpdual.obj lptran.obj
KEY = keytstno.obj
CFLAGS = -DBIGATOMS -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT \
CFLAGS = -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT \
-DNOFORN -DNOETHER -DNOVERSION -DLPSOLVE -g
LDFLAGS = -g graphics.lib binmode.lib mouse.lib
@@ -25,7 +25,7 @@ HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h
bigvm:
CFLAGS = $(CFLAGS) -DBIGVM -DNEWCDRCODRING
CFLAGS = $(CFLAGS)
make -f foot emul.exe
emul.exe : $(OFILES)