minor additional notes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-04 12:30:40 +00:00
parent 5c802b3d9b
commit 91b34dd9e1

View File

@@ -14,7 +14,7 @@ Python on Windows.
Once you have installed Bakefile, you can easily regenerate the makefiles using Once you have installed Bakefile, you can easily regenerate the makefiles using
the makefile in $(wx)/build/bakefiles directory. The makefile uses Unix make 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 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 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 tested. "make clean" only works on Unix or Cygwin or MSYS emulation layer on
Windows. Windows.
@@ -128,7 +128,9 @@ Make sure to add <wx-lib> statements for all libraries from multilib build
that are required by the sample. that are required by the sample.
Run Python script regenMakefile.py in $(wx)/build/bakefiles to update Makefile 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 5. Adding contrib library