Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
936 B

!IF 0
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Jim Cavalaris (jamesca) 27-February-2001
Revision History:
!ENDIF
MAJORCOMP=base
MINORCOMP=umpnplib
TARGETNAME=umpnplib
TARGETPATH=obj
TARGETTYPE=LIBRARY
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
UMTYPE=windows
USE_MSVCRT=1
C_DEFINES=-DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE
MSC_WARNING_LEVEL=/W4 /WX
PRECOMPILED_INCLUDE=precomp.h
INCLUDES=\
..\inc; \
..\idl\$(O); \
..\idl; \
$(COM_INC_PATH);
SOURCES=\
cutil.c \
locks.c