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
516 B

  1. !INCLUDE ..\..\..\staxinc\build\paths.inc
  2. MAJORCOMP=staxcore
  3. MINORCOMP=regtrace
  4. TARGETNAME=regtrace
  5. TARGETTYPE=PROGRAM
  6. TARGETPATH=obj
  7. UMTYPE=windows
  8. UMENTRY=winmain
  9. INCLUDES=$(STAXINC)
  10. USE_MFC=1
  11. SOURCES= \
  12. dlgconn.cpp \
  13. pgoutput.cpp \
  14. pgthread.cpp \
  15. pgtrace.cpp \
  16. regsheet.cpp \
  17. regtrace.cpp \
  18. regtrdlg.cpp \
  19. regtrace.rc
  20. #TARGETLIBS=
  21. PRECOMPILED_CXX=1
  22. PRECOMPILED_INCLUDE=stdafx.h
  23. !INCLUDE $(STAXINC)\build\sources.inc