]> git.saurik.com Git - wxWidgets.git/blame - samples/artprov/makefile.vc
take out key handling at control level, we'll remove that later on, if things are...
[wxWidgets.git] / samples / artprov / makefile.vc
CommitLineData
12fd305b
VS
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=arttest
ccb42cc5 15OBJECTS = $(PROGRAM).obj artbrows.obj
12fd305b
VS
16
17!include $(WXDIR)\src\makeprog.vc
18