# # Makefile for test programs using Watcom compiler # all: test1.exe test2.exe test1.exe: test1.obj dlltest.lib wcl386 -l=nt_win test1.obj dlltest.lib test1.obj: test1.c wcl386 -bt=nt -zz -c -w4 test1.c test2.exe: test2.obj dlltest.lib wcl386 -l=nt_win test2.obj test2.obj: test2.c wcl386 -bt=nt -zz -c -w4 test2.c ##dlltest.lib: dlltest.dll ## wlib -b -n dlltest.lib +dlltest.dll dlltest.lib: dlltest.dll wlib -b -n dlltest.lib ++Maximum.dlltest._Maximum.1 wlib -b dlltest.lib ++Minimum.dlltest._Minimum.2 wlib -b dlltest.lib ++_add.dlltest.__add.3 wlib -b dlltest.lib ++_sub.dlltest.__sub.4