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.

27 lines
390 B

  1. #
  2. # sources file for makevdm
  3. #
  4. # 20-Feb-1992 Jonle , created
  5. #
  6. MAJORCOMP=windows
  7. MINORCOMP=wx86
  8. TARGETNAME=genlib
  9. TARGETPATH=..
  10. TARGETTYPE=LIBRARY
  11. TARGETLIBS=
  12. DLLBASE=
  13. DLLENTRY=
  14. SOURCES=genmisc.c \
  15. redblack.c
  16. !IFNDEF MSC_WARNING_LEVEL
  17. MSC_WARNING_LEVEL=/W3
  18. !ENDIF
  19. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  20. USE_MSVCRT=1
  21. INCLUDES= .;..
  22. UMTYPE=console