qasm/config.h
2019-11-15 02:48:58 -08:00

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"