MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / mslLib

Function mslLib

configure.py:347–356  ·  view source on GitHub ↗
(lib_name: str, extra_cflags: List[str], objects: List[Object])

Source from the content-addressed store, hash-verified

345
346# Helper function for MSL libraries
347def mslLib(lib_name: str, extra_cflags: List[str], objects: List[Object]) -> Dict[str, Any]:
348 return {
349 "lib": lib_name,
350 "src_dir": "src/PowerPC_EABI_Support/src",
351 "mw_version": "GC/2.6",
352 "cflags": cflags_runtime + extra_cflags,
353 "progress_category": "msl",
354 "host": True,
355 "objects": objects,
356 }
357
358def trkLib(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
359 return {

Callers 1

configure.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected