mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-26 23:29:22 +00:00
22 lines
408 B
C
22 lines
408 B
C
#pragma once
|
|
|
|
// define application options here
|
|
#define PAL_APPCLASS TQAsmApp
|
|
|
|
#define NO_SIGNAL_HANDLING
|
|
|
|
//#define SERVERAPP
|
|
//#define ENABLE_SSL
|
|
#define USE_LOGGER
|
|
//#define USE_NET
|
|
//#define USE_SSL
|
|
#define USE_JSON
|
|
//#define USE_XML
|
|
|
|
#define NO_TTY_SETUP
|
|
// help text
|
|
#define HELP_USAGE "<options> file1 <file2 file3 ...>"
|
|
#define HELP_PURPOSE "\nMerlin 8/16(+)/32 Compatible 65816 Development Tool"
|
|
|
|
|