INNER CODE UNIT · Python
print_help
racenis/tram-sdk · devtools/maketool.py:150
def print_help():
print_header()
print("This tool generates makefiles for compiling the Tramway SDK and")
print("projects built on top of it. Please check your configuration")
print("before generating the Makefile for the first time.")
print("\nCommand line options:")
print("\t--help\t\tDisplays this message.")
print("\t--version\tAlso displays this message.")
print("\tconfig\t\tChecks the configuration.")
print("\tgenerate\tGenerates a makefile in the project directory.")
# Print config
def print_config():
print_header()
print("Compiler:\t", compiler)
print("Archiver:\t", archiver)
print("Project type:\t", project_type)
print("Modules:")