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.

31 lines
465 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=intelide
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER
  9. TARGETLIBS=$(DDK_LIB_PATH)\pciidex.lib
  10. INCLUDES=..\..\inc;..\..\inc\$(O);
  11. #
  12. # enable piix programing
  13. #
  14. C_DEFINES=$(C_DEFINES) -DPIIX_TIMING_REGISTER_SUPPORT
  15. SOURCES=init.c \
  16. timing.c \
  17. intel.rc
  18. POST_BUILD_CMD=link -edit -section:.rsrc,!d $(O)\intelide.sys