mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
12 lines
405 B
Ruby
12 lines
405 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="cacls" type="win32cui" installbase="system32" installname="cacls.exe" unicode="true">
|
|
<include base="cacls">.</include>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
<library>user32</library>
|
|
<library>shell32</library>
|
|
<file>cacls.c</file>
|
|
<file>cacls.rc</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|