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.

62 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989-91 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-1989
  12. Revision History:
  13. Murali R. Krishnan (MuraliK) April-1995 Modified to use new Ftp
  14. service files
  15. !ENDIF
  16. !include ..\..\place.inc
  17. TARGETNAME=iisadmin
  18. TARGETPATH=obj
  19. DLLENTRY=DLLEntry
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. TARGETTYPE=DYNLINK
  22. USE_MSVCRT=1
  23. TARGETLIBS= \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\vssapi.lib \
  29. $(IISBASEDIR)\svcs\infocomm\dcomadm\dll\$(O)\coadmin.lib \
  30. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  31. C_DEFINES=-D_INETASRV_H_ -DKEEP_COMMAND_STATS
  32. INCLUDES=..;..\..\inc; \
  33. ..\infocomm\metadata\inc;..\..\..\..\public\sdk\inc;
  34. SOURCES=\
  35. main.cxx \
  36. ntsec.cxx \
  37. registry.cxx \
  38. admsub.cxx \
  39. mdwriter.cxx \
  40. iisadminmb.cxx \
  41. mdadmin.rc