generate build.cfg file on Windows, with information about settings used to build the library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-11-05 23:33:24 +00:00
parent b231f9594e
commit 5d1000e7f1
8 changed files with 663 additions and 482 deletions

View File

@@ -58,6 +58,11 @@ MSLU = 0
# Is this official build by wxWindows developers? [0,1]
OFFICIAL_BUILD = 0
# Version of C runtime library to use. You can change this to
# static if SHARED=0, but it is highly recommended to not do
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
RUNTIME_LIBS = dynamic
# What type of library to build? [0,1]
SHARED = 0