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.
 
 
 
 
 
 

21 lines
445 B

TARGETPATH=obj
TARGETTYPE=NOTARGET
PUBLISH_IN_SDK_INC=\
{jet.h=$(SDK_INC_PATH)\esent.h} \
{esebcli2.h=$(SDK_INC_PATH)\esebcli2.h}\
{esebkmsg.h=$(SDK_INC_PATH)\esebkmsg.h}
PASS0_PUBLISH=$(PUBLISH_IN_SDK_INC)
SOURCES=
#
# binplace the old (win2k) version of jet as this name
# this is only for x86. There is no equivalent for win64
#
!IF "$(X86)" == "1"
MISCFILES=x86\esent97.dll
!ENDIF