mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-19 08:05:12 +00:00
Compare commits
1 Commits
mth38--sup
...
build-201
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc390c511f |
@@ -18,7 +18,7 @@ XFLAGS = -I/opt/X11/include -DXWINDOW
|
|||||||
# OPTFLAGS is normally -O2.
|
# OPTFLAGS is normally -O2.
|
||||||
OPTFLAGS = -O1 -g
|
OPTFLAGS = -O1 -g
|
||||||
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
||||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
|
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=201 # was 351
|
||||||
|
|
||||||
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
||||||
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm
|
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ XFLAGS = -I/opt/X11/include -DXWINDOW
|
|||||||
# OPTFLAGS is normally -O2.
|
# OPTFLAGS is normally -O2.
|
||||||
OPTFLAGS = -O0 -g
|
OPTFLAGS = -O0 -g
|
||||||
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
DEBUGFLAGS = # -DDEBUG -DOPTRACE
|
||||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT
|
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=201 -DNOVERSION -DINIT
|
||||||
|
|
||||||
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
LDFLAGS = -L/opt/X11/lib -lX11 -lm
|
||||||
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm
|
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
#include "adr68k.h" // for NativeAligned4FromLAddr
|
#include "adr68k.h" // for NativeAligned4FromLAddr
|
||||||
#ifdef RESWAPPEDCODESTREAM
|
#if defined(RESWAPPEDCODESTREAM) | !defined(BIGVM)
|
||||||
#include "byteswapdefs.h" // for byte_swap_code_block
|
#include "byteswapdefs.h" // for byte_swap_code_block, swapx
|
||||||
#endif
|
#endif
|
||||||
#include "car-cdrdefs.h" // for car
|
#include "car-cdrdefs.h" // for car
|
||||||
#include "conspagedefs.h" // for cons
|
#include "conspagedefs.h" // for cons
|
||||||
|
|||||||
@@ -22,6 +22,10 @@
|
|||||||
*/
|
*/
|
||||||
/**********************************************************************/
|
/**********************************************************************/
|
||||||
|
|
||||||
|
#if !defined(NEWCDRCODING)
|
||||||
|
#include "address.h"
|
||||||
|
#include "gcdata.h"
|
||||||
|
#endif
|
||||||
#include "car-cdrdefs.h" // for N_OP_rplacd
|
#include "car-cdrdefs.h" // for N_OP_rplacd
|
||||||
#include "conspagedefs.h" // for cons
|
#include "conspagedefs.h" // for cons
|
||||||
#include "emlglob.h"
|
#include "emlglob.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user