]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/makelib.env
Constructor should survive getting passed a null pointer for conversion.
[wxWidgets.git] / src / makelib.env
... / ...
CommitLineData
1# Makes a library in Unix (Motif)
2
3# Replace this with your own path if necessary
4WXDIR = $(WXWIN)
5include $(WXDIR)/src/make.env
6
7all: $(LIBTARGET)$(GUISUFFIX).a
8
9$(LIBTARGET)$(GUISUFFIX).a : $(OBJECTS)
10 ar $(AROPTIONS) $@ $(OBJECTS)
11 $(RANLIB) $@
12
13clean:
14 rm -f $(OBJECTS) $(LIBTARGET)$(GUISUFFIX).a core