]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/framelayout/samples/test/Makefile.vc
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / utils / framelayout / samples / test / Makefile.vc
... / ...
CommitLineData
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
14EXTRAINC = -I..\..\src
15EXTRALIBS = $(WXDIR)\lib\fl.lib
16EXTRAFLAGS = /DwxDUMMY_OBJ_INCLUDED
17PROGRAM=fl_test
18OBJECTS = $(PROGRAM).obj
19
20!include $(WXDIR)\src\makeprog.vc
21