wxWidgets/samples/statbar/makefile.g95
Vadim Zeitlin 2286341c8d new sample: statbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-04 20:27:10 +00:00

11 lines
167 B
Plaintext

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