]> git.saurik.com Git - wxWidgets.git/blame - utils/framelayout/samples/sample/Makefile.vc
Compile fix for GTK 1.0
[wxWidgets.git] / utils / framelayout / samples / sample / 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 sample
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_sample
18OBJECTS = $(PROGRAM).obj
19
20!include $(WXDIR)\src\makeprog.vc
21