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
955 B

  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. MAJORCOMP=nw
  14. MINORCOMP=nwapi32
  15. TARGETNAME=nwapi32
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLDEF=$(O)\nwapi32.def
  19. INCLUDES=$(PROJECT_ROOT)\nw\inc;
  20. MISCFILES=..\..\Client_Services_for_NetWare_{153DE4BA-2A0F-4785-8C86-C205AEAB9AC8}.sld
  21. SOURCES= \
  22. ..\nwapi32.c \
  23. nwapi32.rc
  24. TARGETLIBS= \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\user32.lib
  27. UNICODE=1
  28. NET_C_DEFINES=-DRPC_NO_WINDOWS_H -DNWDBG
  29. UMTYPE=console
  30. UMTEST=
  31. UMLIBS=
  32. OPTIONAL_UMTEST=
  33. PASS1_PUBLISH= \
  34. {$(O)\nwapi32.lib=$(DS_LIB_PATH)\nwapi32.lib}