ursa.compile.dclaw

Compiles D-Claw, and manages the relevant files.

Module Contents

Functions

main

Pulls source and destination directories from the config file, passes them to compile_dclaw()

compile_dclaw

Compiles D-Claw from source files in srcdir and places compiled files in dstdir.

API

ursa.compile.dclaw.main()

Pulls source and destination directories from the config file, passes them to compile_dclaw()

ursa.compile.dclaw.compile_dclaw(srcdir, dstdir)

Compiles D-Claw from source files in srcdir and places compiled files in dstdir.

Inputs:
srcdir: Path

The location of the D-Claw source code

dstdirPath

The location to store the compiled D-Claw code