From: Vadim Zeitlin Date: Mon, 4 Aug 2003 12:30:40 +0000 (+0000) Subject: minor additional notes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/91b34dd9e1b29ace037dddc60513fbe79560403f minor additional notes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index b250aed7e9..6c7554ef0a 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -14,7 +14,7 @@ Python on Windows. Once you have installed Bakefile, you can easily regenerate the makefiles using the makefile in $(wx)/build/bakefiles directory. The makefile uses Unix make syntax and works on Unix or using either Borland Make or GNU Make (including -native Win32 port called mingw32-make from http://www.mingw.org) on Windows. +native Win32 port called mingw32-make from http://www.mingw.org/) on Windows. It is possible that other Windows make utilities work as well, but it wasn't tested. "make clean" only works on Unix or Cygwin or MSYS emulation layer on Windows. @@ -128,7 +128,9 @@ Make sure to add statements for all libraries from multilib build that are required by the sample. Run Python script regenMakefile.py in $(wx)/build/bakefiles to update Makefile -and commit $(wx)/build/bakefiles/Makefile. +then run "make" in $(wx)/build/bakefiles directories. + +Finally commit $(wx)/build/bakefiles/Makefile and all the other modified files. 5. Adding contrib library