mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #603, new CMD args, formerly passed by env.vars
* removed from CProject * removed. env. vars menu items * prepared for vatlib cmd. args * prepared for eol (end of lifetime) timestamp (time bomb)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d7e5b5206c
commit
f4cbfc2fa9
@@ -40,4 +40,8 @@
|
||||
# define BLACKMISC_EXPORT_TEMPLATE
|
||||
#endif
|
||||
|
||||
#endif // BLACKMISC_MACROS_H
|
||||
//! make a define quoted (normally to be used then with QString)
|
||||
#define BLACK_STRINGIFY_X(v) #v
|
||||
#define BLACK_STRINGIFY(v) BLACK_STRINGIFY_X(v)
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user