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
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:
Windows Kernel
Development Platform:
Visual C++
- #----------------------------------------------------------------------------
- # Build the progman group converter
- #----------------------------------------------------------------------------
- !ifdef NTMAKEENV
- #
- # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
- #
- !INCLUDE $(NTMAKEENV)makefile.def
- !else # NTMAKEENV
- #
- # Build using NMAKE.EXE
- #
- NAME=grpconv
- ROOT=........
- RES_DIR=..
- WIN32=TRUE
- DEFENTRY = ModuleEntry@0
- !ifdef VERDIR
- ROOT=..$(ROOT)
- !endif
- PCHOBJ0=init.obj util.obj group.obj gcinst.obj
- LIB0=user32.lib kernel32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib version.lib
- !include $(ROOT)wincoreshellcommon.mk
- !ifdef VERDIR
- $(PRIVINC).pch pch.obj: $(ROOT)devinc16shell.h
- $(NAME).res: $(SRCDIR)$(NAME).ico $(SRCDIR)welcome.bmp $(SRCDIR)rcids.h
- !endif
- !endif # NTMAKEENV