DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
96 stars 14 forks source link

Added the *command* all functionality. Modified .gitignore for cython builds artifacts #159

Closed Mause closed 11 years ago

Mause commented 11 years ago

Modified .gitignore to ignore the cython_debug folder and the .so files generated by the cython builds process. Added the do_install_all and the do_uninstall_all functions. Added dummy do_enable_all and do_disable_all functions. Please note, the dtmm now generates a file called .all_avail in the modules directory that contains a listing of all the available modules.

Mause commented 11 years ago

@hach-que anything i need to change?