]> git.saurik.com Git - wxWidgets.git/commitdiff
Deleted makefile.mgl.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 17 Jan 2012 06:12:17 +0000 (06:12 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 17 Jan 2012 06:12:17 +0000 (06:12 +0000)
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

samples/dialogs/makefile.mgl [deleted file]

diff --git a/samples/dialogs/makefile.mgl b/samples/dialogs/makefile.mgl
deleted file mode 100644 (file)
index 33a895f..0000000
+++ /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
-
-