Imported most of dolphin/os
This commit is contained in:
parent
023cd90675
commit
970da00ce2
35 changed files with 6591 additions and 131 deletions
44
configure.py
44
configure.py
|
|
@ -458,30 +458,30 @@ config.libs = [
|
|||
DolphinLib(
|
||||
"os",
|
||||
[
|
||||
Object(NonMatching, "dolphin/os/OS.c"),
|
||||
Object(NonMatching, "dolphin/os/OSAlarm.c"),
|
||||
Object(Matching, "dolphin/os/OS.c"),
|
||||
Object(Matching, "dolphin/os/OSAlarm.c"),
|
||||
Object(NonMatching, "dolphin/os/OSAlloc.c"),
|
||||
Object(NonMatching, "dolphin/os/OSArena.c"),
|
||||
Object(NonMatching, "dolphin/os/OSAudioSystem.c"),
|
||||
Object(NonMatching, "dolphin/os/OSCache.c"),
|
||||
Object(NonMatching, "dolphin/os/OSContext.c"),
|
||||
Object(NonMatching, "dolphin/os/OSError.c"),
|
||||
Object(NonMatching, "dolphin/os/OSFont.c"),
|
||||
Object(NonMatching, "dolphin/os/OSInterrupt.c"),
|
||||
Object(NonMatching, "dolphin/os/OSLink.c"),
|
||||
Object(NonMatching, "dolphin/os/OSMessage.c"),
|
||||
Object(NonMatching, "dolphin/os/OSMemory.c"),
|
||||
Object(NonMatching, "dolphin/os/OSMutex.c"),
|
||||
Object(Matching, "dolphin/os/OSArena.c"),
|
||||
Object(Matching, "dolphin/os/OSAudioSystem.c"),
|
||||
Object(Matching, "dolphin/os/OSCache.c"),
|
||||
Object(Matching, "dolphin/os/OSContext.c"),
|
||||
Object(Matching, "dolphin/os/OSError.c"),
|
||||
Object(Matching, "dolphin/os/OSFont.c"),
|
||||
Object(Matching, "dolphin/os/OSInterrupt.c"),
|
||||
Object(Matching, "dolphin/os/OSLink.c"),
|
||||
Object(Matching, "dolphin/os/OSMessage.c"),
|
||||
Object(Matching, "dolphin/os/OSMemory.c"),
|
||||
Object(Matching, "dolphin/os/OSMutex.c"),
|
||||
Object(NonMatching, "dolphin/os/OSReboot.c"),
|
||||
Object(NonMatching, "dolphin/os/OSReset.c"),
|
||||
Object(NonMatching, "dolphin/os/OSResetSW.c"),
|
||||
Object(NonMatching, "dolphin/os/OSRtc.c"),
|
||||
Object(NonMatching, "dolphin/os/OSStopwatch.c"),
|
||||
Object(NonMatching, "dolphin/os/OSSync.c"),
|
||||
Object(NonMatching, "dolphin/os/OSThread.c"),
|
||||
Object(NonMatching, "dolphin/os/OSTime.c"),
|
||||
Object(NonMatching, "dolphin/os/__start.c"),
|
||||
Object(NonMatching, "dolphin/os/__ppc_eabi_init.c"),
|
||||
Object(Matching, "dolphin/os/OSReset.c"),
|
||||
Object(Matching, "dolphin/os/OSResetSW.c"),
|
||||
Object(Matching, "dolphin/os/OSRtc.c"),
|
||||
Object(Matching, "dolphin/os/OSStopwatch.c"),
|
||||
Object(Matching, "dolphin/os/OSSync.c"),
|
||||
Object(Matching, "dolphin/os/OSThread.c"),
|
||||
Object(Matching, "dolphin/os/OSTime.c"),
|
||||
Object(Matching, "dolphin/os/__start.c"),
|
||||
Object(Matching, "dolphin/os/__ppc_eabi_init.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue