root/branches/Derelict2/DerelictUtil/dsss.conf

Revision 358, 133 bytes (checked in by aldacron, 3 years ago)

[Derelict2]
* removed extraneous line from all dsss.conf files
* added support for loading GLU to the DerelictGL package
* modified DerelictGL's dsss.conf to build two libraries - DerelictGL and DerelictGLU

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