OS                      = DOS
DEBUG                   = FALSE
TYPE                    = 16BIT
INCLUDE                 = x:\
DIR                     = wc

.EXTENSIONS:
.EXTENSIONS: .exe .lib .obj .c .asm .inc .h

!include		x:\makedefs

.c:   .;system;draw16;misc;drivers;lookup;truecol;formats;3dmath;graphics;debug;utils
.asm: .;system;draw16;misc;drivers;lookup;truecol;formats;3dmath;graphics;debug;utils
.lib: x:\libs\$(DIR)

###############################################################################

all     : ex3.exe .SYMBOLIC

#
# Executables
#
ex3.exe              : ex3.obj bubble.vio drivers.lib draw16.lib misc.lib system.lib formats.lib vmath.lib
                        echo ` Linking...: $^@`
                        $(LINK) libpath x:\libs\$(DIR) file ex3.obj

#
# Data
#
bubble.vio      : bubble.tga
                convert.bat

