summaryrefslogtreecommitdiffstats
path: root/private/ole32/olethunk/debnot/win16.mk
blob: a8859c50b1ba2176b44978a2194fc09dc1072778 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Copyright (c) 1991, Microsoft Corporation
#
# History:
#
#   18-Feb-1994 BobDay  Adapted from MVDM\WOW16\GDI\MAKEFILE
#

TARGET = debnot.lib

CFILES = \
	.\output.c\
	.\dprintf.c\
	.\sprintf.c

CXXFILES = \
	.\assert.cxx

!include ..\ole16\makefile.inc

$(OBJDIR)\output.obj: output.c
$(OBJDIR)\dprintf.obj: dprintf.c
$(OBJDIR)\sprintf.obj: sprintf.c
$(OBJDIR)\assert.obj: assert.cxx