added a "lib" target for generating a wxPython library for static

linking with other apps.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-10-21 18:59:15 +00:00
parent 3349fe9210
commit b0f1bdde5a

View File

@@ -380,3 +380,7 @@ wxInstall : sharedmods $(PYMODULES)
python -O $(LIBDEST)/compileall.py -l $(TARGETDIR) python -O $(LIBDEST)/compileall.py -l $(TARGETDIR)
lib : libwxPython.a
libwxPython.a : lib.a
cp $< $@