]> git.tdb.fi Git - builder.git/commit
Delay locating tool executables until the tool is needed
authorMikko Rasa <tdb@tdb.fi>
Wed, 8 May 2013 07:24:45 +0000 (10:24 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 8 May 2013 07:37:23 +0000 (10:37 +0300)
commit9e28243c9687608ec3c32954b4031490296ae877
treec7586e73985fd81b3dfbefaee5f9b7ddfe463fc3
parentfa2beaa15ccc64956b12d6d81d95a11538748327
Delay locating tool executables until the tool is needed

This solves a problem where the mspdatatool executable is not detected as
built by the mspdatafile package.
25 files changed:
source/component.cpp
source/copy.cpp
source/copy.h
source/datatool.cpp
source/datatool.h
source/gnuarchiver.cpp
source/gnuarchiver.h
source/gnucompiler.cpp
source/gnucompiler.h
source/gnucxxcompiler.cpp
source/gnucxxcompiler.h
source/gnulinker.cpp
source/gnulinker.h
source/mingwdlltool.cpp
source/mingwdlltool.h
source/pkgconfiggenerator.cpp
source/pkgconfiggenerator.h
source/tar.cpp
source/tar.h
source/target.cpp
source/target.h
source/tool.cpp
source/tool.h
source/toolchain.cpp
source/toolchain.h