Design
tms.txt
Associated article: The TMS Development Platform
Tags: Design
Published source code accompanying the article by Alexander Frey in which he presents the TMS build system which offers a simple, powerful way to do multi-platform development.
The TMS Development Platform by Alexander Frey Listing One # a project makefile # check input ifndef TMS_BASE_DIR $(error "Error: TMS_BASE_DIR not defined!") endif ifndef TMS_TARGET $(error "Error: TMS_TARGET not defined!") endif # ...


