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.

60 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. patch
  5. Author:
  6. adrmarin Wed Nov 14 10:49:19 2001
  7. !ENDIF
  8. #------------------------------------------------
  9. # INFO FOR CREATING LIBRARY
  10. #------------------------------------------------
  11. TARGETNAME=
  12. TARGETPATH=obj
  13. TARGETTYPE=UMAPPL_NOLIB
  14. USE_MSVCRT=1
  15. #------------------------------------------------
  16. # INCLUDE PATH
  17. #------------------------------------------------
  18. INCLUDES=.
  19. #------------------------------------------------
  20. # SOURCE FILES (used to make library)
  21. # (Currently there are no files listed.)
  22. #------------------------------------------------
  23. SOURCES=
  24. #------------------------------------------------
  25. # FLAGS
  26. #------------------------------------------------
  27. 386_WARNING_LEVEL=-W3
  28. UMLIBS=$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
  29. $(BASEDIR)\public\sdk\lib\*\sfc.lib \
  30. $(BASEDIR)\public\sdk\lib\*\psapi.lib
  31. NTTEST=
  32. #------------------------------------------------
  33. # EXECUTABLES
  34. #------------------------------------------------
  35. UMAPPL=patch
  36. UMTYPE=console
  37. #------------------------------------------------
  38. # LIBRARIES created by the SOURCES= line (above)
  39. # (currently commented out - not used)
  40. #------------------------------------------------