diff --git a/samples/dialogs/makefile.mgl b/samples/dialogs/makefile.mgl new file mode 100644 index 0000000000..33a895fc8c --- /dev/null +++ b/samples/dialogs/makefile.mgl @@ -0,0 +1,15 @@ +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# + +WXDIR = $(%WXWIN) + +PROGRAM = dialogs +OBJECTS = $(PROGRAM).obj + +!include $(WXDIR)\src\mgl\makeprog.wat + +