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.

90 lines
2.1 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=ftpsvc2
  18. TARGETPATH=obj
  19. MSC_WARNING_LEVEL=/W3 /WX
  20. TARGETTYPE=DYNLINK
  21. BUFFER_OVERFLOW_CHECKS=1
  22. DLLENTRY=_DllMainCRTStartup
  23. USE_MSVCRT=1
  24. USE_STL=1
  25. TARGETLIBS= \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\secur32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\ws2_32.lib \
  31. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  32. $(IISBASEDIR)\svcs\infocomm\atq\$(O)\isatq.lib \
  33. $(IISBASEDIR)\svcs\infocomm\rdns\$(O)\isrdns.lib \
  34. $(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
  35. # for static linking of LDAP apis
  36. # $(SDK_LIB_PATH)\wldap32.lib
  37. # $(SDK_LIB_PATH)\netapi32.lib
  38. C_DEFINES=-D_IIS_6_0 -D_INETASRV_H_ -DKEEP_COMMAND_STATS -DIP_ENABLE_COUNTERS
  39. INCLUDES=..;..\idl\$(O); \
  40. ..\..\..\inc; \
  41. ..\..\..\inc\$(O); \
  42. $(IISBASEDIR)\iisrearc\inc;
  43. SOURCES=\
  44. adio.cxx \
  45. asyncio.cxx \
  46. acptctxt.cxx \
  47. connect.cxx \
  48. engine.cxx \
  49. globals.cxx \
  50. newls.cxx \
  51. lsaux.cxx \
  52. main.cxx \
  53. sockutil.cxx \
  54. userdb.cxx \
  55. utility.cxx \
  56. virtual.cxx \
  57. ftpsvc.rc \
  58. ftpconf.cxx \
  59. ftpcmd.cxx \
  60. rpcex.cxx \
  61. stats.cxx
  62. PRECOMPILED_INCLUDE=ftpdp.hxx
  63. PRECOMPILED_PCH=ftpdp.pch
  64. PRECOMPILED_OBJ=ftpdp.obj