View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-20-2014 , 13:43   Re: Spider - A Replacement Webcompiler
Reply With Quote #21

Quote:
Originally Posted by bibu View Post
How about the support of *.inl files? Would be cool to have an option for them like on the side of the custom include upload.
Quote:
Originally Posted by KliPPy View Post
This is a great idea, because, for instance, Biohazard includes one .cfg file, and Diablo II LoD includes few .inl files. Maybe just create a list of possible additional file extensions(.inc, .cfg, .inl, .sma... I can't think of any other right now).
What are .inl files? just more Pawn source code pulled in with #include? (SM just uses additional .sp files for that) If so, I'll add it to the extension whitelist for the drop targets, they'll end up in extra/ with the rest of the dropped includes (which is in the compiler search path). Supporting a full directory structure is on the wishlist, but not on my short-term plans.
__________________

Last edited by asherkin; 08-20-2014 at 13:45.
asherkin is offline