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.

66 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author: Alan Shi
  11. !ENDIF
  12. #
  13. # This is the name of the target built from the source files specified
  14. # below. The name should include neither the path nor the file extension.
  15. #
  16. TARGETNAME= FUSLOGVW
  17. #
  18. # This specifies where the target is to be built. A private target of
  19. # type LIBRARY or DYNLINK should go to obj, whereas a public target of
  20. # type LIBRARY or DYNLINK should go to $(BASEDIR)\public\sdk\lib.
  21. #
  22. TARGETPATH= obj
  23. #
  24. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  25. # etc.
  26. #
  27. TARGETTYPE= PROGRAM
  28. #
  29. # The following includes a global include file defined at the
  30. # base of the project for all components
  31. #
  32. INCLUDES= $(BASEDIR)\public\sdk\inc
  33. C_DEFINES= \
  34. $(C_DEFINES)
  35. TARGETLIBS= \
  36. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  37. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  38. $(BASEDIR)\public\sdk\lib\*\wininet.lib
  39. SOURCES= \
  40. ..\fuslogvw.c \
  41. ..\fuslogvw.rc
  42. UMTYPE= windows
  43. UMENTRYABS = ModuleEntry