mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
89ae880958
svn path=/trunk/; revision=36942
11 lines
327 B
Ruby
11 lines
327 B
Ruby
<module name="create-links" type="win32cui" installbase="bin" installname="create-links.exe">
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>gdi32</library>
|
|
<library>ole32</library>
|
|
<library>uuid</library>
|
|
<library>shell32</library>
|
|
<library>shlwapi</library>
|
|
<file>create-links.c</file>
|
|
</module>
|