always let the multiline text control process the Enter key presses
[wxWidgets.git] / samples / exec / makefile.g95
0 / 10 (  0%)
CommitLineData
1# Purpose: makefile for exec example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=exec
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10