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.

58 lines
1.5 KiB

  1. PROJDIR=..\..
  2. TARGETNAME=sfncfg
  3. TARGETTYPE=DYNLINK
  4. !include $(PROJDIR)\makefile.inc
  5. DLLENTRY=_DllMainCRTStartup
  6. TARGETLIBS=\
  7. $(PROJDIR)\lib\$(O)\ncdebug.lib \
  8. $(PROJDIR)\lib\$(O)\ncnetcfg.lib \
  9. $(SDK_LIB_PATH)\advapi32.lib \
  10. $(SDK_LIB_PATH)\comctl32.lib \
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\ole32.lib \
  13. $(SDK_LIB_PATH)\oleaut32.lib \
  14. $(SDK_LIB_PATH)\netapi32.lib \
  15. $(SDK_LIB_PATH)\setupapi.lib \
  16. $(SDK_LIB_PATH)\shell32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\uuid.lib
  19. #
  20. # The INCLUDES variable specifies any include paths that are specific to
  21. # this source directory. Separate multiple directory paths with single
  22. # semicolons. Relative path specifications are okay.
  23. #
  24. INCLUDES=\
  25. $(PROJDIR)\netcfg\inc;\
  26. $(PROJDIR)\idl;\
  27. $(PROJDIR)\inc;\
  28. $(PRIVATE_INC_PATH)\net
  29. !IFDEF NTDBGFILES
  30. BINPLACE_FLAGS=-b nws -s $(_NTTREE)\Symbols
  31. !ELSE
  32. BINPLACE_FLAGS=-b nws
  33. !ENDIF
  34. #
  35. # The SOURCES variable is defined by the developer. It is a list of all the
  36. # source files for this component. Each source file should be on a separate
  37. # line using the line continuation character. This will minimize merge
  38. # conflicts if two developers adding source files to the same component.
  39. #
  40. # Whitespace is not permitted between the SOURCES keyword and the '='.
  41. # (Courtesy of BUILD.EXE)
  42. #
  43. SOURCES=\
  44. implinc.cpp \
  45. sfncfg.cpp \
  46. sfninf.cpp \
  47. sfnobj.cpp \
  48. sfncfg.rc