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.

26 lines
402 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. TARGET = debnot.lib
  9. CFILES = \
  10. .\output.c\
  11. .\dprintf.c\
  12. .\sprintf.c
  13. CXXFILES = \
  14. .\assert.cxx
  15. OLEDIR=..\..
  16. !include ..\ole16\makefile.inc
  17. $(OBJDIR)\output.obj: output.c
  18. $(OBJDIR)\dprintf.obj: dprintf.c
  19. $(OBJDIR)\sprintf.obj: sprintf.c
  20. $(OBJDIR)\assert.obj: assert.cxx