- Globalize ReactOS target version (there are a few overrides for our abuse of RegDel...
[reactos.git] / reactos / base / system / bootok / bootok.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="bootok" type="win32cui" installbase="system32" installname="bootok.exe" unicode="yes">
4 <include base="bootok">.</include>
5 <library>kernel32</library>
6 <library>advapi32</library>
7 <file>bootok.c</file>
8 <file>bootok.rc</file>
9 </module>