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.

34 lines
705 B

  1. PROJECT_ROOT=.
  2. !INCLUDE .\FIND_ROOT.INC
  3. !INCLUDE $(PROJECT_ROOT)\PLACE.INC
  4. TARGETNAME={???}
  5. TARGETTYPE=DYNLINK
  6. TARGETPATH=$(_OBJ_DIR)
  7. USE_MSVCRT=1
  8. INCLUDES=$(INCLUDES);\
  9. {???}
  10. SOURCES= \
  11. {???} \
  12. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  13. DLLENTRY=DllEntry
  14. LINKLIBS= \
  15. {???} \
  16. TARGETLIBS= \
  17. {???} \
  18. !IF "$(NTNOPCH)" == ""
  19. PRECOMPILED_INCLUDE=precomp.h
  20. PRECOMPILED_PCH=precomp.pch
  21. PRECOMPILED_OBJ=precomp.obj
  22. !ENDIF
  23. #NO_BINPLACE=1