bootstrap configure.exe on windows
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 8 Feb 2012 10:38:07 +0000 (11:38 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 16 Feb 2012 00:56:21 +0000 (01:56 +0100)
commit90feedb6429df225b81bc279093ae1ca1278b391
tree2c32dac7253634c69074480e6733939e678af067
parent18965b1384cb3f85dc9e2d9c961c343331e8bd47
bootstrap configure.exe on windows

it is *ugly* to have the binary in the repository.
this adds a few seconds to the windows build, as the configure needs to
be rebuilt, obviously. that's almost negligible.

Change-Id: I40ffde23b3c3af2b6bab3e78cd0a9f433214b563
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
configure.bat [new file with mode: 0644]
configure.exe [deleted file]
tools/configure/Makefile.mingw [new file with mode: 0644]
tools/configure/Makefile.win32 [new file with mode: 0644]
tools/configure/configureapp.cpp