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. Steve Wood (stevewo) 12-Apr-1990
  12. Revision History:
  13. !ENDIF
  14. !include ..\..\..\..\place.inc
  15. #MAJORCOMP=inetinfo
  16. #MINORCOMP=w3min
  17. DLLBASE=0x10000
  18. TARGETNAME=w3min
  19. TARGETPATH=$(IISBASEDIR)\lib
  20. TARGETTYPE=DYNLINK
  21. USE_MSVCRT=1
  22. TARGETLIBS=\
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib
  27. INCLUDES=..\..\server;..\..\..\..\inc
  28. # ;..\..\..\..\inc;..\..\..\..\..\inc;..;..\..\server
  29. SOURCES=\
  30. w3min.rc \
  31. w3min.c
  32. # UMTYPE=console
  33. #UMAPPL=cgimin
  34. # UMLIBS=\
  35. # $(SDK_LIB_PATH)\advapi32.lib \
  36. # $(SDK_LIB_PATH)\kernel32.lib \
  37. # $(SDK_LIB_PATH)\user32.lib \
  38. # $(SDK_LIB_PATH)\libcx32.lib \