Source code of Windows XP (NT5)
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.

100 lines
2.4 KiB

  1. !IF 0
  2. Copyright (c) 1994 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 Cathcart (stevecat) 15-Nov-1994
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. Use the following line when this is UNICODE ported
  14. C_DEFINES=-DWIN32 -DWINNT -DUNICODE -D_WIN32 -DWINVER=0x0400 (huh? -bobday)
  15. !ENDIF
  16. TARGETNAME=tweakui
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. TARGETEXT=cpl
  20. # Cannot use MSVCRT; we need to run on Win95 golden
  21. #USE_MSVCRT=1
  22. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\comctl32.lib \
  25. $(SDK_LIB_PATH)\shell32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\comdlg32.lib \
  29. $(SDK_LIB_PATH)\shlwapi.lib \
  30. $(SDK_LIB_PATH)\version.lib \
  31. INCLUDES=$(WINDOWS_INC_PATH)
  32. DLLENTRY= Entry32
  33. DLLBASE=0x40000000
  34. DELAYLOAD=SHLWAPI.DLL
  35. # Don't turn on -DWINNT because we're still building Win95 binaries this way
  36. C_DEFINES=-DNT
  37. WIN32_WINNT_VERSION=0x0400
  38. WIN32_WIN95_VERSION=0x0400
  39. WIN32_IE_VERSION=0x0000
  40. UMTYPE=windows
  41. SOURCES= tweakui.rc \
  42. addrm.cpp \
  43. boot.cpp \
  44. common.cpp \
  45. desktop.cpp \
  46. mycomp.cpp \
  47. network.cpp \
  48. expire.cpp \
  49. explorer.cpp \
  50. general.cpp \
  51. mouse.cpp \
  52. link.cpp \
  53. lv.cpp \
  54. lvchk.cpp \
  55. misc.cpp \
  56. ole.cpp \
  57. paranoia.cpp \
  58. ie4.cpp \
  59. control.cpp \
  60. cmd.cpp \
  61. comdlg32.cpp \
  62. pickicon.cpp \
  63. pidl.cpp \
  64. reg.cpp \
  65. repair.cpp \
  66. secret.cpp \
  67. strings.cpp \
  68. tools.cpp \
  69. tweakui.cpp \
  70. prsht.cpp \
  71. with.cpp
  72. PRECOMPILED_CXX=1
  73. PRECOMPILED_INCLUDE=tweakui.h
  74. PRECOMPILED_PCH=pch.pch
  75. PRECOMPILED_OBJ=pch.obj
  76. MISCFILES=tweakui.inf\
  77. tweakui.hlp\
  78. tweakui.cnt