]>
Commit | Line | Data |
---|---|---|
d7463f75 JS |
1 | # |
2 | # File: makefile.g95 | |
3 | # Author: Julian Smart | |
4 | # Created: 2003 | |
5 | # Updated: | |
6 | # Copyright: (c) Julian Smart, 2003 | |
7 | # | |
8 | # Makefile for wxWindows Configuration Tool (Cygwin/Mingw32). | |
9 | ||
10 | WXDIR = ../../.. | |
11 | ||
12 | TARGET=wxconfigtool | |
13 | OBJECTS = $(TARGET).o wxconfigtool.o appsettings.o configitem.o \ | |
14 | configitemselector.o configtooldoc.o configtoolview.o configtree.o \ | |
15 | custompropertydialog.o htmlparser.o mainframe.o propeditor.o \ | |
16 | property.o settingsdialog.o utils.o | |
17 | ||
18 | include $(WXDIR)/src/makeprog.g95 | |
19 |