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.

70 lines
1.6 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. !INCLUDE ..\..\oleds.inc
  14. MAJORCOMP=Cairo
  15. MINORCOMP=OleDsNw
  16. USE_MSVCRT=1
  17. !IF 0
  18. MSC_WARNING_LEVEL = /W4
  19. !ENDIF
  20. TARGETNAME=nwutils
  21. TARGETPATH=$(ADSI_LIB_DEST)
  22. TARGETTYPE=LIBRARY
  23. INCLUDES= ..;$(ADSI_INC);
  24. SOURCES=\
  25. ..\nwutils.cxx \
  26. ..\sconv.cxx \
  27. ..\encrypt.c
  28. UMTYPE=console
  29. LINKLIBS= $(SDK_LIB_PATH)\uuid.lib
  30. TARGETLIBS = \
  31. $(SDK_LIB_PATH)\oledsiid.lib \
  32. $(DS_LIB_PATH)\nwapi32.lib \
  33. $(SDK_LIB_PATH)\noutils.lib \
  34. $(SDK_LIB_PATH)\nocairo.lib \
  35. $(SDK_LIB_PATH)\ole32.lib \
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(SDK_LIB_PATH)\winspool.lib \
  38. $(SDK_LIB_PATH)\comdlg32.lib \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\shell32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\gdi32.lib \
  43. $(SDK_LIB_PATH)\oleaut32.lib \
  44. $(SDK_LIB_PATH)\netapi32.lib \
  45. $(SDK_LIB_PATH)\samlib.lib \
  46. $(SDK_LIB_PATH)\mpr.lib
  47. C_DEFINES=$(C_DEFINES) -DDAYTONA
  48. PRECOMPILED_INCLUDE=..\procs.hxx
  49. PRECOMPILED_OBJ=procs.obj
  50. PRECOMPILED_PCH=procs.pch