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.
 
 
 
 
 
 

37 lines
606 B

!IF 0
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name:
sources.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=SLBCSP
MINORCOMP=slbRcCsp
SLB_ROOT=..
TARGETNAME=$(MINORCOMP)
TARGETPATHLIB=$(SLB_ROOT)\lib\$(_OBJ_DIR)
TARGETPATH=$(SLB_ROOT)\bin\$(_OBJ_DIR)
TARGETTYPE=DYNLINK
DLLDEF=$(MINORCOMP).def
DLLENTRY=_DllMainCRTStartup
RESOURCE_ONLY_DLL=1
INCLUDES=\
$(SLB_ROOT)\slbScu;
SOURCES=\
slbRcCsp.cpp \
slbRcCsp.rc
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
USE_CV=1
USE_MFCUNICODE=1