Skip to content
Chris Petersen edited this page Aug 6, 2013 · 2 revisions

The LIBRARIES file contains a list of C libraries to link into the application. libgambc is REQUIRED for all applications. Some libraries, such as libportaudio may not be available on some platforms (Android and iOS in the case of portaudio). Linking on these platforms can be excluded with an exclamation mark separated postfix notation:

$ cat apps/uSquish/LIBRARIES 
libgambc libportaudio!ios!android

Clone this wiki locally