开发:工具篇

Cover more and more Field .

  1. 联合编译工具:(分布式编译工具)
IncrediBuild
  1. CI在线持续集成环境:(持续部署)
http://soda.oa.com/
  1. Mac平台开发用字体
KHmer MN 
  1. Cocos Studio编辑UI界面,在项目中查看效果
菜单 > 项目 > 发布与打包
  1. Cocos2dX编译
用IncreBuild build一次,
后面每次有改动,直接F5,不用每次都Build.
  1. 编译新类
右键单击类文件:

Properties > Configuration:All Configurations. 
Configuration Properties>General > Exclude From Build : Yes

并且将cpp文件添加进Combine_extgui_generated文件。

你可能感兴趣的:(开发:工具篇)