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.

45 lines
1009 B

  1. !IFDEF NTMAKEENV
  2. !INCLUDE $(NTMAKEENV)\makefile.def
  3. !ELSE
  4. # -----------------------------------------------------------------------------
  5. # STAXPT\src\core\vroot\src\makefile
  6. #
  7. # Copyright (C) 1997 Microsoft Corporation
  8. # -----------------------------------------------------------------------------
  9. # -----------------------------------------------------------------------------
  10. #
  11. !INCLUDE $(EXDEV)\globenv.mak
  12. PRODTYPE = LIB
  13. COMPONENT = $(STAXPT)
  14. COMPNAME = STAXPT
  15. BASENAME = exvroot
  16. !INCLUDE $(EXDEV)\xmake1.mak
  17. !INCLUDE $(STAXPT)\src\inc\stackcpp.mak
  18. # -----------------------------------------------------------------------------
  19. #
  20. EXPORT_LIBS=0
  21. NOMEMBASE = 1
  22. H = $(STAXPT)\src\core\vroot\src
  23. CFLAGS = $(CFLAGS) -D_WINDLL -D_ATL_NO_DEBUG_CRT
  24. OTHERINCS = -I $(COMPONENT)\src\inc -I $(K2INCS)
  25. SOURCES = \
  26. vrtable.cpp \
  27. vroot.cpp \
  28. mbchange.cpp
  29. OTHERSUBS = $H\makefile
  30. DEPFILE = $(BASENAME).dep
  31. !INCLUDE $(EXDEV)\xmake2.mak
  32. !ENDIF #NTMAKEENV