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

Function DolphinLib

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

Source from the content-addressed store, hash-verified

333
334# Helper function for Dolphin libraries
335def DolphinLib(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
336 return {
337 "lib": lib_name,
338 "src_dir": "src/",
339 "mw_version": "GC/1.2.5n",
340 "cflags": cflags_dolphin,
341 "progress_category": "sdk",
342 "host": True,
343 "objects": objects,
344 }
345
346# Helper function for MSL libraries
347def mslLib(lib_name: str, extra_cflags: List[str], objects: List[Object]) -> Dict[str, Any]:

Callers 1

configure.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected