]>
Commit | Line | Data |
---|---|---|
d7463f75 JS |
1 | # |
2 | # File: makefile.vc | |
3 | # Author: Julian Smart | |
4 | # Created: 2003 | |
5 | # Updated: | |
6 | # Copyright: (c) Julian Smart | |
7 | # | |
8 | # Makefile : Builds wxWindows Configuration Tool (VC++, WIN32) | |
9 | # Use FINAL=1 argument to nmake to build final version with no debug info. | |
10 | ||
11 | # Set WXDIR for your system | |
12 | WXDIR = $(WXWIN) | |
13 | ||
14 | PROGRAM=wxconfigtool | |
15 | OBJECTS = wxconfigtool.obj appsettings.obj configitem.obj configitemselector.obj configtooldoc.obj \ | |
16 | configtoolview.obj configtree.obj custompropertydialog.obj htmlparser.obj mainframe.obj \ | |
17 | propeditor.obj property.obj settingsdialog.obj utils.obj | |
18 | ||
19 | !include $(WXDIR)\src\makeprog.vc | |
20 |