qasm/config.h

22 lines
408 B
C
Raw Permalink Normal View History

2019-11-11 23:56:03 +00:00
#pragma once
// define application options here
2019-11-15 10:48:58 +00:00
#define PAL_APPCLASS TQAsmApp
2019-11-11 23:56:03 +00:00
2019-11-13 01:23:10 +00:00
#define NO_SIGNAL_HANDLING
2019-11-11 23:56:03 +00:00
//#define SERVERAPP
2019-11-15 10:48:58 +00:00
//#define ENABLE_SSL
2022-01-17 19:21:57 +00:00
#define USE_LOGGER
2019-11-15 11:10:41 +00:00
//#define USE_NET
2019-11-15 12:23:55 +00:00
//#define USE_SSL
#define USE_JSON
2019-11-15 12:23:55 +00:00
//#define USE_XML
2019-11-11 23:56:03 +00:00
2019-11-19 16:38:49 +00:00
#define NO_TTY_SETUP
2019-11-11 23:56:03 +00:00
// help text
2023-02-07 06:27:19 +00:00
#define HELP_USAGE "<options> file1 <file2 file3 ...>"
#define HELP_PURPOSE "\nMerlin 8/16(+)/32 Compatible 65816 Development Tool"
2019-11-11 23:56:03 +00:00