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.

35 lines
530 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=pciide
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER
  9. TARGETLIBS=$(DDK_LIB_PATH)\pciidex.lib
  10. INCLUDES=..\..\inc;..\..\inc\$(O);
  11. !IF 0 ## @@BEGIN_DDKSPLIT
  12. ## @@END_DDKSPLIT
  13. SOURCES=init.c \
  14. pciide.rc \
  15. msg.mc
  16. !ELSE ## @@BEGIN_DDKSPLIT
  17. SOURCES=init.c \
  18. pciide.rc
  19. !ENDIF ## @@END_DDKSPLIT
  20. POST_BUILD_CMD=link -edit -section:.rsrc,!d $(O)\pciide.sys