RetroArch
Namespaces | Functions | Variables
build.py File Reference

Namespaces

 build
 

Functions

def build.get_platform ()
 
def build.get_signtool ()
 
def build.cd (new_dir)
 
def build.mkdir_p (path)
 
def build.cli (ctx, clean)
 
def build.unity (ctx)
 
def build.unreal (ctx)
 
def build.build_lib (build_name, generator, options, just_release)
 
def build.archive ()
 
def build.sign ()
 
def build.libs (clean, static, shared, skip_formatter, just_release)
 

Variables

 build.SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__))
 
string build.IS_BUILD_MACHINE = 'true'
 
def build.PLATFORM = get_platform()
 
 build.INSTALL_ROOT = os.path.join(SCRIPT_PATH, 'builds', 'install')