]> git.saurik.com Git - wxWidgets.git/blame - utils/framelayout/samples/demo/Makefile.vc
another attempt to improve combobox behaviour
[wxWidgets.git] / utils / framelayout / samples / demo / Makefile.vc
CommitLineData
299d04bc
RS
1#
2# File: makefile.vc
3# Author: J Russell Smyth
4# Created: 1999
5# Updated:
6# Copyright:
7#
8# Makefile : Builds frame layout demo
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_demo
18OBJECTS = $(PROGRAM).obj
19
20!include $(WXDIR)\src\makeprog.vc
21