root/trunk/luigi/examples/example1_gld.brf

Revision 53, 0.8 kB (checked in by baxissimo, 1 year ago)

Updated for dsss usage

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 @example1_gld'
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 -release
8 -full
9 -cleanup
10 -If:\bax\code\d
11 -I$(DMDDIR)\dmd\import
12 -I$(DMDDIR)\dmd\import\schooner\win32\imports
13 -I$(DMDDIR)\dmd\import\schooner\gl\imports
14 -I$(DMDDIR)\dmd\import\schooner\gld\imports
15 example1_gld
16 # GLD only works as a library currently
17 $(DMDDIR)\dmd\import\schooner\gl\gl.lib
18 $(DMDDIR)\dmd\import\schooner\gl\opengl32.lib
19 $(DMDDIR)\dmd\import\schooner\gl\glu32.lib
20 $(DMDDIR)\dmd\import\schooner\gld\gld.lib
21 $(DMDDIR)\dmd\import\schooner\win32\win32.lib
22 $(DMDDIR)\dmd\import\schooner\win32\gdi32.lib
23 $(DMDDIR)\dmd\import\schooner\win32\winmm.lib
Note: See TracBrowser for help on using the browser.