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: 2k
Category:
Windows Kernel
Development Platform:
Visual C++
- # Makefile : Build the common network provider libraries.
- ##########################################################################
- #
- # Microsoft Confidential
- # Copyright (C) Microsoft Corporation 1991
- # All Rights Reserved.
- #
- ##########################################################################
- !if "$(NTMAKEENV)" != ""
- #
- # This section is for the NT build ONLY.
- # For NT build, change the 'sources' or 'dirs' file, not this makefile
- #
- !INCLUDE $(NTMAKEENV)makefile.def
- !else
- #
- # Non-NT build makefile start HERE.
- #
- NAME=npcommon
- DEPENDNAME=depend32.mk
- ROOT=........
- WANT_C1032=TRUE
- IS_SDK=TRUE
- !ifdef VERDIR
- ROOT=..$(ROOT)
- !endif
- PCHOBJ0=bufbase.obj buffer.obj npassert.obj alloc.obj npcrit.obj
- PCHOBJ1=strcmp.obj
- strupr.obj
- stratol.obj
- strassgn.obj
- strncpy.obj
- strrchr.obj
- stricmp.obj
- strspn.obj
- stris.obj
- string.obj
- strnchar.obj
- strload.obj
- strprof.obj
- strrss.obj
- strchr.obj
- strcat.obj
- strmisc.obj
- strnicmp.obj
- strcspn.obj
- strdss.obj
- strtok.obj
- strinsrt.obj
- strstr.obj
- stristr.obj
- stratoi.obj
- strqss.obj
- strncmp.obj
- istr.obj
- istraux.obj
- strparty.obj
- npmsg.obj
- npgenerr.obj
- PCHOBJ2=iconlbox.obj regentry.obj convtime.obj dostime.obj timedata.obj
- PCHOBJ3=purecall.obj
- PCHOBJ4=sched.obj
- PCHOBJ5=str.obj chr.obj cmp.obj spn.obj upr.obj cpycat.obj
- BUILDDLL=TRUE
- BUILDLIB=TRUE
- APPEXT=lib
- INCFLAGS=-P$$(COMMON)=$(COMMON)
- CUSTOMCFLAGS=-GF -Oxs -Gy
- !include $(ROOT)inetohareratingscommon32.mk
- $(NAME).pch: $(RATINGSROOT)incnpdefs.h
- INCLUDE=$(COMMON)h;$(INCLUDE)
- !endif # !if NTMAKEENV