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.

27 lines
727 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 2000-2001
  5. # All Rights Reserved.
  6. #
  7. # Sources for 1394 Tape subunit driver (WinME)
  8. #
  9. ##########################################################################
  10. !include ..\sources.inc
  11. #
  12. # Use 61883.h for WinME
  13. #
  14. INCLUDES=..\..\inc\WinME;$(INCLUDES)
  15. #
  16. # To turn on time bomb:
  17. # -DTIME_BOMB
  18. #
  19. # To define number day until expiration: (if not defined, the default is 31)
  20. # -DDAYS_UNTIL_EXPIRATION=??
  21. #
  22. C_DEFINES=$(C_DEFINES)