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
makefile.inc
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++
- ..shstra.cpp: ..shstr.cpp
- echo #ifdef UNICODE > $@
- echo #undef UNICODE >> $@
- echo #endif >> $@
- type $** >> $@
- ..shstrw.cpp: ..shstr.cpp
- echo #ifndef UNICODE > $@
- echo #define UNICODE >> $@
- echo #endif >> $@
- type $** >> $@
- ..dkaa.cpp: ..dka.cpp
- echo #ifdef UNICODE > $@
- echo #undef UNICODE >> $@
- echo #endif >> $@
- type $** >> $@
- ..dkaw.cpp: ..dka.cpp
- echo #ifndef UNICODE > $@
- echo #define UNICODE >> $@
- echo #endif >> $@
- type $** >> $@
- ..nativea.cpp: ..native.cpp
- echo #ifdef UNICODE > $@
- echo #undef UNICODE >> $@
- echo #endif >> $@
- type $** >> $@
- ..nativew.cpp: ..native.cpp
- echo #ifndef UNICODE > $@
- echo #define UNICODE >> $@
- echo #endif >> $@
- type $** >> $@
- LIBOBJ = $(CCSHELL_DIR)lib$O
- clean:
- -del $(NTTARGETFILE0)
- -del $(NTTARGETFILES)
- #
- # Copy stocklib to shelllibobj*
- #
- $(LIBOBJ)stocklib.lib: $(TARGETPATH)$(TARGET_DIRECTORY)stocklib.lib
- if not exist $(TARGETPATH)nul md $(TARGETPATH)
- if not exist $(LIBOBJ)nul md $(LIBOBJ)
- copy $** $@
- ## webcheck includes rpc headers. Not here as I dont think they
- ## will affect guids that we need.
- $(O)shguid.obj: ..shguid.c
- $(BASEDIR)publicsdkincshlguid.h
- $(BASEDIR)publicsdkincisguids.h
- @type <<$(ECHO_RSP)
- $(ECHO_MSG_P)
- <<NOKEEP
- @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo$(MAKEDIR)$@ $(USECXX_FLAG) $(MAKEDIR)..shguid.c
- $(NP_COMPILER_FLAGS: =
- )
- <<NOKEEP
- $(LIBOBJ)shguid.lib: $(O)shguid.obj
- if not exist $(LIBOBJ)nul md $(LIBOBJ)
- copy $** $@
- $(O)shguidp.obj: ..shguidp.c
- $(BASEDIR)privateincshlguidp.h
- $(CCSHELL_DIR)incshguidp.h
- $(CCSHELL_DIR)incshdguid.h
- $(CCSHELL_DIR)incsfview.h
- $(CCSHELL_DIR)incdvocx.h
- $(BASEDIR)publicsdkincadoid.h
- $(PRIVATE_INC_PATH)shlobjp.h
- @type <<$(ECHO_RSP)
- $(ECHO_MSG_P)
- <<NOKEEP
- @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo$(MAKEDIR)$@ $(USECXX_FLAG) $(MAKEDIR)..shguidp.c
- $(NP_COMPILER_FLAGS: =
- )
- <<NOKEEP
- $(LIBOBJ)shguidp.lib: $(O)shguidp.obj
- copy $** $@