From b0f1bdde5a4e8559078a566fb93e050b64940f32 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 21 Oct 1998 18:59:15 +0000 Subject: [PATCH] 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 --- utils/wxPython/src/Makefile.pre.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/wxPython/src/Makefile.pre.in b/utils/wxPython/src/Makefile.pre.in index 2c8c46ed7b..0d9dd43de5 100644 --- a/utils/wxPython/src/Makefile.pre.in +++ b/utils/wxPython/src/Makefile.pre.in @@ -380,3 +380,7 @@ wxInstall : sharedmods $(PYMODULES) python -O $(LIBDEST)/compileall.py -l $(TARGETDIR) +lib : libwxPython.a + +libwxPython.a : lib.a + cp $< $@ -- 2.50.0