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