Fixes from Mumit Khan

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-01-15 21:32:32 +00:00
parent 5b8a521e59
commit 76ae3c63db
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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