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.

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