]>
Commit | Line | Data |
---|---|---|
58580a7e JS |
1 | # |
2 | # File: makefile.bcc | |
3 | # Author: Julian Smart | |
4 | # Created: 1998 | |
950e7faf | 5 | # Updated: |
58580a7e JS |
6 | # |
7 | # Builds Gizmos library for BC++, 16-bit | |
8 | ||
9 | !if "$(WXWIN)" == "" | |
10 | !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx | |
11 | !endif | |
12 | ||
13 | WXDIR = $(WXWIN) | |
14 | ||
15 | LIBTARGET=$(WXDIR)\lib\gizmos.lib | |
16 | ||
950e7faf | 17 | OBJECTS = multicell.obj splittree.obj editlbox.obj dynamicsash.obj ledctrl.obj |
58580a7e JS |
18 | |
19 | !include $(WXDIR)\src\makelib.bcc | |
20 |