]>
Commit | Line | Data |
---|---|---|
dafec3de DW |
1 | option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"), |
2 | define("__WXPM__", ), define("__VISAGECPP__", ), define("OS2_32", ), | |
3 | incl(searchpath, "..\\src"), incl(searchpath, "..\\Include"), report(level, "E"), | |
4 | file(genobject, "..\\src\\tiff\\dbgos240\\") | |
5 | { | |
6 | perform | |
7 | { | |
8 | run before '-mkdir ' '..\\src\\tiff\\dbgos240' | |
9 | } | |
10 | target "..\\lib\\os2tiff.lib" | |
11 | { | |
12 | source type("c") "TIFF\\TIF_AUX.C" | |
13 | source type("c") "TIFF\\TIF_CLOSE.C" | |
14 | source type("c") "TIFF\\TIF_CODEC.C" | |
15 | source type("c") "TIFF\\TIF_COMPRESS.C" | |
16 | source type("c") "TIFF\\TIF_DIR.C" | |
17 | source type("c") "TIFF\\TIF_DIRINFO.C" | |
18 | source type("c") "TIFF\\TIF_DIRREAD.C" | |
19 | source type("c") "TIFF\\TIF_DIRWRITE.C" | |
20 | source type("c") "TIFF\\TIF_DUMPMODE.C" | |
21 | source type("c") "TIFF\\TIF_ERROR.C" | |
22 | source type("c") "TIFF\\TIF_FAX3.C" | |
23 | source type("c") "TIFF\\TIF_FAX3SM.C" | |
24 | source type("c") "TIFF\\TIF_FLUSH.C" | |
25 | source type("c") "TIFF\\TIF_GETIMAGE.C" | |
26 | source type("c") "TIFF\\TIF_JPEG.C" | |
27 | source type("c") "TIFF\\TIF_LUV.C" | |
28 | source type("c") "TIFF\\TIF_LZW.C" | |
29 | source type("c") "TIFF\\TIF_NEXT.C" | |
30 | source type("c") "TIFF\\TIF_OPEN.C" | |
31 | source type("c") "TIFF\\TIF_OS2.C" | |
32 | source type("c") "TIFF\\TIF_PACKBITS.C" | |
33 | source type("c") "TIFF\\TIF_PIXARLOG.C" | |
34 | source type("c") "TIFF\\TIF_PREDICT.C" | |
35 | source type("c") "TIFF\\TIF_PRINT.C" | |
36 | source type("c") "TIFF\\TIF_READ.C" | |
37 | source type("c") "TIFF\\TIF_STRIP.C" | |
38 | source type("c") "TIFF\\TIF_SWAB.C" | |
39 | source type("c") "TIFF\\TIF_THUNDER.C" | |
40 | source type("c") "TIFF\\TIF_TILE.C" | |
41 | source type("c") "TIFF\\TIF_VERSION.C" | |
42 | source type("c") "TIFF\\TIF_WARNING.C" | |
43 | source type("c") "TIFF\\TIF_WRITE.C" | |
44 | source type("c") "TIFF\\TIF_ZIP.C" | |
45 | } | |
46 | } | |
47 |