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.

31 lines
506 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=symres
  8. TARGETNAME=symres
  9. TARGETTYPE=DYNLINK
  10. DLLBASE=$(DEFBASEADDR)
  11. DLLENTRY=DllMain
  12. DLLDEF=symres.def
  13. #USE_TRACING=1
  14. C_DEFINES=-DNOTRACE
  15. USE_NATIVE_EH=1
  16. USE_STL=1
  17. SOURCES= \
  18. symres.cpp \
  19. ver.rc \
  20. INCLUDES= \
  21. TARGETLIBS=\
  22. $(SDKLIBPATH)\imagehlp.lib \
  23. !INCLUDE $(INETROOT)\build\sources.all