]> git.saurik.com Git - wxWidgets.git/blame - samples/xrc/makefile.g95
commented out some strange test code which resulted in memory leaks
[wxWidgets.git] / samples / xrc / makefile.g95
CommitLineData
64d452a8
VS
1# File: makefile.g95 for stectrl
2# Author: Robin Dunn
3# Created: 1-Feb-2000
4# Updated:
5
6WXDIR = ../../..
7
999d9a9f 8TARGET = xrcdemo
64d452a8
VS
9OBJECTS = $(TARGET).o
10EXTRAINC = -I$(WXDIR)/contrib/include
999d9a9f 11EXTRALIBS = -lwxxrc
64d452a8
VS
12
13include $(WXDIR)/src/makeprog.g95
14