root/branches/Derelict2/DerelictPA/dsss.conf

Revision 484, 163 bytes (checked in by aldacron, 2 years ago)

[Derelict2]
* added DerelictPA, a binding to the PortAudio? library (originally from #ponce)
* DerelictODE and DerelictFMOD did not have entries in the top-level dsss.conf file, meaning they weren't getting compiled when executing a 'dsss build'

Line 
1 [derelict]
2 version(Windows) {
3     postbuild=copy *.lib ..\lib;
4 } else {
5     postbuild=cp lib*.a ../lib;
6 }
7
8 target=DerelictPA
9 buildflags=-I../DerelictUtil
Note: See TracBrowser for help on using the browser.