mirror of https://github.com/tongzx/nt5src
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
812 B
37 lines
812 B
#----------------------------------------------------------------------------
|
|
#
|
|
# Description:
|
|
#
|
|
# sources file for the security utility lib
|
|
#
|
|
# History:
|
|
#
|
|
# 9/96 created jeffspel
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
|
MINORCOMP=offload
|
|
|
|
TARGETNAME=offload
|
|
TARGETPATH=..\bin
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=DllInitialize
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(DS_LIB_PATH)\bignum.lib
|
|
|
|
INCLUDES=..\..\dssinc;$(DS_INC_PATH)\crypto
|
|
|
|
SOURCES=offload.c
|
|
|
|
UMTYPE=console
|
|
|
|
DLLBASE=0x67800000
|
|
|
|
BINPLACE_FLAGS=$(BINPLACE_FLAGS) -c
|