[rbuild] Implement delay import support for gcc in rbuild.
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 26 Jul 2009 22:36:55 +0000 (22:36 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 26 Jul 2009 22:36:55 +0000 (22:36 +0000)
commit250737d475aefd11a1f691e08c589dad0606740e
tree5cc6281eb9e3926ace68f5657cf895122b68fbb3
parent3f10e1dc734406a9a64d18d4967247638af1c0f2
[rbuild] Implement delay import support for gcc in rbuild.
As soon as you declare a library import with
<library delayimport="true"> you will link to the autogenerated delayimportlib. This will currenlty not work without a patched version of dlltool.

svn path=/trunk/; revision=42242
reactos/tools/rbuild/backend/mingw/modulehandler.cpp
reactos/tools/rbuild/backend/mingw/modulehandler.h
reactos/tools/rbuild/module.cpp
reactos/tools/rbuild/rbuild.h