摘要:
转载http://geekswithblogs.net/BruceEitman/archive/2008/05/14/platform-builder--build-tools-intro.aspxPlatform Builder for Windows CE has become a very useful tool for developing a Windows CE platform. I... 阅读全文
随笔分类 - MakeFile
Platform Builder: Sources.cmn
2009-12-17 12:08 by Andy Ge, 492 阅读, 收藏,
摘要:
Sources.cmn is a build configuration system file that allows you to set common variables. This can be useful if more than one directory in the build tree need the a variable set to the same value beca... 阅读全文
Integrating your project in the PUBLIC tree
2009-12-15 12:30 by Andy Ge, 408 阅读, 收藏,
摘要:
转自:http://geekswithblogs.net/WindowsEmbeddedAnnotations/archive/2009/02/15/integrating-your-project-in-the-public-tree.aspxIntroductionHave you ever wondered how you can integrate your code under the ... 阅读全文
makefile入门
2009-12-02 16:14 by Andy Ge, 481 阅读, 收藏,
摘要:
1 makefile入门Windows CE的构建系统大量使用了Nmake工具和makfile。在大多数微软的软件和驱动开发包中都会包含Nmake工具。因此,这里有必要介绍一下makefile和Nmake工具。1.1 makefile简介对于许多Windows下的程序员来说,makefile可能还是个陌生的名词。因为Windows下的许多集成开发环境(例如:Microsoft Visual Stu... 阅读全文
WinCE BSP中的Dirs文件和Sources文件
2009-10-27 14:32 by Andy Ge, 214 阅读, 收藏,
摘要:
1. Dirs 文件 关于 Dirs文件,就是指定要编译的路径,这个地球人都知道。还是简单介绍一下。按照文档上面介绍有三种定义: DIRS, DIRS_CE和 OPTIONAL_DIRS。DIRS :就是指定要编译的目录。 DIRS_CE :只有目录下的源代码用于 WinCE的映像文件时,才编译该目录。 OPTIONAL_DIRS :指定可以选择编译的目录。比如: OPTIONAL_DIRS=pr... 阅读全文
浙公网安备 33010602011771号