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.

52 lines
854 B

  1. !IF 0
  2. Copyright (c) 1994 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. !ENDIF
  14. MAJORCOMP=internet
  15. MINORCOMP=cache
  16. TARGETNAME=testurlcache
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. INCLUDES=.;..;..\..\inc;..\..\..\inc;..\..\..\..\inc
  20. TARGETLIBS= ..\..\dll\$O\winhttp5.lib
  21. SOURCES= testurlcache.cxx
  22. C_DEFINES= $(C_DEFINES) -DWIN32
  23. !IF "$(UNICODE)" != ""
  24. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  25. UMENTRY=wmain
  26. !ENDIF
  27. USE_MSVCRT=1
  28. WARNING_LEVEL=-W4
  29. UMTYPE=console
  30. UMAPPL=
  31. UMLIBS=