]> git.saurik.com Git - wxWidgets.git/blame - src/png/makefile.b32
ODBC library is built when wxUSE_GUI=0, too
[wxWidgets.git] / src / png / makefile.b32
CommitLineData
3b1e466c
JS
1#
2# File: makefile.b32
3# Author: Julian Smart
4# Created: 1993
2cedc12a 5# Updated:
3b1e466c
JS
6# Copyright:
7#
8# "%W% %G%"
9#
c7f49969 10# Makefile : Builds PNG library (BC++ 32-bit)
3b1e466c
JS
11
12# WXWIN and BCCDIR are set by parent make
13
3b1e466c 14
2cedc12a
CE
15WXWIN=..\..
16LIBTARGET=png
17
18!include ..\makeb32.env
19
20OBJECTS = $(OBJ_PATH)\png.obj \
21 $(OBJ_PATH)\pngread.obj \
22 $(OBJ_PATH)\pngrtran.obj \
23 $(OBJ_PATH)\pngrutil.obj \
24 $(OBJ_PATH)\pngpread.obj \
25 $(OBJ_PATH)\pngtrans.obj \
26 $(OBJ_PATH)\pngwrite.obj \
27 $(OBJ_PATH)\pngwtran.obj \
28 $(OBJ_PATH)\pngwutil.obj \
29 $(OBJ_PATH)\pngerror.obj \
30 $(OBJ_PATH)\pngmem.obj \
31 $(OBJ_PATH)\pngwio.obj \
32 $(OBJ_PATH)\pngrio.obj \
33 $(OBJ_PATH)\pngget.obj \
34 $(OBJ_PATH)\pngset.obj
3b1e466c 35
e438abe5
JS
36# Precompiled headers seem to interfere with correct compilation
37# of png library, so switch them off
38EXTRACPPFLAGS=-H-
39
616b488d 40
2cedc12a
CE
41$(OBJ_PATH)\png.obj: png.c
42
43$(OBJ_PATH)\pngread.obj: pngread.c
44
45$(OBJ_PATH)\pngrtran.obj: pngrtran.c
46
47$(OBJ_PATH)\pngrutil.obj: pngrutil.c
48
49$(OBJ_PATH)\pngpread.obj: pngpread.c
50
51$(OBJ_PATH)\pngtrans.obj: pngtrans.c
52
53$(OBJ_PATH)\pngwrite.obj: pngwrite.c
54
55$(OBJ_PATH)\pngwtran.obj: pngwtran.c
56
57$(OBJ_PATH)\pngwutil.obj: pngwutil.c
58
59$(OBJ_PATH)\pngerror.obj: pngerror.c
60
61$(OBJ_PATH)\pngmem.obj: pngmem.c
62
63$(OBJ_PATH)\pngwio.obj: pngwio.c
64
65$(OBJ_PATH)\pngrio.obj: pngrio.c
66
67$(OBJ_PATH)\pngget.obj: pngget.c
68
69$(OBJ_PATH)\pngset.obj: pngset.c
70
71!include ..\makelib.b32