The code examples (in the Series60Ex directory of the Series60 SDK) are organized as follows: group - contains bld.inf and mmp file inc - contains include file src-contains source code sis - contains .pkg file for creating SIS
I would like Carbide to import this entire structure as a carbide project. I see no such option, so I try to import bld.inf. This works reasonably well, and on compilation, a .APP file is created.
However, the .pkg file is not imported and the build process does not create a SIS file.
How can I make Carbide create a SIS file for the project?