Files
wxWidgets/samples/treelay/makefile.g95
Guillermo Rodriguez Garcia 8a2a71db83 mingw makefiles don't like backslashes!!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 15:51:45 +00:00

11 lines
167 B
Plaintext

# Purpose: makefile for treelay example (Cygwin/Mingw32)
# Created: #03.01.00
WXDIR = ../..
TARGET=treelay
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95