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
gnumakefile
Package: win2ksrc.rar [view]
Upload User: caisha3
Upload Date: 2013-09-21
Package Size: 208739k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Visual C++
- PRODUCT = SITE
- VOBS=/vobs
- CUSTOM_RULES = ${VOBS}/ie4/trident.template
- WIN32_WINNT_VERSION=0x0400
- WIN32_WIN95_VERSION=0x0400
- SOURCES =
- jcomapi.c
- jdapimin.c
- jdapistd.c
- jdcoefct.c
- jdcolor.c
- jddctmgr.c
- jdhuff.c
- jdinput.c
- jdmainct.c
- jdmarker.c
- jdmaster.c
- jdmerge.c
- jdphuff.c
- jdpostct.c
- jdsample.c
- jdtrans.c
- jidctflt.c
- jidctfst.c
- jidctint.c
- jidctred.c
- jmemmgr.c
- jmemnobs.c
- jquant1.c
- jquant2.c
- jutils.c
- miint.c
- mifst.c
- mfint.c
- mffst.c
- piint.c
- pifst.c
- pfint.c
- pffst.c
- WLIB = jpglib6a
- LIB = lib${WLIB}.a # target static library
- LIBOBJS := ${SOURCES:%.C=%.o}
- LIBOBJS := ${LIBOBJS:%.cpp=%.o}
- LIBOBJS := ${LIBOBJS:%.cxx=%.o}
- LIBOBJS := ${LIBOBJS:%.c=%.o}
- SRCS=${SOURCES}
- ## COMPILE_OPTION can have the values: debug, optimized
- COMPILE_OPTION = debug
- ## you may define the following variables
- ## RUN.dir : the directory where you want the executables to go
- ## PROJECT_CFLAGS : additional compilation flags for C compiler
- ## PROJECT_CCPPFLAGS: additional compilation flags for C++ compiler
- ## PROJECT_LDFLAGS : additional link flags (maybe specifying DLLs)
- ## MWINIT_DEFINES : list of -D<symbols> used to initialize
- ## Mainwin in certain specific ways
- ## MWLOCALES: list of country codes corresponding to the
- ## resources you have prepared in the res subdirectory
- ##
- include $(MWHOME)/make.rules.simple