root/branches/Derelict2/DerelictIL/dsss.conf

Revision 409, 161 bytes (checked in by aldacron, 2 years ago)

[Derelict2]
* ported DerelictILU and DerelictILUT files over from the trunk and into the DerelictIL package
* added support to makefiles for building DerelictIL_ALL (IL + ILU + ILUT) or each library individually (will do this for other packages in the future)

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