GeeKaa搜索
关于"Flag"的帖子
如何自己编译firefox by firefox | |
准备编译环境,需要安装 cygwin的unix模拟环境,下载cygwin,在default安装之外,需要选择安装如下包: * cvs * cygutils * make * patch * patchutils * perl * unzip * zip 如果你不是通过CVS下载代码,cvs可以不装,不过考虑到必须通过cvs下载locals文件,还是装了吧。 如果使用微软编译器(官方发布的就是使用微软编译器) ,建议用VC 6 + SP5 + Visual C++ Processor Pack. 如果使用vc7和.net编译器,还要做一些设定,此处暂时不讲。安装vc6的 ... | |
www.geekaa.com/topic/view/296.html - 2007年11月11日 | |
如何实现vc每次编译版本的自动增加 by xman | |
How to increment version information after each build in Visual C++ SUMMARY Visual C++ doesn't have a feature to automatically increment the version resource information of your project after each build. This article describes one way to provide such a feature. MORE INFORMATION You can write a pr ... | |
www.geekaa.com/topic/view/133.html - 2007年9月14日 | |