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.

25 lines
479 B

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. MAJORCOMP=core
  7. MINORCOMP=shuttle
  8. TARGETNAME=shuttle
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=
  11. SOURCES=\
  12. pxpacket.cpp \
  13. cdescrip.cpp \
  14. cpool.cpp
  15. #
  16. # By default, build without tracing
  17. # (the client, by default, does this and we'll have problems if we don't)
  18. C_DEFINES=-DNOTRACE
  19. !INCLUDE $(INETROOT)\build\sources.all