Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
zlib.mak
Package: zlib.zip [view]
Upload User: zlt_tm
Upload Date: 2007-01-06
Package Size: 214k
Code Size: 1k
Category:
Compress-Decompress algrithms
Development Platform:
WINDOWS
- # Makefile for zlib32bd.lib
- # ------------- Borland C++ 4.5 -------------
- # The (32-bit) zlib32bd.lib made with this makefile is intended for use
- # in making the (32-bit) DLL, png32bd.dll. It uses the "stdcall" calling
- # convention.
- CFLAGS= -ps -O2 -C -K -N- -k- -d -3 -r- -w-par -w-aus -WDE
- CC=f:bc45binbcc32
- LIBFLAGS= /C
- LIB=f:bc45bintlib
- ZLIB=zlib32bd.lib
- .autodepend
- .c.obj:
- $(CC) -c $(CFLAGS) $<
- OBJ1=adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infblock.obj
- OBJ2=infcodes.obj inflate.obj inftrees.obj infutil.obj inffast.obj
- OBJ3=trees.obj uncompr.obj zutil.obj
- pOBJ1=+adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infblock.obj
- pOBJ2=+infcodes.obj+inflate.obj+inftrees.obj+infutil.obj+inffast.obj
- pOBJ3=+trees.obj+uncompr.obj+zutil.obj
- all: $(ZLIB)
- $(ZLIB): $(OBJ1) $(OBJ2) $(OBJ3)
- @if exist $@ del $@
- $(LIB) @&&|
- $@ $(LIBFLAGS) &
- $(pOBJ1) &
- $(pOBJ2) &
- $(pOBJ3)
- |
- # End of makefile for zlib32bd.lib