]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/xrc/makefile.g95
1. use three numbers version in win32 DLLs on unstable branch
[wxWidgets.git] / contrib / samples / xrc / makefile.g95
... / ...
CommitLineData
1# File: makefile.g95 for stectrl
2# Author: Robin Dunn
3# Created: 1-Feb-2000
4# Updated:
5
6WXDIR = ../../..
7
8TARGET = xrcdemo
9OBJECTS = $(TARGET).o \
10 myframe.o \
11 derivdlg.o \
12 custclas.o
13EXTRAINC = -I$(WXDIR)/contrib/include
14EXTRALIBS = -lwxxrc
15
16include $(WXDIR)/src/makeprog.g95
17
18