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.

23 lines
493 B

  1. # Copyright (c) Microsoft Corporation
  2. #
  3. # sources file for genlib
  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_genlib
  15. TARGETPATH=..\$(_OBJ_DIR)
  16. TARGETTYPE=LIBRARY
  17. SOURCES=\
  18. genmisc.c \
  19. redblack.c
  20. MSC_WARNING_LEVEL=/W4 /WX
  21. USE_MSVCRT=1
  22. UMTYPE=console