|
IDE Libraries |
Top Previous Next |
|
The IDE can build and maintain libraries for you.
You create a library by right-clicking your project and selecting 'Create Library'.
This brings up a window where you can give the name for your library and select the type of things it contains. In this case Standard C has been ticked to show that the library will contain compiled C code.
|