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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user