如题:
C6748有一个编译通过的工程,将其中的部分.c和.h生成一个1.lib;剩余的.c和.h又生成2.lib;
删除工程中所有的.c和自建的.h文件;加入这两个.lib文件,编译时报“#10009 no input files",请问有谁知道需要如何设置才能只使用.lib文件进行编译?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.