Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-09 | Windows: Make build.bash prefer MinGW-w32 over MinGW. | Lasse Collin | 1 | -9/+9 | |
This is simply for licensing reasons. The 64-bit version will be built with MinGW-w64 anyway (at least for now), so using it also for 32-bit build allows using the same copyright notice about the MinGW-w64/w32 runtime. Note that using MinGW would require a copyright notice too, because its runtime is not in the public domain either even though MinGW's home page claims that it is public domain. See <http://marc.info/?l=mingw-users&m=126489506214078>. | |||||
2010-10-09 | Windows: Copy COPYING-Windows.txt (if it exists) to the package. | Lasse Collin | 1 | -2/+12 | |
Also, put README-Windows.txt to the doc directory like the other documentation files. | |||||
2010-10-08 | Windows: Fix build.bash again. | Lasse Collin | 1 | -3/+4 | |
630a8beda34af0ac153c8051b1bf01230558e422 wasn't good. | |||||
2010-10-07 | Windows: Make build.bash work without --enable-dynamic=no. | Lasse Collin | 1 | -2/+2 | |
2010-09-28 | Move version.sh to build-aux. | Lasse Collin | 1 | -1/+1 | |
2010-07-27 | Windows: build.sh is a bash script so name it correctly. | Lasse Collin | 1 | -0/+189 | |