qasm/config.h

22 lines
377 B
C
Raw 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 12:23:55 +00:00
2019-11-15 10:48:58 +00:00
//#define ENABLE_SSL
2019-11-15 12:23:55 +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
//#define USE_XML
2019-11-11 23:56:03 +00:00
// help text
2019-11-15 10:48:58 +00:00
#define HELP_USAGE "<options> <list of files>"
#define HELP_PURPOSE "\nMerlin 16+ Compatible 65816 Development Tool"
2019-11-11 23:56:03 +00:00