qasm/config.h

22 lines
377 B
C
Raw Normal View History

2019-11-11 15:56:03 -08:00
#pragma once
// define application options here
2019-11-15 02:48:58 -08:00
#define PAL_APPCLASS TQAsmApp
2019-11-11 15:56:03 -08:00
2019-11-12 17:23:10 -08:00
#define NO_SIGNAL_HANDLING
2019-11-11 15:56:03 -08:00
//#define SERVERAPP
2019-11-15 04:23:55 -08:00
2019-11-15 02:48:58 -08:00
//#define ENABLE_SSL
2019-11-15 04:23:55 -08:00
//#define USE_LOGGER
2019-11-15 03:10:41 -08:00
//#define USE_NET
2019-11-15 04:23:55 -08:00
//#define USE_SSL
//#define USE_JSON
//#define USE_XML
2019-11-11 15:56:03 -08:00
// help text
2019-11-15 02:48:58 -08:00
#define HELP_USAGE "<options> <list of files>"
#define HELP_PURPOSE "\nMerlin 16+ Compatible 65816 Development Tool"
2019-11-11 15:56:03 -08:00