1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-28 01:15:51 +00:00

Scratch branch for (trying to) build old release 2.01

This commit is contained in:
Nick Briggs
2022-09-08 12:44:19 -07:00
parent fcc62953d8
commit bc390c511f
4 changed files with 8 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ XFLAGS = -I/opt/X11/include -DXWINDOW
# OPTFLAGS is normally -O2.
OPTFLAGS = -O1 -g
DEBUGFLAGS = # -DDEBUG -DOPTRACE
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=201 # was 351
LDFLAGS = -L/opt/X11/lib -lX11 -lm
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm

View File

@@ -18,7 +18,7 @@ XFLAGS = -I/opt/X11/include -DXWINDOW
# OPTFLAGS is normally -O2.
OPTFLAGS = -O0 -g
DEBUGFLAGS = # -DDEBUG -DOPTRACE
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=201 -DNOVERSION -DINIT
LDFLAGS = -L/opt/X11/lib -lX11 -lm
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm

View File

@@ -19,8 +19,8 @@
/************************************************************************/
#include "adr68k.h" // for NativeAligned4FromLAddr
#ifdef RESWAPPEDCODESTREAM
#include "byteswapdefs.h" // for byte_swap_code_block
#if defined(RESWAPPEDCODESTREAM) | !defined(BIGVM)
#include "byteswapdefs.h" // for byte_swap_code_block, swapx
#endif
#include "car-cdrdefs.h" // for car
#include "conspagedefs.h" // for cons

View File

@@ -22,6 +22,10 @@
*/
/**********************************************************************/
#if !defined(NEWCDRCODING)
#include "address.h"
#include "gcdata.h"
#endif
#include "car-cdrdefs.h" // for N_OP_rplacd
#include "conspagedefs.h" // for cons
#include "emlglob.h"