]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/deprecated/makefile.b32
wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.
[wxWidgets.git] / contrib / src / deprecated / makefile.b32
CommitLineData
4a3bdee6
JS
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
7c9955d1 14OBJECTS = prop.obj propform.obj proplist.obj y_tab.obj wxexpr.obj resource.obj treelay.obj
4a3bdee6
JS
15
16!include $(WXDIR)\src\makelib.b32
17
f2638c97
JS
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
2fc9385a 24