]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/makefile.vc
no message
[wxWidgets.git] / samples / widgets / makefile.vc
CommitLineData
2246169a
JS
1#
2# File: makefile.vc
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart
7#
8# Makefile : Builds sample (VC++, WIN32)
9# Use FINAL=1 argument to nmake to build final version with no debug info.
10
11# Set WXDIR for your system
12WXDIR = $(WXWIN)
13
14PROGRAM=widgets
15OBJECTS = $(PROGRAM).obj button.obj combobox.obj gauge.obj listbox.obj\
16 notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj
17
18!include $(WXDIR)\src\makeprog.vc
19