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.

29 lines
614 B

  1. # Copyright (c) Microsoft Corporation
  2. #
  3. # sources file for genthnk
  4. #
  5. # 20-Feb-1992 Jonle , created
  6. #
  7. #
  8. # July 2001 JayKrell
  9. # integrated from base\wow64\tools to /private/winfuse_longhorn/base/tools
  10. #
  11. # January 2002
  12. # integrated /private/winfuse_longhorn/base/tools to /lab01_n/base/win32/fusion/tools
  13. #
  14. TARGETNAME=fusion_genthnk
  15. TARGETPATH=..\$(_OBJ_DIR)
  16. TARGETTYPE=PROGRAM
  17. TARGETLIBS= \
  18. ..\$(O)\fusion_genlib.lib \
  19. $(SDK_LIB_PATH)\imagehlp.lib \
  20. SOURCES=\
  21. genthnk.c \
  22. genthnk.rc
  23. MSC_WARNING_LEVEL=/W4 /WX
  24. USE_MSVCRT=1
  25. INCLUDES= .;..\genlib
  26. UMTYPE=console
  27. UMENTRY=main