root/trunk/DerelictGL/dsss.conf

Revision 277, 179 bytes (checked in by aldacron, 11 months ago)

* added a name statement to all of the dsss.conf files.

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