#
# Build file for creating the FM TINY  model objects
#
AS   = /Mx			    ### make file ASSEMBLER permenant switches
CS   = /c /Ox /Zp1		    ### make file COMPILER permenant switches
AO   = /DMODELSIZE=0 /DBUILD_NONE=1 ### make file ASSEMBLER command line switches
CO   = /AT			    ### make file COMPILER command line switches

INC  = ..\..\INC
GINC = ..\..\..\INC

LBO  =
LIB  = ..\..\inc

DEFAULT: $(LIB)\mvhtlib.lib

t3812a.obj: 3812a.asm $(GINC)\model.inc $(GINC)\masm.inc $(INC)\common.inc
    masm $(AS) $(AO) 3812a,t3812a;

$(LIB)\mvhtlib.lib: t3812a.obj
    lib $(LBO) $(LIB)\mvhtlib -+t3812a.obj ,,$(LIB)\mvhtlib;

