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.

32 lines
683 B

  1. TARGETNAME = rsetup
  2. TARGETPATH = obj
  3. TARGETTYPE = LIBRARY
  4. INCLUDES = ..;$(INCLUDES);$(_OBJ_DIR)\$(TARGET_DIRECTORY)
  5. #C_DEFINES = $(C_DEFINES) -DSTEP_FIXED
  6. SOURCES = \
  7. ..\attrs.cpp\
  8. ..\buffer.cpp\
  9. ..\line.cpp\
  10. ..\lstp.cpp\
  11. ..\point.cpp\
  12. ..\primproc.cpp\
  13. ..\rsdbg.cpp\
  14. ..\tri.cpp\
  15. ..\tstp.cpp\
  16. ..\walk.cpp
  17. #
  18. # 04/11/2000 - allows for addition of BoundsChecker, etc
  19. # libs specified in the OS environment
  20. #
  21. TARGETLIBS=$(TARGETLIBS)
  22. NTTARGETFILE0 = $(NTTARGETFILE0) \
  23. $O\attrs_mh.h\
  24. $O\tstp_mh.h\
  25. $O\walk_mh.h
  26. PRECOMPILED_INCLUDE = ..\pch.cpp