#
# for more complex applications you may have to use a make file
#
# this make file illustrates how to compile and link without cl386
#
# invoke with
#   imake
#
# to build the examples
#
#
# this make file creates program map files which you can use to find your
# way around in the debugger.  It isn't the greatest, but it is all I have
# right now.
#
.c.exe:
        &cl386 /W32GUI $&.c

EXES = win.exe

all: $(EXES)