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.

36 lines
843 B

  1. !INCLUDE ..\..\..\PLACE.INC
  2. TARGETNAME=httpapi
  3. TARGETPATH=$(IISBASEDIR)\lib\$(_OBJ_DIR)
  4. TARGETTYPE=DYNLINK
  5. USE_MSVCRT=1
  6. INCLUDES=$(INCLUDES); \
  7. $(IISBASEDIR)\iisrearc\inc; \
  8. $(IISBASEDIR)\inc
  9. SOURCES= \
  10. apppool.c \
  11. config.c \
  12. control.c \
  13. counter.c \
  14. filter.c \
  15. httpio.c \
  16. init.c \
  17. internal.c \
  18. misc.c \
  19. ulapi.rc \
  20. TARGETLIBS= \
  21. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  22. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  23. DLLENTRY=_DllMainCRTStartup
  24. !IF "$(NTNOPCH)" == ""
  25. PRECOMPILED_INCLUDE=precomp.h
  26. PRECOMPILED_PCH=precomp.pch
  27. PRECOMPILED_OBJ=precomp.obj
  28. !ENDIF