mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 05:41:53 +00:00
Use SimpleExpressionInterpreter in DefinesStreamProxy and expand defines and defined expressions before parsing
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
#pragma options TEST(asdf, bla)
|
||||
#pragma switch TEST_SWITCH
|
||||
|
||||
#ifdef TEST_SWITCH
|
||||
#define SVAL "1"
|
||||
#else
|
||||
#define SVAL "0"
|
||||
#endif
|
||||
|
||||
#pragma filename "lemao_" + TEST + SVAL + ".txt"
|
||||
|
||||
HAHA TEST
|
||||
#ifdef TEST_SWITCH
|
||||
kekw
|
||||
#endif
|
Reference in New Issue
Block a user