root/trunk/luigi/examples/example1d_glfw.brf

Revision 46, 0.6 kB (checked in by baxissimo, 2 years ago)

Added top level add_blah_callback calls in gui.d to hook the system-level input routines. May rethink this a bit still. That may be wanted in some cases (reshape, or recording all mouse motion for example) , but probably more useful would be routines that get called as a _fallback_ when no gui widget intercepts the event.

Fixed disconnect in signalobj.d

Added disconnect routines to adapter.d

Fixed dxut to work without Derelict.

Line 
1 # Change the -I paths below to point to the directories in
2 # which the files reside on your system.
3 # Then compile by using
4 #   'bud @example1d_glfw'
5 # Note I use a custom verison of bud that supports environment
6 # variables.  Current bud version 3.04 does not have this feature.
7 -debug
8 -g
9 -full
10 -cleanup
11 -version=useDerelict
12 -I$(DMDDIR)\baxissimo
13 -I$(DMDDIR)\dmd\import
14 -I$(DMDDIR)\dmd\import\derelict\DerelictGL
15 -I$(DMDDIR)\dmd\import\derelict\DerelictGLU
16 -I$(DMDDIR)\dmd\import\derelict\DerelictUtil
17 -I$(DMDDIR)\dmd\import\derelict\DerelictGLFW
18 -Texample1d_glfw
19 example1_glfw
Note: See TracBrowser for help on using the browser.