-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition: Specify include directories #27
Comments
Spcomp supports that? I mean I'll look into the code but i would highly doubt it. |
I looked in SM's AMBuilder file for the compile process of the sm plugins and found 2 -I switches. |
To add onto this, probably be best to only supply 1 spcomp.exe(the 1.7 one) and just pass it an -i to appropriate include path. |
This is certainly a must-have feature and the compiler already supports it with |
If the Compiler supports multiple include directorys, and I'll test that too, this will come..in the future.. |
Implement multiple include directories since i tested it and it works well. Some behaviours had to be rewritten because they werent able to handle multiple include directories. But now they are.
implemented and thanks. |
This would benefit a lot of people to be able to tell SPEdit where to look for includes no matter what configuration is selected(Example: main include dirs hold all the stock SM includes, extra includes include things like: /ff2_includes which holds the includes things like FF2 rely on. SPComp supports this as far as I know of.
The text was updated successfully, but these errors were encountered: