]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/makelib.b32
corrected scrolling problems for controls, switched to separate wxSpinCtrl implementa...
[wxWidgets.git] / src / makelib.b32
... / ...
CommitLineData
1#
2# File: makelib.b32
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright:
7#
8# Include file for libraries. Set LIBTARGET and OBJECTS
9# before including this file.
10
11# WXWIN and BCCDIR are set by parent make
12
13WXDIR = $(WXWIN)
14
15!include $(WXDIR)\src\makeb32.env
16
17lib: $(LIBTARGET)
18
19$(LIBTARGET): $(OBJECTS)
20 -$(RM) $(LIBTARGET)
21 tlib "$(LIBTARGET)" /P512 @&&!
22+$(OBJECTS:.obj =.obj +)
23!
24
25clean:
26 -$(RM) *.obj
27 -$(RM) *.exe
28 -$(RM) *.res
29 -$(RM) *.map
30 -$(RM) *.rws
31 -$(RM) $(LIBTARGET)
32
33