source: abuse/branches/pd/imlib/port/dos4gw/maker.lsp @ 528

Last change on this file since 528 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 253 bytes
Line 
1(perm-space)
2
3(setq outdir ".")
4
5
6
7(setq targets     
8        '(("ipxtest"
9           ("ipxtest")
10
11           nil
12           ("../../include")
13           "")))
14
15
16(setq imlib_dir      "../../")
17(setq cflags         "")
18(compile-file        (concatenate 'string imlib_dir "makemake.lsp"))
19
Note: See TracBrowser for help on using the repository browser.