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.

45 lines
835 B

  1. #
  2. # Builds iisrtl2.lib, the statically linked, trimmed version of
  3. # iisrtl, the Internet Information Server RunTime Library
  4. #
  5. # George V. Reilly, georgere, 3/25/1998
  6. #
  7. !include ..\..\place.inc
  8. MAJORCOMP=inetsvcs
  9. MINORCOMP=iisRtl2
  10. C_DEFINES = -D_IISTRL2=1
  11. TARGETNAME=iisrtl2
  12. TARGETPATH=$(IISBASEDIR)\lib\$(_OBJ_DIR)
  13. TARGETTYPE=LIBRARY
  14. USE_USRDLL=1
  15. USE_MSVCRT=1
  16. INCLUDES=.;..\iisrtl;..\..\inc;
  17. SOURCES=\
  18. main.cxx \
  19. isplat.cxx \
  20. pudebug.c \
  21. reftrace.c \
  22. stktrace.c \
  23. tracelog.c \
  24. win32obj.c \
  25. buffer.cxx \
  26. eventlog.cxx \
  27. multisz.cxx \
  28. string.cxx \
  29. aucommon.cxx \
  30. mlszau.cxx \
  31. stringau.cxx \
  32. alloc.cpp \
  33. PRECOMPILED_INCLUDE=precomp.hxx
  34. PRECOMPILED_OBJ=precomp.obj
  35. PRECOMPILED_PCH=precomp.pch
  36. PRECOMPILED_CXX=1