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.
14 lines
333 B
14 lines
333 B
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(CRYPT_LOCALTARGETPATH)
|
|
TARGETPATHLIB=$(CRYPT_LOCALTARGETPATHLIB)
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=$(O)\$(MINORCOMP).def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
SOURCES=$(MINORCOMP).cpp $(MINORCOMP).rc
|
|
|
|
TARGETLIBS=$(WIN32_LIBS) \
|
|
$(GUI32_LIBS) \
|
|
$(CRYPT_SDKLIB)\ole32.lib \
|
|
$(TARGETLIBS)
|
|
|