]> git.saurik.com Git - wxWidgets.git/commitdiff
added a "lib" target for generating a wxPython library for static
authorRobin Dunn <robin@alldunn.com>
Wed, 21 Oct 1998 18:59:15 +0000 (18:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 21 Oct 1998 18:59:15 +0000 (18:59 +0000)
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

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