projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
better <HR> tag handling in wxHTML
[wxWidgets.git]
/
src
/
png
/
makefile.vc
1
2
!if "$(FINAL)" == "1"
3
LIBTARGET=$(WXDIR)\lib\png.lib
4
!else if "$(FINAL)" == "hybrid"
5
LIBTARGET=$(WXDIR)\lib\pngh.lib
6
!else
7
LIBTARGET=$(WXDIR)\lib\pngd.lib
8
!endif
9
10
OBJECTS = $D\png.obj \
11
$D\pngread.obj \
12
$D\pngrtran.obj \
13
$D\pngrutil.obj \
14
$D\pngpread.obj \
15
$D\pngtrans.obj \
16
$D\pngwrite.obj \
17
$D\pngwtran.obj \
18
$D\pngwutil.obj \
19
$D\pngerror.obj \
20
$D\pngmem.obj \
21
$D\pngwio.obj \
22
$D\pngrio.obj \
23
$D\pngget.obj \
24
$D\pngset.obj
25
26
27
28
# Pull in standard variable definitions
29
30
!include ..\makelib.vc
31