Got rid of the BIN dir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-18 22:05:24 +00:00
parent b2bacf13e3
commit 312cca179a
7 changed files with 54 additions and 44 deletions

View File

@@ -45,18 +45,6 @@ Preflight Checklist
Windows (build env is on Cyclops)
----------------------------------
* Clean out unneded files from wx/BIN
*.pdb # debugger data
wx*d_*.dll # debug version of the DLLs
# also old versions
# etc.
* Clean out the same files in wx/lib/vc_dll. (NOTE to self: There is
probably no reason any more to move stuff to the BIN dir. Update
the build and packager scripts and the PATHs and then get rid of
it.)
* Do a clean build of the ansi and unicode hybrid versions of
wxWidgets:
@@ -71,7 +59,8 @@ Windows (build env is on Cyclops)
* Build the tools. This btm script makes a static release version of
wxWidgets, and then builds copies of wxrc.exe and tex2rtf.exe
linking with that lib, placing them in wx/BIN.
linking with that lib, placing them in wx/lib/vc_dll, (which you
should have on the PATH.)
.make_tools.btm