Source code of Windows XP (NT5)
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
424 B

  1. TARGETPATH=obj
  2. TARGETTYPE=NOTARGET
  3. PUBLISH_IN_SDK_INC=\
  4. {jet.h=$(SDK_INC_PATH)\esent.h} \
  5. {esebcli2.h=$(SDK_INC_PATH)\esebcli2.h}\
  6. {esebkmsg.h=$(SDK_INC_PATH)\esebkmsg.h}
  7. PASS0_PUBLISH=$(PUBLISH_IN_SDK_INC)
  8. SOURCES=
  9. #
  10. # binplace the old (win2k) version of jet as this name
  11. # this is only for x86. There is no equivalent for win64
  12. #
  13. !IF "$(X86)" == "1"
  14. MISCFILES=x86\esent97.dll
  15. !ENDIF