Open CrazyHackGUT opened 5 years ago
Add support for definition string as defines. SPComp has support declare defines from console arguments, like:
./spcomp NAME=VALUE sourcecode.sp
But passing string as values doesn't supported.
possible precursor to sourcepawn templates?
@dvander
The primary use case for this is for versioning of sp scripts in ci environments. I agree with you, but this specific situation seems justified to me.
Add support for definition string as defines. SPComp has support declare defines from console arguments, like:
But passing string as values doesn't supported.