]> git.saurik.com Git - wxWidgets.git/blame - samples/svg/makefile.b32
made wx[Array]TreeItemId[s] more backwards compatible
[wxWidgets.git] / samples / svg / makefile.b32
CommitLineData
cdf3a589
CE
1#
2# File: makefile.b32
3# Author: Julian Smart Chris Elliott
4# Created: 1999/2002
5# Updated:
6# Copyright:
7#
8# Makefile : Builds sample for 32-bit BC++
9
10EXTRALIBS=$(WXDIR)\lib\dcsvg.lib
11
12WXDIR = $(WXWIN)
13
14TARGET=svgtest
15OBJECTS = $(TARGET).obj
16
17!include $(WXDIR)\src\makeprog.b32
18