git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 lines
598 B
Plaintext
21 lines
598 B
Plaintext
#
|
|
# File: makefile.vc
|
|
# Author: Julian Smart
|
|
# Created: 2003
|
|
# Updated:
|
|
# Copyright: (c) Julian Smart
|
|
#
|
|
# Makefile : Builds wxWindows Configuration Tool (VC++, WIN32)
|
|
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
|
|
|
# Set WXDIR for your system
|
|
WXDIR = $(WXWIN)
|
|
|
|
PROGRAM=wxconfigtool
|
|
OBJECTS = wxconfigtool.obj appsettings.obj configitem.obj configitemselector.obj configtooldoc.obj \
|
|
configtoolview.obj configtree.obj custompropertydialog.obj htmlparser.obj mainframe.obj \
|
|
propeditor.obj property.obj settingsdialog.obj utils.obj
|
|
|
|
!include $(WXDIR)\src\makeprog.vc
|
|
|