OpenQuizz
Une application de gestion des contenus pédagogiques
build_clib Class Reference
Inheritance diagram for build_clib:
Collaboration diagram for build_clib:

Public Member Functions

def build_libraries (self, libraries)
 

Detailed Description

Override the default build_clib behaviour to do the following:

1. Implement a rudimentary timestamp-based dependency system
   so 'compile()' doesn't run every time.
2. Add more keys to the 'build_info' dictionary:
    * obj_deps - specify dependencies for each object compiled.
                 this should be a dictionary mapping a key
                 with the source filename to a list of
                 dependencies. Use an empty string for global
                 dependencies.
    * cflags   - specify a list of additional flags to pass to
                 the compiler.

Member Function Documentation

◆ build_libraries()

def build_libraries (   self,
  libraries 
)

The documentation for this class was generated from the following file: