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.

28 lines
611 B

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