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.

109 lines
2.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Mark Lucovsky (markl) 18-Sep-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. WININET_PCH=1
  15. !INCLUDE ..\wininet.inc
  16. MAJORCOMP=ntsd
  17. MINORCOMP=ntsdexts
  18. TARGETNAME=wininext
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  22. DLLDEF = wininext.def
  23. MSC_WARNING_LEVEL=/W3 /WX
  24. USE_NTDLL=1
  25. !IFNDEF WININET_PCH
  26. #PRECOMPILED_OPTION=/Fp..\inc\$(_OBJ_DIR)\*\wininetp.pch /Yuwininetp.h
  27. #PRECOMPILED_CXX=1
  28. !ENDIF
  29. #INCLUDES=..\mtrt\;.;..\trans\winnt\common;..\..\..\inc;..\inc;..\..\..\..\public\sdk\inc;
  30. !IF 0
  31. INCLUDES=\
  32. ..\inc;
  33. !ELSE
  34. !IF 1
  35. INCLUDES=\
  36. # $(INCLUDES); \
  37. ..\inc\private; \
  38. ..\inetui; \
  39. .\; \
  40. ..\inc;
  41. !ELSE
  42. # copied from ..\inc\sources
  43. INCLUDES=private;..\inetui;..\inc
  44. !ENDIF
  45. !ENDIF
  46. #C_DEFINES=-DNTENV -DWIN32RPC -DNTWIN32RPC -DMSWMSG -D_RPCRT4_
  47. #C_DEFINES=-DNTENV -DTHREAD_POOL -DRETAIL -D_WINX32_ -DNASHVILLE -DW95_FIBERS -DRETAIL_LOGGING
  48. #USER_C_FLAGS= /c /P
  49. #USER_C_FLAGS=/TP
  50. TARGETLIBS= \
  51. $(SHELL_LIB_PATH)\shlwapip.lib \
  52. $(SDK_LIB_PATH)\crypt32.lib \
  53. $(SDK_LIB_PATH)\advapi32.lib \
  54. $(SDK_LIB_PATH)\kernel32.lib \
  55. $(SDK_LIB_PATH)\user32.lib \
  56. $(SDK_LIB_PATH)\uuid.lib \
  57. $(SDK_LIB_PATH)\ole32.lib \
  58. $(SDK_LIB_PATH)\gdi32.lib
  59. !IF 0
  60. # Added to be able to call methods of Objects
  61. LINKLIBS=\
  62. $(LIBDIR)\*\debug.lib \
  63. $(LIBDIR)\*\dummy.lib \
  64. $(LIBDIR)\*\common.lib \
  65. $(LIBDIR)\*\ftp.lib \
  66. $(LIBDIR)\*\gopher.lib \
  67. $(LIBDIR)\*\hndlobj.lib \
  68. $(LIBDIR)\*\http.lib \
  69. $(LIBDIR)\*\httpauth.lib \
  70. $(LIBDIR)\*\urlcache.lib \
  71. $(LIBDIR)\*\inetui.lib
  72. !IF "$(PROCESSOR_ARCHITECTURE)"=="x86"
  73. LINKLIBS=$(LINKLIBS) \
  74. ..\lib\w95fbrst.lib \
  75. ..\lib\vxdcalls.lib
  76. !ENDIF
  77. !ENDIF
  78. SOURCES=winidbg.cxx \
  79. # nttrans.cxx \
  80. rpcdbg.rc
  81. UMTYPE=console