Releases: encounter/mwccwrap
Releases · encounter/mwccwrap
v1.0
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