Source code of Windows XP (NT5)
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.

36 lines
602 B

  1. #
  2. # Copyright (c) 1991, Microsoft Corporation
  3. #
  4. # History:
  5. #
  6. # 18-Feb-1994 BobDay Adapted from MVDM\WOW16\GDI\MAKEFILE
  7. #
  8. !IFDEF USEBUILD
  9. # If using BUILD.EXE, edit .\sources. if you want to add a new source
  10. # file to this component. This file merely indirects to the real make file
  11. # that is shared by all the components of NT OS/2.
  12. !INCLUDE $(NTMAKEENV)\makefile.def
  13. !ELSE
  14. default: all
  15. TARGET = coll.lib
  16. CXXFILES = \
  17. .\array_fv.cxx \
  18. .\map_kv.cxx \
  19. .\plex.cxx
  20. !include ..\makefile.inc
  21. array_fv.obj: array_fv.cxx
  22. map_kv.obj: map_kv.cxx
  23. plex.obj: plex.cxx
  24. !ENDIF