]> git.saurik.com Git - wxWidgets.git/blob - samples/notebook/makefile.g95
prevent from setting min[WH] > max[WH] because this leads to an infinite loop later...
[wxWidgets.git] / samples / notebook / makefile.g95
1 # Purpose: makefile for notebook example (Cygwin/Mingw32)
2 # Created: #03.01.00
3
4 WXDIR = ../..
5
6 TARGET=notebook
7 OBJECTS = $(TARGET).o
8
9 include $(WXDIR)/src/makeprog.g95
10