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.

32 lines
610 B

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 1-Nov-1995
  4. #
  5. # Describes the macros used for building using NT 'build' command
  6. #
  7. !include ..\..\..\place.inc
  8. MAJORCOMP=ftp
  9. MINORCOMP=stress
  10. TARGETNAME=ftps
  11. TARGETPATH=obj
  12. TARGETTYPE=PROGRAM
  13. USE_MSVCRT=1
  14. INCLUDES=..\..\..\inc
  15. SOURCES= \
  16. ftps.cxx \
  17. ftps.rc \
  18. UMAPPL=ftps
  19. UMTYPE=console
  20. UMLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\wininet.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\msvcirt.lib \
  24. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \