RSS
热门关键字:
当前位置 : 主页>嵌入式开发>手机操作系统>列表

Managing Subprojects with Codewarrior

来源:我要研发网 作者: 时间:1970-01-01 点击:




Metrowerks/Nokia Codewarrior is a powerful IDE for mobile application development but is sometimes a little bit tricky to setup. It took me two year to discover that the environment was able to handle dependency between projects....

字串4

Step 1: Drag and drop the subproject .mcp files in your project

Let’s take the example of one of our current project. This one has three different components (ok, it has a little bit more, but three is enough to show subproject management):
- ImClientS60 is the Client UI for the Series 60 target
- ImClEngine is the engine DLL
- ImServer is a server running in background 字串4

As ImClientS60 uses services from the two other components, I want that ImClEngine and ImServer to be automatically recompiled when I compile the UI. Here is how it can be done:

字串8

- Using the windows file explorer, locate where the subproject .mcp files are located. Depending on your IDE configuration, this will be in the directory of the corresponding MMP file or under the Epoc32/Build/ directory.

字串5

- Drag and drop each mcp file in the project window of your master project. 字串4

- Move to the Target tab of the master project window

字串2

- Expand the target and mcp label

字串9

- click on the red target icon to select which target to compile for each subproject. A small black arrow should be added on each target you add.

字串5

Step 2: In the target tab, click the you want to build automatically

That’s it. You can now compile ImClientS60 and this will automatically update the ImClEngine and ImServer component if needed.

字串2

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
相关文章