Source code of Windows XP (NT5)
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.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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. TARGETNAME=nwapi16
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. DLLDEF=$(O)\nwapi16.def
  17. INCLUDES=..\inc;$(PROJECT_ROOT)\nw\inc;
  18. SOURCES= \
  19. debug.c \
  20. ncp.c \
  21. locks.c \
  22. nwapi16.rc
  23. TARGETLIBS= \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\ntvdm.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\mpr.lib \
  29. $(DS_LIB_PATH)\nwapi32.lib \
  30. $(DS_LIB_PATH)\nwprovau.lib
  31. UNICODE=1
  32. USE_NTDLL=1
  33. NET_C_DEFINES=-DNWDBG=1
  34. UMTYPE=console
  35. UMLIBS= \
  36. $(DS_LIB_PATH)\nwapi32.lib \
  37. $(SDK_LIB_PATH)\mpr.lib