]> git.saurik.com Git - wxWidgets.git/commitdiff
more visible banner after installation
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 15:07:58 +0000 (15:07 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 15:07:58 +0000 (15:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wx.bkl

index feded73cb9d608fdd357e2ee0bd5344a4988be10..53f72b47f68b6c9a3a969cbae8dff5f5faf6c2cd 100644 (file)
         <modify-target target="install">
             <command>
 @echo " "
+@echo " ------------------------------------------------------"
+@echo " "
 @echo " The installation of wxWindows is finished.  On certain"
 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
 @echo " if you installed a shared library and also modify the"
 @echo " to be suitable for any purpose."
 @echo " "
 @echo " Read the wxWindows Licence on licencing conditions."
+@echo " "
+@echo " ------------------------------------------------------"
 @echo " "
             </command>
         </modify-target>