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/makefile...
Modified: branches/powerpc/reactos/lib/mmu/mmuobject.c URL: http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/mmuobjec...
Modified: branches/powerpc/reactos/lib/mmu/mmuobject.h URL: http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/lib/mmu/mmuobjec...
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.m...
Modified: trunk/reactos/Makefile URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=28793&r1=2...
Modified: trunk/reactos/ReactOS-ppc.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ReactOS-ppc.rbuild?rev=2879...
Modified: trunk/reactos/boot/freeldr/bootsect/bootsect.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/boots...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/boot.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/compat.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/loader.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mboot.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mmu.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/ofw_util.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_ide.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_pci.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Added: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/prep_vga.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p...
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeld...
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr_arch.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeld...
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fat.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fat...
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/fsr...
Added: trunk/reactos/boot/freeldr/freeldr/include/bytesex.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ...
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ...
Modified: trunk/reactos/boot/freeldr/freeldr/include/of.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ...
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&am...
Modified: trunk/reactos/hal/hal/hal.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.rbuild?rev=2879...
Added: trunk/reactos/hal/halppc/generic/beep.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/beep.c?r...
Added: trunk/reactos/hal/halppc/generic/bus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/bus.c?re...
Added: trunk/reactos/hal/halppc/generic/cmos.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/cmos.c?r...
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?re...
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?r...
Added: trunk/reactos/hal/halppc/generic/fmutex.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/fmutex.c...
Added: trunk/reactos/hal/halppc/generic/font.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/font.c?r...
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?re...
Added: trunk/reactos/hal/halppc/generic/irql.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/irql.c?r...
Added: trunk/reactos/hal/halppc/generic/isa.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/isa.c?re...
Added: trunk/reactos/hal/halppc/generic/kdbg.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/kdbg.c?r...
Added: trunk/reactos/hal/halppc/generic/mca.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/mca.c?re...
Added: trunk/reactos/hal/halppc/generic/misc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/misc.c?r...
Added: trunk/reactos/hal/halppc/generic/pci.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/pci.c?re...
Added: trunk/reactos/hal/halppc/generic/portio.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/portio.c...
Added: trunk/reactos/hal/halppc/generic/processor.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/processo...
Added: trunk/reactos/hal/halppc/generic/profil.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/profil.c...
Added: trunk/reactos/hal/halppc/generic/pwroff.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/pwroff.c...
Added: trunk/reactos/hal/halppc/generic/reboot.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/reboot.c...
Added: trunk/reactos/hal/halppc/generic/resource.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/resource...
Added: trunk/reactos/hal/halppc/generic/spinlock.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/spinlock...
Added: trunk/reactos/hal/halppc/generic/sysbus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/sysbus.c...
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/systimer...
Added: trunk/reactos/hal/halppc/generic/time.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/time.c?r...
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?r...
Added: trunk/reactos/hal/halppc/include/bus.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/bus.h?re...
Added: trunk/reactos/hal/halppc/include/hal.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/hal.h?re...
Added: trunk/reactos/hal/halppc/include/haldma.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/haldma.h...
Added: trunk/reactos/hal/halppc/include/halirq.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/halirq.h...
Added: trunk/reactos/hal/halppc/include/halp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/halp.h?r...
Added: trunk/reactos/hal/halppc/include/ioapic.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/ioapic.h...
Added: trunk/reactos/hal/halppc/include/mps.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/mps.h?re...
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=28...
Modified: trunk/reactos/include/ndk/powerpc/ketypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/powerpc/ketypes...
Modified: trunk/reactos/include/ndk/powerpc/mmtypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/powerpc/mmtypes...
Added: trunk/reactos/include/psdk/intrin_ppc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/intrin_ppc.h?r...
Modified: trunk/reactos/include/psdk/rpc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/rpc.h?rev=2879...
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=28...
Modified: trunk/reactos/include/reactos/arc/arc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arc/arc.h?r...
Modified: trunk/reactos/include/reactos/debug.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/debug.h?rev...
Added: trunk/reactos/include/reactos/elf/elf-powerpc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/elf/elf-pow...
Modified: trunk/reactos/include/reactos/elf/machine.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/elf/machine...
Added: trunk/reactos/include/reactos/elf/reactos.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/elf/reactos...
Added: trunk/reactos/include/reactos/libs/ppcmmu/mmu.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/ppcmmu...
Added: trunk/reactos/include/reactos/libs/ppcmmu/mmuutil.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/ppcmmu...
Added: trunk/reactos/include/reactos/ppcboot.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/ppcboot.h?r...
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?r...
Modified: trunk/reactos/include/reactos/rosldr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/rosldr.h?re...
Modified: trunk/reactos/lib/rtl/exception.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/exception.c?rev=287...
Added: trunk/reactos/lib/rtl/powerpc/debug.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/debug.c?rev...
Added: trunk/reactos/lib/rtl/powerpc/except.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/except.c?re...
Added: trunk/reactos/lib/rtl/powerpc/interlocked.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/interlocked...
Added: trunk/reactos/lib/rtl/powerpc/thread.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/thread.c?re...
Modified: trunk/reactos/lib/rtl/rtl.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/rtl.rbuild?rev=2879...
Added: trunk/reactos/ntoskrnl/include/internal/powerpc/intrin_i.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/p...
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?rev...
Modified: trunk/reactos/tools/rbuild/rbuild.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/rbuild.h?rev=2...