mingw32 makefiles must use tabs as separators

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-03 16:09:38 +00:00
parent b0230a69bc
commit b531e140f1

View File

@@ -15,6 +15,7 @@
WXDIR = .. WXDIR = ..
THISDIR=$(WXDIR)/demos THISDIR=$(WXDIR)/demos
MAKEFILE=makefile.g95
# Mingw make may not have a shell to use, so can't use a loop here. Sigh. # Mingw make may not have a shell to use, so can't use a loop here. Sigh.
# Please add new sample directories alphabetically to make it easier to # Please add new sample directories alphabetically to make it easier to