]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/src/deprecated/makefile.b32
Fixes to allow OGL building as a DLL
[wxWidgets.git] / contrib / src / deprecated / makefile.b32
... / ...
CommitLineData
1#
2# File: makefile.b32
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright:
7#
8# Makefile : Builds Deprecated library for 32-bit BC++
9
10WXDIR = $(WXWIN)
11
12LIBTARGET=$(WXDIR)\lib\wxdeprecated.lib
13
14OBJECTS = prop.obj propform.obj proplist.obj y_tab.obj wxexpr.obj resource.obj treelay.obj
15
16!include $(WXDIR)\src\makelib.b32
17
18y_tab.c: dosyacc.c
19 copy dosyacc.c y_tab.c
20
21lex_yy.c: doslex.c
22 copy doslex.c lex_yy.c
23
24