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.

33 lines
582 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. .\map_kv.cxx \
  18. .\plex.cxx
  19. !include ..\makefile.inc
  20. map_kv.obj: map_kv.cxx
  21. plex.obj: plex.cxx
  22. !ENDIF