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.

79 lines
1.8 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 ..\..\..\place51.inc
  17. TARGETNAME=ftpsv251
  18. TARGETPATH=obj
  19. MSC_WARNING_LEVEL=/W3 /WX
  20. TARGETTYPE=DYNLINK
  21. DLLENTRY=DLLEntry
  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)\ws2_32.lib \
  28. $(SDK_LIB_PATH)\rpcrt4.lib \
  29. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  30. $(IISBASEDIR)\svcs\infocomm\atq\$(O)\isatq.lib \
  31. $(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
  32. C_DEFINES=-D_IIS_5_1 -D_INETASRV_H_ -DKEEP_COMMAND_STATS -DIP_ENABLE_COUNTERS
  33. INCLUDES=..;..\idl\$(O); \
  34. ..\..\..\inc; \
  35. ..\..\..\inc\$(O);
  36. SOURCES=\
  37. asyncio.cxx \
  38. acptctxt.cxx \
  39. connect.cxx \
  40. engine.cxx \
  41. globals.cxx \
  42. newls.cxx \
  43. lsaux.cxx \
  44. main.cxx \
  45. sockutil.cxx \
  46. userdb.cxx \
  47. utility.cxx \
  48. virtual.cxx \
  49. ftpsvc.rc \
  50. ftpconf.cxx \
  51. ftpcmd.cxx \
  52. rpcex.cxx \
  53. stats.cxx
  54. PRECOMPILED_INCLUDE=ftpdp.hxx
  55. PRECOMPILED_PCH=ftpdp.pch
  56. PRECOMPILED_OBJ=ftpdp.obj
  57. NTTARGETFILE0=$(O)\msg.h $(O)\msg00001.bin