AR# 62009

|

SDK - How to Create Static Library

描述

How I can create static library in SDK?

解决方案

The static library creation is documented on SDK Help documentation.

If you have an existing SDK project from which you wish to create a *.a file, follow the procedure below:

  1. In SDK, Right Click on your Project > Properties
  2. In the project properties window, click C/C++ Build > Settings and open the Build Artifact Tab
  3. Select Static Library asArtifactname: and a as Artifactextension. If you wish, you can keep lib as the Output prefix:


 

The SDK console should look similar to the following output where the library compilation process is shown:




The library will be placed within the Archives content in the Project explorer:





链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
66297 SDK - 设计助手 N/A N/A
AR# 62009
日期 07/16/2018
状态 Active
Type 解决方案中心
Tools
People Also Viewed