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.

29 lines
565 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1996
  5. # All Rights Reserved.
  6. #
  7. # Makefile for 1394api directory
  8. #
  9. #############################################################################
  10. !IFDEF WIN95_BUILD
  11. ROOT = ..\..\..\..
  12. BLDPROJ=OPK3
  13. WIN32=1
  14. IS_32 = TRUE
  15. IS_OEM = TRUE
  16. VERSIONLIST = debug retail
  17. COMMONMKFILE = 1394api.mk
  18. !include $(ROOT)\DEV\MASTER.MK
  19. !ELSE
  20. !INCLUDE $(NTMAKEENV)\makefile.def
  21. !ENDIF