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.

18 lines
382 B

  1. TARGETNAME=acpiec
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. MSC_WARNING_LEVEL=-W3 -WX
  5. SOURCES=errlog.mc \
  6. acpiec.c \
  7. eclowio.c \
  8. ecpnp.c \
  9. handlers.c \
  10. service.c \
  11. query.c \
  12. acpiec.rc
  13. TARGETLIBS=$(DDK_LIB_PATH)\oprghdlr.lib
  14. INCLUDES= ..\inc;$(DDK_INC_PATH)\wdm;$(DDK_INC_PATH)\wdm\inc