mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00

This library will allow to delay import from dlls, if used together with the corresponding delayimport lib for that dll. An initial patch for dlltool can be found in bug #4730. Based on Matt Pietrek's "Under the Hood" article: http://www.microsoft.com/msj/1298/hood/hood1298.aspx and msdn documentation. svn path=/trunk/; revision=42169
7 lines
197 B
Ruby
7 lines
197 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="delayimp" type="staticlibrary" unicode="yes">
|
|
<file>delayimp.c</file>
|
|
</module>
|
|
</group>
|