diff options
Diffstat (limited to 'build/vc++/3rdparty/GLee/GLee.vcxproj')
-rw-r--r-- | build/vc++/3rdparty/GLee/GLee.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj b/build/vc++/3rdparty/GLee/GLee.vcxproj index 7efcdd2..fdc6f0a 100644 --- a/build/vc++/3rdparty/GLee/GLee.vcxproj +++ b/build/vc++/3rdparty/GLee/GLee.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> |