]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/makefile.sc
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / tiff / makefile.sc
1 ##############################################################################
2 # Name: src/tiff/makefile.sc
3 # Purpose: build tiff Digital Mars 8.33 compiler
4 # Author: Chris Elliott
5 # Created: 21.01.03
6 # RCS-ID: $Id$
7 # Licence: wxWindows licence
8 ##############################################################################
9
10 WXDIR = ..\..
11
12 include $(WXDIR)\src\makesc.env
13
14 LIBTARGET=$(WXDIR)\lib\tiff$(SC_SUFFIX).lib
15 THISDIR=$(WXDIR)\src\tiff
16
17 # variables
18 OBJECTS = \
19 $(THISDIR)\tif_aux.obj \
20 $(THISDIR)\tif_close.obj \
21 $(THISDIR)\tif_codec.obj \
22 $(THISDIR)\tif_compress.obj \
23 $(THISDIR)\tif_dir.obj \
24 $(THISDIR)\tif_dirinfo.obj \
25 $(THISDIR)\tif_dirread.obj \
26 $(THISDIR)\tif_dirwrite.obj \
27 $(THISDIR)\tif_dumpmode.obj \
28 $(THISDIR)\tif_error.obj \
29 $(THISDIR)\tif_fax3.obj \
30 $(THISDIR)\tif_fax3sm.obj \
31 $(THISDIR)\tif_flush.obj \
32 $(THISDIR)\tif_getimage.obj \
33 $(THISDIR)\tif_jpeg.obj \
34 $(THISDIR)\tif_luv.obj \
35 $(THISDIR)\tif_lzw.obj \
36 $(THISDIR)\tif_next.obj \
37 $(THISDIR)\tif_open.obj \
38 $(THISDIR)\tif_packbits.obj \
39 $(THISDIR)\tif_pixarlog.obj \
40 $(THISDIR)\tif_predict.obj \
41 $(THISDIR)\tif_print.obj \
42 $(THISDIR)\tif_read.obj \
43 $(THISDIR)\tif_strip.obj \
44 $(THISDIR)\tif_swab.obj \
45 $(THISDIR)\tif_thunder.obj \
46 $(THISDIR)\tif_tile.obj \
47 $(THISDIR)\tif_version.obj \
48 $(THISDIR)\tif_warning.obj \
49 $(THISDIR)\tif_win32.obj \
50 $(THISDIR)\tif_write.obj \
51 $(THISDIR)\tif_zip.obj \
52
53 include $(WXDIR)\src\makelib.sc
54