source:
project/nondescript/gl-font/gl-font.setup
@
36667
Last change on this file since 36667 was 3308, checked in by , 14 years ago | |
---|---|
File size: 403 bytes |
Line | |
---|---|
1 | ;(include "setup-header") |
2 | |
3 | ; FIXME ask for version numbering |
4 | ;(install-dynld+docu gl-display "0.1") |
5 | |
6 | (make (("gl-font.so" |
7 | ("gl-font.scm" "gl_font.c") |
8 | (run (csc gl-font.scm gl_font.c -s -O2 -d0 -I/usr/include/X11 -I/usr/include/freetype2 -L "\"-L/usr/X11R6/lib -L/usr/X11/lib -LX11\"" -lfreetype)))) |
9 | '#("gl-font.so")) |
10 | |
11 | (install-extension |
12 | 'gl-font |
13 | '("gl-font.so") |
14 | '((version 0.1))) |
15 |
Note: See TracBrowser
for help on using the repository browser.