]> git.saurik.com Git - wxWidgets.git/blob - samples/xrc/makefile.g95
don't write the strings to the stream one char at a time, it's *horribly* slow
[wxWidgets.git] / samples / xrc / makefile.g95
1 # File: makefile.g95 for stectrl
2 # Author: Robin Dunn
3 # Created: 1-Feb-2000
4 # Updated:
5
6 WXDIR = ../../..
7
8 TARGET = xrcdemo
9 OBJECTS = $(TARGET).o
10 EXTRAINC = -I$(WXDIR)/contrib/include
11 EXTRALIBS = -lwxxrc
12
13 include $(WXDIR)/src/makeprog.g95
14