equal
deleted
inserted
replaced
1 # makefile for libpng |
1 # makefile for libpng |
2 # Copyright (C) 2002 Glenn Randers-Pehrson |
2 # Copyright (C) 2002 Glenn Randers-Pehrson |
3 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. |
3 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. |
4 |
4 # |
5 # This code is released under the libpng license. |
5 # This code is released under the libpng license. |
6 # For conditions of distribution and use, see the disclaimer |
6 # For conditions of distribution and use, see the disclaimer |
7 # and license in png.h |
7 # and license in png.h |
8 |
8 # |
9 # Modified for LC56/ATARI assumes libz.lib is in same dir and uses default |
9 # Modified for LC56/ATARI assumes libz.lib is in same dir and uses default |
10 # rules for library management |
10 # rules for library management |
11 # |
11 # |
12 CFLAGS=-I..\zlib -O |
12 CFLAGS=-I..\zlib -O |
13 LBR = png.lib |
13 LBR = png.lib |