Trying to compile samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-07-20 14:48:03 +00:00
parent 2662e49e09
commit 63aea43ffd
3 changed files with 9 additions and 9 deletions

View File

@@ -7,10 +7,10 @@
#
# Makefile for wxWindows sample (Cygwin/Mingw32).
WXDIR = ../..
WXDIR = ..\..
TARGET=minimal
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95
include $(WXDIR)\src\makeprog.g95