Makeprojects
Loading...
Searching...
No Matches
makeprojects.codeblocks.Project Class Reference

Root object for a Codeblocks IDE project file Created with the name of the project, the IDE code the platform code (4gw, x32, win) More...

Public Member Functions

 __init__ (self, solution)
 Initialize the exporter.
 generate (self, line_list=None)
 Write out the Watcom project.

Public Attributes

 solution = solution
 Parent solution.
list platforms = []
 List of all platform types.
list configuration_list = []
 List of all configurations.
list configuration_names = []
 List of configuration names.

Detailed Description

Root object for a Codeblocks IDE project file Created with the name of the project, the IDE code the platform code (4gw, x32, win)

Member Function Documentation

◆ generate()

makeprojects.codeblocks.Project.generate ( self,
line_list = None )

Write out the Watcom project.

Parameters
line_liststring list to save the XML text