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.

85 lines
2.0 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:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME= risetup
  15. TARGETPATH= obj
  16. TARGETTYPE= PROGRAM
  17. LINKER_STACKCOMMITSIZE=65536
  18. PRECOMPILED_CXX= 1
  19. PRECOMPILED_INCLUDE= pch.h
  20. UMTYPE= windows
  21. UMENTRY= ModuleEntry
  22. UMENTRYABS= ModuleEntry
  23. # on Alpha the call to CopyMemory is mapped to c-runtime
  24. # and needs otsmove which is from c-runtime libraries.
  25. # the below is needed for alpha.
  26. !IF $(386)
  27. USE_NOLIBS= 1
  28. !ELSE
  29. USE_MSVCRT= 1
  30. !ENDIF
  31. TARGETLIBS= \
  32. $(SDK_LIB_PATH)\ntdll.lib \
  33. $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SDK_LIB_PATH)\shell32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(BASE_LIB_PATH)\spapip.lib \
  38. $(SDK_LIB_PATH)\advapi32.lib \
  39. $(SDK_LIB_PATH)\advpack.lib \
  40. $(SDK_LIB_PATH)\netapi32.lib \
  41. $(SDK_LIB_PATH)\ole32.lib \
  42. $(SDK_LIB_PATH)\shlwapi.lib \
  43. $(SDK_LIB_PATH)\version.lib \
  44. $(SDK_LIB_PATH)\wldap32.lib \
  45. $(SDK_LIB_PATH)\wsock32.lib \
  46. $(SDK_LIB_PATH)\secur32.lib \
  47. $(SDK_LIB_PATH)\comdlg32.lib
  48. INCLUDES= \
  49. $(ADMIN_INC_PATH);\
  50. $(WINDOWS_INC_PATH);\
  51. $(NET_INC_PATH);\
  52. MSC_WARNING_LEVEL=/W4 /WX
  53. SOURCES= \
  54. automate.cpp \
  55. check.cpp \
  56. main.cpp \
  57. debug.cpp \
  58. utils.cpp \
  59. dialogs.cpp \
  60. dhcp.cpp \
  61. setup.cpp \
  62. resource.rc
  63. MISCFILES= \
  64. reminst.sld