mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
33c6673cfb
svn path=/trunk/; revision=26014
7 lines
258 B
Ruby
7 lines
258 B
Ruby
<module name="regtests" type="win32dll" baseaddress="${BASEADDRESS_REGTESTS}">
|
|
<importlibrary definition="regtests.def" />
|
|
<include base="regtests">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<file>regtests.c</file>
|
|
</module>
|