Skip to content

v1.0

Latest

Choose a tag to compare

@encounter encounter released this 04 Mar 06:08
· 2 commits to main since this release

Initial release.

Supported compilers

Platform DLL Versions
PlayStation cc_mips.dll CW PS R3, R4, R4.1, R5, R5.2
GameCube ppc_eabi.dll CW GC 1.1 through 2.7

Usage

# Basic compilation (requires cc_mips.dll or ppc_eabi.dll in cwd)
mwccwrap.exe -c -o output.o input.c

# Specify compiler DLL explicitly
mwccwrap.exe -dll path/to/cc_mips.dll -c -o output.o input.c

# See all options
mwccwrap.exe -help