|
Revision 119, 0.5 kB
(checked in by Gregor, 5 years ago)
|
bcd.gen/bcd/gen/bcdgen.d: Proper support for static functions.
bcd.gen/scripts/fltk.sh, bindings/bcd/fltk/*: New FLTK1 bindings.
bindings/test/fltk.*, bindings/Makefile: fltkexa for the new FLTK1 bindings.
|
| Line | |
|---|
| 1 |
DMD=dmd |
|---|
| 2 |
|
|---|
| 3 |
all: |
|---|
| 4 |
@echo 'To make an example:' |
|---|
| 5 |
@echo 'make <example>' |
|---|
| 6 |
@echo '<example> is one of:' |
|---|
| 7 |
@echo 'cursesexa' |
|---|
| 8 |
@echo 'fltkexa' |
|---|
| 9 |
@echo 'fltk2exa' |
|---|
| 10 |
@echo 'gtk2exa' |
|---|
| 11 |
@echo 'libxml2exa' |
|---|
| 12 |
@echo 'vorbisexa' |
|---|
| 13 |
|
|---|
| 14 |
cursesexa: test/curses.d |
|---|
| 15 |
sh test/curses.sh ${DMD} |
|---|
| 16 |
|
|---|
| 17 |
fltkexa: test/fltk.d bcd/bind.d |
|---|
| 18 |
sh test/fltk.sh ${DMD} |
|---|
| 19 |
|
|---|
| 20 |
fltk2exa: test/fltk2.d bcd/bind.d |
|---|
| 21 |
sh test/fltk2.sh ${DMD} |
|---|
| 22 |
|
|---|
| 23 |
gtk2exa: test/gtk2.d |
|---|
| 24 |
sh test/gtk2.sh ${DMD} |
|---|
| 25 |
|
|---|
| 26 |
libxml2exa: test/libxml2.d |
|---|
| 27 |
sh test/libxml2.sh ${DMD} |
|---|
| 28 |
|
|---|
| 29 |
vorbisexa: test/vorbis.d |
|---|
| 30 |
sh test/vorbis.sh ${DMD} |
|---|