|
Revision 440, 256 bytes
(checked in by aldacron, 2 years ago)
|
[Derelict2 - DerelictGL]
* updated dsss.conf to reflect the versioned extension loading
* converted a couple of stray const function parameters to 'in' in extfuncs.d
* fixed a typo in extloader.d
|
| Line | |
|---|
| 1 |
[derelict] |
|---|
| 2 |
target=DerelictGL |
|---|
| 3 |
buildflags=-version=DerelictGL_ARB -version=DerelictGL_EXT -version=DerelictGL_NV -version=DerelictGL_ATI -I../DerelictUtil |
|---|
| 4 |
|
|---|
| 5 |
version(Windows) { |
|---|
| 6 |
postbuild=copy *.lib ..\lib; |
|---|
| 7 |
} else { |
|---|
| 8 |
postbuild=cp lib*.a ../lib; |
|---|
| 9 |
} |
|---|