mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +00:00
d1aa0d32ae
Remove the old disambler list from ppc to ppc implement new ppc to ppc disambler that are allot better at end. svn path=/trunk/; revision=25498
34 lines
No EOL
927 B
Ruby
34 lines
No EOL
927 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>misc.c</file>
|
|
|
|
<file>From/ARM/ARMBrain.c</file>
|
|
<file>From/ARM/ARMopcode.c</file>
|
|
|
|
<file>From/IA32/IA32Brain.c</file>
|
|
<file>From/IA32/IA32opcode.c</file>
|
|
|
|
<file>From/m68k/M68kBrain.c</file>
|
|
<file>From/m68k/M68kopcode.c</file>
|
|
|
|
<file>From/PPC/PPCBrain.c</file>
|
|
<file>From/PPC/PPCopcode.c</file>
|
|
|
|
<file>From/dummycpu/DummyBrain.c</file>
|
|
<file>From/dummycpu/Dummyopcode.c</file>
|
|
|
|
<file>ImageLoader.c</file>
|
|
<file>AnyalsingProcess.c</file>
|
|
<file>ConvertingProcess.c</file>
|
|
<file>ConvertToIA32Process.c</file>
|
|
<file>ConvertToPPCProcess.c</file>
|
|
|
|
|
|
</module> |