be more consistent with CROSS_TO_target macro names for cross-compiles
-DCROSS_TO_MSDOS msdos cross-compile (djgpp cross-compiler) -DCROSS_TO_AMIGA Amiga cross-compile -DCROSS_TO_WASM wasm cross-compile (emscripten)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#ifndef AMIGA_CROSS
|
||||
#ifndef CROSS_TO_AMIGA
|
||||
#include "NH:sys/amiga/windefs.h"
|
||||
#include "NH:sys/amiga/winext.h"
|
||||
#include "NH:sys/amiga/winproto.h"
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "date.h"
|
||||
|
||||
extern struct TagItem scrntags[];
|
||||
#ifndef AMIGA_CROSS
|
||||
#ifndef CROSS_TO_AMIGA
|
||||
extern struct Library *ConsoleDevice;
|
||||
#else
|
||||
extern struct Device *
|
||||
@@ -792,7 +792,7 @@ amii_create_nhwindow(type) register int type;
|
||||
}
|
||||
|
||||
ConsoleDevice =
|
||||
#ifndef AMIGA_CROSS
|
||||
#ifndef CROSS_TO_AMIGA
|
||||
(struct Library *)
|
||||
#else
|
||||
(struct Device *
|
||||
|
||||
Reference in New Issue
Block a user