Mingw makefiles shouldn't use backslashes!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-04-01 23:01:07 +00:00
parent f696bf6ad8
commit a250a49231
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ WXDIR = ../..
TARGET=makegen
OBJECTS = $(TARGET).o
include $(WXDIR)\src\makeprog.g95
include $(WXDIR)/src/makeprog.g95

View File

@@ -6,5 +6,5 @@ WXDIR = ../..
TARGET=#NAME
OBJECTS = $(TARGET).o
include $(WXDIR)\src\makeprog.g95
include $(WXDIR)/src/makeprog.g95