#
# John Dudeck SIM International 19-Dec-90
#
# makefile for uplabel multi-up label text filter
# for ndmake under MS-DOS
# assumes MAKE.INI is there for default stuff
#
MODEL = S
CFLAGS = -A$(MODEL) -Ox

uplabel.exe: uplabel.obj getarg.obj
	link /ST:0x1000 uplabel.obj getarg.obj,uplabel,,;
