Windows NT 4.0 source code leak
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
520 B

4 years ago
  1. ############################################################################
  2. #
  3. # Copyright (C) 1992, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. #
  9. # Makefile for the CAIROLE Project
  10. #
  11. #
  12. # Name of target. Include an extension (.dll, .lib, .exe)
  13. # If the target is part of the release, set RELEASE to 1.
  14. #
  15. !if "$(OPSYS)" == "NT"
  16. # Build for cairo
  17. SUBDIRS = ole propset
  18. !else
  19. SUBDIRS = common ilib ole232 com
  20. !endif