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.

66 lines
1.4 KiB

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. MAJORCOMP=winutils
  3. MINORCOMP=wincfg
  4. TARGETNAME=tscfg
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. UMTYPE=windows
  8. UMENTRY=winmain
  9. # uncomment the following to build with 3D Control support
  10. #USING_3DCONTROLS=1
  11. ## comment the following lines to build without WINSTA.DLL support
  12. WINSTA=-DWINSTA
  13. C_DEFINES=$(WINSTA) $(C_DEFINES)
  14. ## un-comment the following lines to build with NASICALL.DLL support
  15. #NASI=-DNASI
  16. #C_DEFINES=$(NASI) $(C_DEFINES)
  17. USE_MFCUNICODE=1
  18. SUBSYSTEM_VERSION=4.00
  19. PRECOMPILED_INCLUDE=stdafx.h
  20. PRECOMPILED_CXX=1
  21. SOURCES=\
  22. wincfg.rc\
  23. wincfg.cpp\
  24. appsvdoc.cpp\
  25. appsvvw.cpp\
  26. dialogs.cpp\
  27. helpers.cpp\
  28. mainfrm.cpp\
  29. threads.cpp\
  30. atdlg.cpp\
  31. ewsdlg.cpp\
  32. anasidlg.cpp\
  33. optdlg.cpp\
  34. security.c\
  35. rowview.cpp\
  36. led.cpp\
  37. common.c\
  38. basedrpe.cpp\
  39. basedrpl.cpp\
  40. basedlg.cpp \
  41. UMLIBS=\
  42. ..\..\utilsub\obj\*\utilsub.lib \
  43. $(TERMSRV_LIB_PATH)\utildll.lib \
  44. $(SDK_LIB_PATH)\comdlg32.lib \
  45. $(SDK_LIB_PATH)\comctl32.lib \
  46. $(SDK_LIB_PATH)\winspool.lib \
  47. $(SDK_LIB_PATH)\shell32.lib \
  48. $(SDK_LIB_PATH)\netapi32.lib \
  49. $(SDK_LIB_PATH)\ole32.lib \
  50. $(SDK_LIB_PATH)\uuid.lib \
  51. !IFDEF WINSTA
  52. $(SDK_LIB_PATH)\winsta.lib \
  53. !ENDIF
  54. $(TERMSRV_LIB_PATH)\regapi.lib \
  55. !IFDEF NASI
  56. $(SDK_LIB_PATH)\nasicall.lib \
  57. !ENDIF