Farid Zaripov wrote:
[...]
> What about change the structure to this?
> %builddir%\%buildtype%\bin
> %builddir%\%buildtype%\lib
> %builddir%\%buildtype%\examples
> %builddir%\%buildtype%\tests
>
> With this changes the locale.exe and stdlibxxx.lib will be placed at:
> %builddir%\11d\bin\locale.exe
> %builddir%\11d\lib\stdlibxxx.lib
>
> %builddir%\11s\bin\locale.exe
> %builddir%\11s\lib\stdlibxxx.lib
>
> and so on, which is like to the directory structure on unix.
I like it!
(I was talking about reorganizing the source directory structure
but this looks like a good change).
Btw., since the name of the library binary (usually) encodes the
build type we might want to consider removing the build type from
%BUILDDIR%\lib\<buildtype\ for just %BUILDDIR%\lib\.
Martin
|