// Instead of this:
#include <forum_account\keyboard\keyboard.dme>
// This (case-insensitive):
#include <Forum_account.Keyboard>
ID:994834
Sep 29 2012, 12:51 pm
|
|||||||
| |||||||
Sep 29 2012, 1:12 pm
|
|
++
|
I usually just stuff any libraries in a separate folder called "libraries". It saves me the trouble of having to install obscure BYOND libraries on another computer if I want to compile my project on it.
A middle ground in this could be a feature to automate moving libraries over to the local project. I think this may be better for a lot of developers in the long run because when a library is updated or removed you don't lose access to it. |