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: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 2k
Category:
Windows Kernel
Development Platform:
Visual C++
- # This makefile has been generated automatically by mwgenmakeC for
- # compiling C++ application.
- COMPONENT = SHELL
- PRODUCT = STOCKLIB
- CUSTOM_RULES = ${MWROOT}/ie4/shell.template
- NO_BROWSER_FILE=1
- # Generated files will go here
- DIR_GENERATED = ${O}
- SOURCES_FILE = sources
- SOURCES_IMPORTS = TARGETTYPE TARGETNAME
- WLIB = stocklib
- LIB = lib${WLIB}.a # target static library
- ## you may define variables specific to this sub-directory/target using PROJECT_XXX
- ##
- WIN32_WINNT = -D_WIN32_WINNT=0x0400
- PROJECT_CFLAGS = -I.. -DWINDOWS_ME -DWINNT -DFE_IME -DDBCS
- -DULTRAPRIVATE -DUSE_PRIVATE_VERSION_NUMBER
- __cplusplus = true
- include $(MWHOME)/make.rules.simple
- ## shstra.cpp and shstrw.cpp are being generated from shstr.cpp
- ${O}/shstra.cpp: shstr.cpp
- rm -f $@
- echo "#ifdef UNICODE" > $@
- echo "#undef UNICODE" >> $@
- echo "#endif" >> $@
- cat $< >> $@
- ${O}/shstrw.cpp: shstr.cpp
- rm -f $@
- echo "#ifndef UNICODE" > $@
- echo "#define UNICODE" >> $@
- echo "#endif" >> $@
- cat $< >> $@
- ## dkaa.cpp and dkaw.cpp are being generated from dka.cpp
- ${O}/dkaa.cpp: dka.cpp
- rm -f $@
- echo "#ifdef UNICODE" > $@
- echo "#undef UNICODE" >> $@
- echo "#endif" >> $@
- cat $< >> $@
- ${O}/dkaw.cpp: dka.cpp
- rm -f $@
- echo "#ifndef UNICODE" > $@
- echo "#define UNICODE" >> $@
- echo "#endif" >> $@
- cat $< >> $@
- ## nativea.c and nativew.c are being generated from native.c
- ${O}/nativea.cpp: native.cpp
- rm -f $@
- echo "#ifdef UNICODE" > $@
- echo "#undef UNICODE" >> $@
- echo "#endif" >> $@
- cat $< >> $@
- ${O}/nativew.cpp: native.cpp
- rm -f $@
- echo "#ifndef UNICODE" > $@
- echo "#define UNICODE" >> $@
- echo "#endif" >> $@
- cat $< >> $@