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.

34 lines
546 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=symtest
  8. TARGETNAME=symtest
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. USE_TRACING=1
  12. #C_DEFINES=-DNOTRACE
  13. USE_STATIC_ATL=1
  14. USE_NATIVE_EH=1
  15. SOURCES= \
  16. stdatl.cpp \
  17. symtest.cpp \
  18. ver.rc \
  19. INCLUDES= \
  20. TARGETLIBS= \
  21. $(CORELIBPATH)\symres.lib
  22. !INCLUDE $(INETROOT)\build\sources.all
  23. PRECOMPILED_INCLUDE=stdafx.h
  24. PRECOMPILED_CXX=1