阅读:1271回复:1
如何在Sources中加入/Gz的编译选项
目前我要编译cpp...
因为调用约定的关系导致很多函数无法链接 |
|
沙发#
发布于:2007-08-01 12:02
PRECOMPILED_CXX
Use the PRECOMPILED_CXX macro to indicate whether the precompiled header you are building will be used with files written in C or C++. In the Windows DDK, the default behavior is to use precompiled headers with files written in C. Therefore, you should not set PRECOMPILED_CXX if your project will use the precompiled header with files written in C. To use the precompiled header with C++ files, specify: PRECOMPILED_CXX=1 |
|
|