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.
|
|
!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
NOTE: Forwarder for MSCAT32
!ENDIF
MAJORCOMP=crypt MINORCOMP=mscat32
TARGETNAME=$(MINORCOMP) TARGETPATH=obj TARGETTYPE=DYNLINK
DLLDEF=$(O)\$(MINORCOMP).def DLLENTRY=_DllMainCRTStartup
C_DEFINES= -D_WINDOWS
INCLUDES= $(SECURITY_INC);
SOURCES=\ $(MINORCOMP).rc \ $(MINORCOMP).cpp
USE_MSVCRT=1 UMTYPE=windows
LINKLIBS = \ $(SDK_LIB_PATH)\wintrust.lib
TARGETLIBS = \ $(SDK_LIB_PATH)\kernel32.lib
PASS1_PUBLISH= \ {$(O)\mscat32.lib=$(DS_LIB_PATH)\mscat32.lib}
|