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.

60 lines
1.2 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  12. !ENDIF
  13. !IFDEF LIBDIR
  14. !ERROR LIBDIR already defined - choose new name
  15. !ENDIF
  16. !IF "$(NTDEBUG)" != "" && "$(NTDEBUG)" != "retail" && "$(NTDEBUG)" != "ntsdnodbg"
  17. C_DEFINES=$(C_DEFINES) -DDBG
  18. !ENDIF
  19. #MAJORCOMP=wininet
  20. MINORCOMP=passport
  21. TARGETNAME=passport
  22. TARGETPATH=..\lib\$(_OBJ_DIR)
  23. TARGETTYPE=LIBRARY
  24. INCLUDES=..\inc
  25. #USE_MSVCRT=1
  26. #SUBSYSTEM_VERSION=3.50
  27. SOURCES= \
  28. passport.cpp\
  29. inetsess.cpp\
  30. httpsess.cpp\
  31. logon.cpp \
  32. loadgif.cpp
  33. #RUN_WPP=$(SOURCES)
  34. #C_DEFINES=$(C_DEFINES) -DPP_DEMO -DBAD_CERT_OK -DDISABLE_SSL
  35. #UMTYPE=console
  36. UMLIBS=$(SDK_LIB_PATH)\wininet.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib \
  38. $(SDK_LIB_PATH)\user32.lib \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\Gdi32.lib \
  41. $(SDK_LIB_PATH)\ole32.lib