Skip to content

Including Libraries

mystborn edited this page Jun 22, 2018 · 3 revisions

Including libraries is extremely simple. You specify it's path via the build file, and it will be included in the library. There is one other option however. If the file isn't found in the path specified by the build file, the compiler will look in one other location for the file. Wherever the compiler is installed, it will look in a folder called Libraries to see if it can find the file. This allows you to place all of the most commonly used assemblies in one location for ease of use. The base installation of TaffyScript will come with the BCL in that folder.

Clone this wiki locally