root/trunk/DerelictGL/forbud.txt

Revision 224, 67 bytes (checked in by aldacron, 2 years ago)

[General]
* buildme.d has been overhauled yet again. Support for building with DMD and GDC has been temporarily removed. The code has been restructured to be easier to maintain and extend. Skeleton code exists for Tango support and for build tools other than Bud.
* all build_* text files have been renamed to bud_*
* the forbuild.txt file in each package directory has been renamed to forbud.txt
[DerelictUtil?]
* added wrapper.d to provide compatibility between Phobos and Tango for those packages that need it
* added wintypes.d so that Derelict no longer depends on any external API for Windows declarations. When adding future packages that need Win32 declarations not found in this new module, the module should be updated with the missing declarations.
* modified loader.d to use the new wrapper module
[DerelictGL]
* changes were made to those modules that used Phobos functions now use the new wrapper module instead
* removed wingdi.d
* wgl.d now uses the new wintypes module from DerelictUtil?
[SDLMixer]
* updated to use the new wrapper module in place of Phobos functions

Line 
1 DerelictGL/derelict/opengl/gl.d
2 DerelictGL/derelict/opengl/glext.d
Note: See TracBrowser for help on using the browser.