]> git.saurik.com Git - wxWidgets.git/blame - src/makelib.b32
added OnMouse which will trigger context menu events, added better DoMenuPopup implem...
[wxWidgets.git] / src / makelib.b32
CommitLineData
dbda9e86
JS
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
7d5818e0
BM
17lib: $(LIBTARGET)
18
dbda9e86 19$(LIBTARGET): $(OBJECTS)
52b51c27 20 -$(RM) $(LIBTARGET)
20a2bdc9 21 tlib "$(LIBTARGET)" /P512 @&&!
7d5818e0 22+$(OBJECTS:.obj =.obj +)
dbda9e86
JS
23!
24
dbda9e86 25clean:
52b51c27
GT
26 -$(RM) *.obj
27 -$(RM) *.exe
28 -$(RM) *.res
29 -$(RM) *.map
30 -$(RM) *.rws
31 -$(RM) $(LIBTARGET)
dbda9e86
JS
32
33