Multiple Module-programs should be supported.

TODO:

  1. 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.)
  2. 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
  3. The header files need to contain all exported functions
  4. The correct header files need to be included in the correct files
  5. Create a correct makefile
Submitted by Daco Harkes on 24 April 2013 at 21:19

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:

  1. chase the imports along Modules to a list
  2. create a builder that generates c and h files for these Modules
  3. create a makefile which contains all these Modules

On 6 May 2013 at 14:12 Daco Harkes commented:

Done


On 6 May 2013 at 14:12 Daco Harkes closed this issue.

Log in to post comments