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.

65 lines
1.5 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
  15. MAJORCOMP=acpi
  16. MINORCOMP=acpike
  17. USE_MSVCRT=1
  18. DLLDEF=unasmdll.def
  19. DLLENTRY=_DllMainCRTStartup
  20. WDMROOT=$(BASEDIR)\private\ntos\dd\wdm
  21. INCLUDES= \
  22. $(BASEDIR)\private\ntos\inc; \
  23. $(WDMROOT)\acpi\inc; \
  24. $(WDMROOT)\acpi\driver\inc; \
  25. $(WDMROOT)\acpi\tools\inc;
  26. TARGETNAME=acpike
  27. TARGETPATH=obj
  28. TARGETTYPE=DYNLINK
  29. TARGETLIBS=\
  30. $(SDK_LIB_PATH)\kernel32.lib
  31. SOURCES= \
  32. data.c \
  33. debug.c \
  34. list.c \
  35. namespac.c \
  36. parsearg.c \
  37. unasm.c \
  38. unasmdll.rc
  39. UMAPPL=acpiuasm
  40. UMTYPE=console
  41. UMRES=$(@R).res
  42. UMLIBS= \
  43. $(WDMROOT)\acpi\tools\unasm2\$(O)\acpike.lib \
  44. $(SDK_LIB_PATH)\kernel32.lib \
  45. $(SDK_LIB_PATH)\ntdll.lib
  46. NTTARGETFILE0= \
  47. $(O)\acpiuasm.res