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.

23 lines
380 B

  1. TARGETNAME=bootent
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. INCLUDES=\
  5. ..\inc\; \
  6. ..\; \
  7. $(BASE_INC_PATH); \
  8. $(PROJECT_ROOT)\ntos\inc;
  9. C_DEFINES=-DUNICODE -D_UNICODE -DEFI_NVRAM_ENABLED
  10. #PRECOMPILED_INCLUDE=pch.h
  11. #PRECOMPILED_PCH=pch.pch
  12. #PRECOMPILED_OBJ=pch.obj
  13. SOURCES=sbentry.c\
  14. efisbent.c\
  15. efidrvent.c\