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.

30 lines
465 B

  1. #
  2. # Component: Systrack
  3. #
  4. # Author: Silviu Calinoiu (SilviuC)
  5. # Created: 11/09/98
  6. #
  7. TARGETPATH=obj
  8. TARGETNAME=systrack
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. TARGETLIBS= \
  12. $(SDK_LIB_PATH)\ntdll.lib
  13. C_DEFINES= -DWIN32 -DNT
  14. USE_MSVCRT=1
  15. USE_NATIVE_EH=1
  16. SOURCES= systrack.cxx \
  17. pooltag.cxx \
  18. process.cxx \
  19. memory.cxx \
  20. version.rc \