diff options
author | chai <chaifix@163.com> | 2018-11-25 00:11:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-25 00:11:28 +0800 |
commit | e8e12b11db220160eb63727fb03548410bf3afd2 (patch) | |
tree | a36d62b783e97af9047469955b1aa0ddae6b4627 /build/vc++/3rdparty/smount | |
parent | 42421575d2e17b5c57ff0034c037b651bd6d1119 (diff) |
*misc
Diffstat (limited to 'build/vc++/3rdparty/smount')
-rw-r--r-- | build/vc++/3rdparty/smount/smount.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/vc++/3rdparty/smount/smount.vcxproj b/build/vc++/3rdparty/smount/smount.vcxproj index 6b710f4..63eab3a 100644 --- a/build/vc++/3rdparty/smount/smount.vcxproj +++ b/build/vc++/3rdparty/smount/smount.vcxproj @@ -84,7 +84,11 @@ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <CompileAs>CompileAsCpp</CompileAs> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> + <BrowseInformation>true</BrowseInformation> </ClCompile> + <Bscmake> + <PreserveSbr>true</PreserveSbr> + </Bscmake> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> |