I read a couple of threads from 2005 on how to conditionally compile .as
files using cpp, and it works...but I want to pipe that output into mtasc as
the input file. Simply doing "cpp file.as -P -DFLAG | mtasc (etc.) does not
work - I receive a usage error, presumably b/c it can't find an input file.
This may be a simple syntax problem or something with mtasc. Please help!
Thanks,