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.

39 lines
1.0 KiB

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # MAKEFILE for TILYNX directory
  8. #
  9. #############################################################################
  10. #
  11. # This section of the makefile is used under Win9x environments. You
  12. # must define an environment variable WIN95_BUILD=TRUE before typing NMAKE
  13. #
  14. !IFDEF WIN95_BUILD
  15. ROOT = ..\..\..\..
  16. IS_32 = TRUE
  17. IS_OEM = TRUE
  18. DEVICEDIR = TILYNX
  19. COMMONMKFILE = $(DEVICEDIR).mk
  20. DEPENDTARGETS = debug
  21. !include ..\..\..\..\dev\master.mk
  22. !ELSE
  23. #
  24. # This section of the makefile is used under the NT environments.
  25. # Edit .\sources. if you want to add a new source file to this component.
  26. # This file merely indirects to the real make file that is shared by all
  27. # the driver components of the Windows NT DDK
  28. #
  29. !INCLUDE $(NTMAKEENV)\makefile.def
  30. !ENDIF