INCLUDEPATH=..\..\inc\
TCOBJECT=..\..\obj\tclib_w.obj

all : test.exe

test.exe : test.obj
  wlink file test.obj file $(TCOBJECT)

test.obj : test.c
  wcc386 test.c -i=$(INCLUDEPATH)
