[ROSAPPS]

There are still RBUILD files in here?? NOT anymore!

svn path=/trunk/; revision=67297
This commit is contained in:
Daniel Reimer 2015-04-19 12:21:56 +00:00
parent 63ffb29130
commit 2afda9e6c7
43 changed files with 0 additions and 510 deletions

View file

@ -1,8 +0,0 @@
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="load">
<xi:include href="load/load.rbuild" />
</directory>
<directory name="unload">
<xi:include href="unload/unload.rbuild" />
</directory>
</group>

View file

@ -1,4 +0,0 @@
<module name="load" type="win32cui" installbase="bin" installname="load.exe" unicode="true" >
<library>ntdll</library>
<library>user32</library>
<file>load.c</file>

View file

@ -1,4 +0,0 @@
<module name="unload" type="win32cui" installbase="bin" installname="unload.exe" unicode="true">
<library>ntdll</library>
<library>user32</library>
<file>unload.c</file>