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.

92 lines
1.6 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\ui\msconfwb=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=ui
  9. MINORCOMP=msconfwb
  10. TARGETNAME=nmoldwb
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=DYNLINK
  13. DLLENTRY=DllMain
  14. !if "$(FREEBUILD)" != "0"
  15. !if $(386)
  16. USE_SYSDLL=1
  17. !endif
  18. !endif
  19. 386_STDCALL=1
  20. # Enable lego build
  21. BBTCOMP=1
  22. #
  23. # Libs common to NT and Win95
  24. #
  25. LINKLIBS=\
  26. $(ROOT)\nmutil\nmutila\$(O)\nmutila.lib
  27. TARGETLIBS=$(SDK_LIB_PATH)\comctl32.lib \
  28. $(SDK_LIB_PATH)\comdlg32.lib \
  29. $(SDK_LIB_PATH)\shell32.lib \
  30. $(SDK_LIB_PATH)\winspool.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(ROOT)\as\cpi32.nt\$(O)\nmas.lib
  36. INCLUDES=$(ROOT)\as\h;$(INCLUDES)
  37. C_DEFINES=$(C_DEFINES) -D_WINDOWS -DOS_WINDOWS -DOS_WIN95 -DWIN_95_32_BIT -D"_WIN32_WINNT"=0x0403
  38. #
  39. # Sources common to NT and Win95
  40. #
  41. SOURCES= \
  42. agrp.cpp \
  43. ccl32.cpp \
  44. cgrp.cpp \
  45. clpbd.cpp \
  46. draw.cpp \
  47. grobj.cpp \
  48. grptr.cpp \
  49. main.cpp \
  50. mwnd.cpp \
  51. page.cpp \
  52. psdlg.cpp \
  53. tool.cpp \
  54. twnd.cpp \
  55. txted.cpp \
  56. user.cpp \
  57. wgrp.cpp \
  58. wboblist.cpp \
  59. msconfwb.rc
  60. #
  61. # Precompiled specs
  62. #
  63. PRECOMPILED_INCLUDE = precomp.h
  64. PRECOMPILED_PCH = precomp.pch
  65. PRECOMPILED_OBJ = precomp.obj
  66. PRECOMPILED_CXX = 1
  67. CONDITIONAL_INCLUDES = \
  68. macocidl.h \
  69. macwin32.h \
  70. rpcerr.h \
  71. rpcmac.h \
  72. winwlm.h \
  73. macname1.h \
  74. macname2.h \
  75. macpub.h \
  76. macapi.h