]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/gizmos/makefile.b32
Fix for the TAB in the autocomplete list not being used correctly
[wxWidgets.git] / contrib / src / gizmos / makefile.b32
CommitLineData
58580a7e
JS
1#
2# File: makefile.b32
3# Author: Julian Smart
4# Created: 1999
950e7faf 5# Updated:
58580a7e
JS
6# Copyright:
7#
8# Makefile : Builds Gizmos library for 32-bit BC++
9
10WXDIR = $(WXWIN)
11
12LIBTARGET=$(WXDIR)\lib\gizmos.lib
13
950e7faf 14OBJECTS = multicell.obj splittree.obj editlbox.obj dynamicsash.obj ledctrl.obj
58580a7e
JS
15
16!include $(WXDIR)\src\makelib.b32
17