Author: arty
Date: Mon Sep 3 05:57:36 2007
New Revision: 28793
URL:
http://svn.reactos.org/svn/reactos?rev=28793&view=rev
Log:
Added freeldr and hal from PPC branch, along with needed headers and
build changes.
Next ntoskrnl and add ppc dir under libcntptr, which didn't exist when I
forked.
Added:
branches/powerpc/reactos/lib/mmu/ppcmmu.mak
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/compat.h
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/loader.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mmu.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/ofw_util.s
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep.h
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_ide.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_pci.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_vga.c
trunk/reactos/boot/freeldr/freeldr/include/bytesex.h
trunk/reactos/hal/halppc/
trunk/reactos/hal/halppc/generic/
trunk/reactos/hal/halppc/generic/beep.c
trunk/reactos/hal/halppc/generic/bus.c
trunk/reactos/hal/halppc/generic/cmos.c
trunk/reactos/hal/halppc/generic/display.c
trunk/reactos/hal/halppc/generic/dma.c
trunk/reactos/hal/halppc/generic/drive.c
trunk/reactos/hal/halppc/generic/enum.c
trunk/reactos/hal/halppc/generic/fmutex.c
trunk/reactos/hal/halppc/generic/font.c
trunk/reactos/hal/halppc/generic/generic.rbuild
trunk/reactos/hal/halppc/generic/halinit.c
trunk/reactos/hal/halppc/generic/ipi.c
trunk/reactos/hal/halppc/generic/irql.c
trunk/reactos/hal/halppc/generic/isa.c
trunk/reactos/hal/halppc/generic/kdbg.c
trunk/reactos/hal/halppc/generic/mca.c
trunk/reactos/hal/halppc/generic/misc.c
trunk/reactos/hal/halppc/generic/pci.c
trunk/reactos/hal/halppc/generic/portio.c
trunk/reactos/hal/halppc/generic/processor.c
trunk/reactos/hal/halppc/generic/profil.c
trunk/reactos/hal/halppc/generic/pwroff.c
trunk/reactos/hal/halppc/generic/reboot.c
trunk/reactos/hal/halppc/generic/resource.c
trunk/reactos/hal/halppc/generic/spinlock.c
trunk/reactos/hal/halppc/generic/sysbus.c
trunk/reactos/hal/halppc/generic/sysinfo.c
trunk/reactos/hal/halppc/generic/systimer.S
trunk/reactos/hal/halppc/generic/time.c
trunk/reactos/hal/halppc/generic/timer.c
trunk/reactos/hal/halppc/include/
trunk/reactos/hal/halppc/include/apic.h
trunk/reactos/hal/halppc/include/bus.h
trunk/reactos/hal/halppc/include/hal.h
trunk/reactos/hal/halppc/include/haldma.h
trunk/reactos/hal/halppc/include/halirq.h
trunk/reactos/hal/halppc/include/halp.h
trunk/reactos/hal/halppc/include/ioapic.h
trunk/reactos/hal/halppc/include/mps.h
trunk/reactos/hal/halppc/up/
trunk/reactos/hal/halppc/up/halinit_up.c
trunk/reactos/hal/halppc/up/halup.rbuild
trunk/reactos/hal/halppc/up/halup.rc
trunk/reactos/include/psdk/intrin_ppc.h
trunk/reactos/include/reactos/elf/elf-powerpc.h
trunk/reactos/include/reactos/elf/reactos.h
trunk/reactos/include/reactos/libs/ppcmmu/
trunk/reactos/include/reactos/libs/ppcmmu/mmu.h
trunk/reactos/include/reactos/libs/ppcmmu/mmuutil.h
trunk/reactos/include/reactos/ppcboot.h
trunk/reactos/include/reactos/ppcdebug.h
trunk/reactos/include/reactos/ppcfont.h
trunk/reactos/lib/rtl/powerpc/
trunk/reactos/lib/rtl/powerpc/debug.c
trunk/reactos/lib/rtl/powerpc/except.c
trunk/reactos/lib/rtl/powerpc/interlocked.c
trunk/reactos/lib/rtl/powerpc/thread.c
trunk/reactos/ntoskrnl/include/internal/powerpc/intrin_i.h
Removed:
branches/powerpc/reactos/lib/mmu/makefile
Modified:
branches/powerpc/reactos/lib/mmu/mmuobject.c
branches/powerpc/reactos/lib/mmu/mmuobject.h
branches/powerpc/reactos/lib/mmu/mmuutil.c
trunk/reactos/Makefile
trunk/reactos/ReactOS-ppc.rbuild
trunk/reactos/boot/freeldr/bootsect/bootsect.rbuild
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/boot.s
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mboot.c
trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild
trunk/reactos/boot/freeldr/freeldr/freeldr_arch.rbuild
trunk/reactos/boot/freeldr/freeldr/fs/fat.c
trunk/reactos/boot/freeldr/freeldr/fs/fs.c
trunk/reactos/boot/freeldr/freeldr/fs/fsrec.c
trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
trunk/reactos/boot/freeldr/freeldr/include/of.h
trunk/reactos/boot/freeldr/freeldr/mm/mm.c
trunk/reactos/hal/hal.rbuild
trunk/reactos/hal/hal/hal.rbuild
trunk/reactos/include/ddk/winddk.h
trunk/reactos/include/ndk/powerpc/ketypes.h
trunk/reactos/include/ndk/powerpc/mmtypes.h
trunk/reactos/include/psdk/rpc.h
trunk/reactos/include/psdk/winnt.h
trunk/reactos/include/reactos/arc/arc.h
trunk/reactos/include/reactos/debug.h
trunk/reactos/include/reactos/elf/machine.h
trunk/reactos/include/reactos/rosldr.h
trunk/reactos/lib/rtl/exception.c
trunk/reactos/lib/rtl/rtl.rbuild
trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h
trunk/reactos/tools/rbuild/bootstrap.cpp
trunk/reactos/tools/rbuild/module.cpp
trunk/reactos/tools/rbuild/rbuild.h
[This mail would be too long, it was shortened to contain the URLs only.]
Removed: branches/powerpc/reactos/lib/mmu/makefile
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/makefil…
Modified: branches/powerpc/reactos/lib/mmu/mmuobject.c
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/mmuobje…
Modified: branches/powerpc/reactos/lib/mmu/mmuobject.h
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/mmuobje…
Modified: branches/powerpc/reactos/lib/mmu/mmuutil.c
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/mmuutil…
Added: branches/powerpc/reactos/lib/mmu/ppcmmu.mak
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/ppcmmu.…
Modified: trunk/reactos/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=28793&r1=…
Modified: trunk/reactos/ReactOS-ppc.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ReactOS-ppc.rbuild?rev=287…
Modified: trunk/reactos/boot/freeldr/bootsect/bootsect.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/boot…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/boot.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/compat.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/loader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mboot.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mmu.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/ofw_util.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_ide.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_pci.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_vga.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freel…
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr_arch.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freel…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fa…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fs…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fsrec.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fs…
Added: trunk/reactos/boot/freeldr/freeldr/include/bytesex.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inclu…
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inclu…
Modified: trunk/reactos/boot/freeldr/freeldr/include/of.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inclu…
Modified: trunk/reactos/boot/freeldr/freeldr/mm/mm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/mm…
Modified: trunk/reactos/hal/hal.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal.rbuild?rev=28793&a…
Modified: trunk/reactos/hal/hal/hal.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.rbuild?rev=287…
Added: trunk/reactos/hal/halppc/generic/beep.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/beep.c?…
Added: trunk/reactos/hal/halppc/generic/bus.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/bus.c?r…
Added: trunk/reactos/hal/halppc/generic/cmos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/cmos.c?…
Added: trunk/reactos/hal/halppc/generic/display.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/display…
Added: trunk/reactos/hal/halppc/generic/dma.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/dma.c?r…
Added: trunk/reactos/hal/halppc/generic/drive.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/drive.c…
Added: trunk/reactos/hal/halppc/generic/enum.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/enum.c?…
Added: trunk/reactos/hal/halppc/generic/fmutex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/fmutex.…
Added: trunk/reactos/hal/halppc/generic/font.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/font.c?…
Added: trunk/reactos/hal/halppc/generic/generic.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/generic…
Added: trunk/reactos/hal/halppc/generic/halinit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/halinit…
Added: trunk/reactos/hal/halppc/generic/ipi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/ipi.c?r…
Added: trunk/reactos/hal/halppc/generic/irql.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/irql.c?…
Added: trunk/reactos/hal/halppc/generic/isa.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/isa.c?r…
Added: trunk/reactos/hal/halppc/generic/kdbg.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/kdbg.c?…
Added: trunk/reactos/hal/halppc/generic/mca.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/mca.c?r…
Added: trunk/reactos/hal/halppc/generic/misc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/misc.c?…
Added: trunk/reactos/hal/halppc/generic/pci.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/pci.c?r…
Added: trunk/reactos/hal/halppc/generic/portio.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/portio.…
Added: trunk/reactos/hal/halppc/generic/processor.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/process…
Added: trunk/reactos/hal/halppc/generic/profil.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/profil.…
Added: trunk/reactos/hal/halppc/generic/pwroff.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/pwroff.…
Added: trunk/reactos/hal/halppc/generic/reboot.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/reboot.…
Added: trunk/reactos/hal/halppc/generic/resource.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/resourc…
Added: trunk/reactos/hal/halppc/generic/spinlock.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/spinloc…
Added: trunk/reactos/hal/halppc/generic/sysbus.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/sysbus.…
Added: trunk/reactos/hal/halppc/generic/sysinfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/sysinfo…
Added: trunk/reactos/hal/halppc/generic/systimer.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/systime…
Added: trunk/reactos/hal/halppc/generic/time.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/time.c?…
Added: trunk/reactos/hal/halppc/generic/timer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/timer.c…
Added: trunk/reactos/hal/halppc/include/apic.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/apic.h?…
Added: trunk/reactos/hal/halppc/include/bus.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/bus.h?r…
Added: trunk/reactos/hal/halppc/include/hal.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/hal.h?r…
Added: trunk/reactos/hal/halppc/include/haldma.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/haldma.…
Added: trunk/reactos/hal/halppc/include/halirq.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/halirq.…
Added: trunk/reactos/hal/halppc/include/halp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/halp.h?…
Added: trunk/reactos/hal/halppc/include/ioapic.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/ioapic.…
Added: trunk/reactos/hal/halppc/include/mps.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/mps.h?r…
Added: trunk/reactos/hal/halppc/up/halinit_up.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/up/halinit_up.c…
Added: trunk/reactos/hal/halppc/up/halup.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/up/halup.rbuild…
Added: trunk/reactos/hal/halppc/up/halup.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/up/halup.rc?rev…
Modified: trunk/reactos/include/ddk/winddk.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/winddk.h?rev=2…
Modified: trunk/reactos/include/ndk/powerpc/ketypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/powerpc/ketype…
Modified: trunk/reactos/include/ndk/powerpc/mmtypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/powerpc/mmtype…
Added: trunk/reactos/include/psdk/intrin_ppc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/intrin_ppc.h?…
Modified: trunk/reactos/include/psdk/rpc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/rpc.h?rev=287…
Modified: trunk/reactos/include/psdk/winnt.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=2…
Modified: trunk/reactos/include/reactos/arc/arc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arc/arc.h?…
Modified: trunk/reactos/include/reactos/debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/debug.h?re…
Added: trunk/reactos/include/reactos/elf/elf-powerpc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/elf/elf-po…
Modified: trunk/reactos/include/reactos/elf/machine.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/elf/machin…
Added: trunk/reactos/include/reactos/elf/reactos.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/elf/reacto…
Added: trunk/reactos/include/reactos/libs/ppcmmu/mmu.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/ppcmm…
Added: trunk/reactos/include/reactos/libs/ppcmmu/mmuutil.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/ppcmm…
Added: trunk/reactos/include/reactos/ppcboot.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/ppcboot.h?…
Added: trunk/reactos/include/reactos/ppcdebug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/ppcdebug.h…
Added: trunk/reactos/include/reactos/ppcfont.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/ppcfont.h?…
Modified: trunk/reactos/include/reactos/rosldr.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/rosldr.h?r…
Modified: trunk/reactos/lib/rtl/exception.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/exception.c?rev=28…
Added: trunk/reactos/lib/rtl/powerpc/debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/debug.c?re…
Added: trunk/reactos/lib/rtl/powerpc/except.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/except.c?r…
Added: trunk/reactos/lib/rtl/powerpc/interlocked.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/interlocke…
Added: trunk/reactos/lib/rtl/powerpc/thread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/thread.c?r…
Modified: trunk/reactos/lib/rtl/rtl.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/rtl.rbuild?rev=287…
Added: trunk/reactos/ntoskrnl/include/internal/powerpc/intrin_i.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/…
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw…
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw…
Modified: trunk/reactos/tools/rbuild/bootstrap.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/bootstrap.cpp…
Modified: trunk/reactos/tools/rbuild/module.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/module.cpp?re…
Modified: trunk/reactos/tools/rbuild/rbuild.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/rbuild.h?rev=…