mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
Define m68k for OS3 build so dukky (nearly) compiles.
This commit is contained in:
parent
a76de90a2e
commit
844e599a22
@ -7,7 +7,7 @@ CFLAGS += -std=c99 -Dnsamiga
|
||||
ifneq ($(SUBTARGET),os3)
|
||||
CFLAGS += -O2 -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
|
||||
else
|
||||
CFLAGS += -m68020-60 -O0 -DPATH_MAX=1024
|
||||
CFLAGS += -m68020-60 -O0 -DPATH_MAX=1024 -D__m68k__
|
||||
endif
|
||||
|
||||
NETSURF_FEATURE_ROSPRITE_CFLAGS := -DWITH_NSSPRITE
|
||||
|
@ -742,6 +742,7 @@ static void ami_openscreen(void)
|
||||
if(screen_signal == -1) screen_signal = AllocSignal(-1);
|
||||
LOG("Screen signal %d", screen_signal);
|
||||
scrn = OpenScreenTags(NULL,
|
||||
/**\todo specify screen depth */
|
||||
SA_DisplayID, id,
|
||||
SA_Title, ami_gui_get_screen_title(),
|
||||
SA_Type, PUBLICSCREEN,
|
||||
|
@ -36,7 +36,6 @@
|
||||
#define nsList List
|
||||
#define NewnsList NewList
|
||||
#endif
|
||||
/****/
|
||||
|
||||
/* Slightly abstract MinList initialisation */
|
||||
void ami_NewMinList(struct MinList *list)
|
||||
|
Loading…
Reference in New Issue
Block a user