reactos/rosapps/devutils/cputointel/cputointel.rbuild
Magnus Olsen 2aab0c74eb backport the start of a pe loader,
backport allot of bug fix. like open file, reading file.
My working copy have allot of hacks and is a big mess. This stuff is cleanup from it.  

svn path=/trunk/; revision=25433
2007-01-12 21:11:44 +00:00

25 lines
670 B
Ruby

<module name="cputointel" type="win32cui" installbase="system32" installname="cputointel.exe" stdlib="host">
<include base="cputointel">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>user32</library>
<file>CpuToIntel.c</file>
<file>ImageLoader.c</file>
<file>misc.c</file>
<file>ARM/ARMBrain.c</file>
<file>ARM/ARMopcode.c</file>
<file>m68k/M68kBrain.c</file>
<file>m68k/M68kopcode.c</file>
<file>PPC/PPCBrain.c</file>
<file>PPC/PPCopcode.c</file>
<file>dummycpu/DummyBrain.c</file>
<file>dummycpu/Dummyopcode.c</file>
</module>