]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/tab/makefile.g95
Added fix to send scroll messages from mouse wheel instead of scrolling directly
[wxWidgets.git] / samples / tab / makefile.g95
... / ...
CommitLineData
1# Purpose: makefile for tab example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=tab
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10