From: Dimitri Schoolwerth Date: Tue, 17 Jan 2012 06:12:17 +0000 (+0000) Subject: Deleted makefile.mgl. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/877af9bdd5f86006301b32f05799eb49fdfae3ac Deleted makefile.mgl. The makefile referred to a file in src/mgl/, wxMGL has been removed since r70353 so this makefile can be deleted. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/dialogs/makefile.mgl b/samples/dialogs/makefile.mgl deleted file mode 100644 index 33a895fc8c..0000000000 --- a/samples/dialogs/makefile.mgl +++ /dev/null @@ -1,15 +0,0 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 -# -# - -WXDIR = $(%WXWIN) - -PROGRAM = dialogs -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\mgl\makeprog.wat - -