TARGET: Build multiple modules
Multiple Module-programs should be supported.
TODO:
Submitted by Daco Harkes on 24 April 2013 at 21:19
- The builders need to be changed so they dont use the automatic saving of files. (Then also we can tie all these builders together, and build on save.)
- We need to devise a way to determine which modules are involved (all in the same folder? or use some import java-like stuff?) + Generate all c and h files from all modules
- The header files need to contain all exported functions
- The correct header files need to be included in the correct files
- Create a correct makefile
Issue Log
On 24 April 2013 at 21:35 Daco Harkes tagged basec
On 30 April 2013 at 13:12 Daco Harkes commented:
DONE: 1, 2, 3, 4, 5
But it doesn’t work just yet.
Can someone with more experience with c look into the errors that the compiler gives with the multiplefiles example program?
On 2 May 2013 at 13:07 Daco Harkes commented:
To make this work:
- chase the imports along Modules to a list
- create a builder that generates c and h files for these Modules
- create a makefile which contains all these Modules
On 6 May 2013 at 14:12 Daco Harkes commented:
On 6 May 2013 at 14:12 Daco Harkes closed this issue.
Log in to post comments