Tiff library icc for VisualAge 4.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
367e57ec9b
commit
dafec3de59
47
src/wxTiff.icc
Normal file
47
src/wxTiff.icc
Normal file
@ -0,0 +1,47 @@
|
||||
option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"),
|
||||
define("__WXPM__", ), define("__VISAGECPP__", ), define("OS2_32", ),
|
||||
incl(searchpath, "..\\src"), incl(searchpath, "..\\Include"), report(level, "E"),
|
||||
file(genobject, "..\\src\\tiff\\dbgos240\\")
|
||||
{
|
||||
perform
|
||||
{
|
||||
run before '-mkdir ' '..\\src\\tiff\\dbgos240'
|
||||
}
|
||||
target "..\\lib\\os2tiff.lib"
|
||||
{
|
||||
source type("c") "TIFF\\TIF_AUX.C"
|
||||
source type("c") "TIFF\\TIF_CLOSE.C"
|
||||
source type("c") "TIFF\\TIF_CODEC.C"
|
||||
source type("c") "TIFF\\TIF_COMPRESS.C"
|
||||
source type("c") "TIFF\\TIF_DIR.C"
|
||||
source type("c") "TIFF\\TIF_DIRINFO.C"
|
||||
source type("c") "TIFF\\TIF_DIRREAD.C"
|
||||
source type("c") "TIFF\\TIF_DIRWRITE.C"
|
||||
source type("c") "TIFF\\TIF_DUMPMODE.C"
|
||||
source type("c") "TIFF\\TIF_ERROR.C"
|
||||
source type("c") "TIFF\\TIF_FAX3.C"
|
||||
source type("c") "TIFF\\TIF_FAX3SM.C"
|
||||
source type("c") "TIFF\\TIF_FLUSH.C"
|
||||
source type("c") "TIFF\\TIF_GETIMAGE.C"
|
||||
source type("c") "TIFF\\TIF_JPEG.C"
|
||||
source type("c") "TIFF\\TIF_LUV.C"
|
||||
source type("c") "TIFF\\TIF_LZW.C"
|
||||
source type("c") "TIFF\\TIF_NEXT.C"
|
||||
source type("c") "TIFF\\TIF_OPEN.C"
|
||||
source type("c") "TIFF\\TIF_OS2.C"
|
||||
source type("c") "TIFF\\TIF_PACKBITS.C"
|
||||
source type("c") "TIFF\\TIF_PIXARLOG.C"
|
||||
source type("c") "TIFF\\TIF_PREDICT.C"
|
||||
source type("c") "TIFF\\TIF_PRINT.C"
|
||||
source type("c") "TIFF\\TIF_READ.C"
|
||||
source type("c") "TIFF\\TIF_STRIP.C"
|
||||
source type("c") "TIFF\\TIF_SWAB.C"
|
||||
source type("c") "TIFF\\TIF_THUNDER.C"
|
||||
source type("c") "TIFF\\TIF_TILE.C"
|
||||
source type("c") "TIFF\\TIF_VERSION.C"
|
||||
source type("c") "TIFF\\TIF_WARNING.C"
|
||||
source type("c") "TIFF\\TIF_WRITE.C"
|
||||
source type("c") "TIFF\\TIF_ZIP.C"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user