mirror of
https://github.com/marketideas/qasm.git
synced 2025-01-15 17:30:09 +00:00
17 lines
301 B
C
17 lines
301 B
C
#pragma once
|
|
|
|
// define application options here
|
|
#define PAL_APPCLASS TQAsmApp
|
|
|
|
#define NO_SIGNAL_HANDLING
|
|
|
|
//#define SERVERAPP
|
|
//#define ENABLE_SSL
|
|
#define USE_LOGGER
|
|
|
|
// help text
|
|
#define HELP_USAGE "<options> <list of files>"
|
|
#define HELP_PURPOSE "\nMerlin 16+ Compatible 65816 Development Tool"
|
|
|
|
|