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.

49 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1991-1999, Microsoft Corporation All rights reserved.
  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:
  11. Ken Hsu
  12. !ENDIF
  13. MAJORCOMP = MuiMsiDll
  14. MINORCOMP = dlls
  15. TARGETNAME = MuiMsiDll
  16. TARGETTYPE = DYNLINK
  17. TARGETPATH = obj
  18. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\shlwapi.lib \
  21. $(SDK_LIB_PATH)\msi.lib \
  22. $(SDK_LIB_PATH)\advpack.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\Setupapi.lib
  25. UMTYPE = console
  26. DLLENTRY = DllMain
  27. USE_MSVCRT=1
  28. INCLUDES = ..;$(WINDOWS_INC_PATH);$(BASE_INC_PATH);$(SHELL_INC_PATH)
  29. C_DEFINES= -DUNICODE -D_UNICODE
  30. !IFNDEF MSC_WARNING_LEVEL
  31. MSC_WARNING_LEVEL = /W3
  32. !ENDIF
  33. MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /WX
  34. SOURCES = MuiMsiDll.cpp