dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Macros
Unimake Compiler
Collaboration diagram for Unimake Compiler:

Macros

#define COMPILER_CC(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   cc,
 
#define COMPILER_LD(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   ld,
 
#define COMPILER_REP_LIB(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   rep_lib,
 
#define COMPILER_TGT_LIB(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   tgt_lib,
 
#define COMPILER_REP_DBG(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   rep_dbg,
 
#define COMPILER_TGT_INC(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   tgt_inc,
 
#define COMPILER_REP_INC(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   rep_inc,
 
#define COMPILER_OBJ_OUT(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   obj_out,
 
#define COMPILER_EXE_OUT(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)   exe_out,
 
#define UNIMAKE_COMPILER_TABLE(f)
 

Detailed Description

Macro Definition Documentation

◆ UNIMAKE_COMPILER_TABLE

#define UNIMAKE_COMPILER_TABLE (   f)
Value:
f( "gcc", "gcc", "", "", "", "", "", "", "", "", "", "-g -pg", "-o $FILE$", "-o $FILE$" ) \
f( "wcc", "wcl", "wrc", "-I", "-i=", "", "", "-l", "-l=", "", "", "", "-fo=$FILE$", "-fe=$FILE$" ) \
f( "m68k-gcc-palmos", "m68k-gcc-palmos", "", "", "", "", "", "", "", "", "", "-g", "-o $FILE$", "-o $FILE$" ) \
f( "", "", "", "", "", "", "", "", "", "", "", "", "", "" )