Source code of Windows XP (NT5)
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.
|
|
!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
!IF "1" == "$(VAULTSIGN)" BINPLACE_FLAGS=-xa -o dump -s %_NTPOSTBLD%\dump\symbols -n %_NTPOSTBLD%\dump\symbols !ENDIF
|