equal
deleted
inserted
replaced
898 |
898 |
899 VCConfiguration &conf = vcProject.Configuration; |
899 VCConfiguration &conf = vcProject.Configuration; |
900 conf.compiler.AssemblerListingLocation = placement ; |
900 conf.compiler.AssemblerListingLocation = placement ; |
901 conf.compiler.ProgramDataBaseFileName = ".\\" ; |
901 conf.compiler.ProgramDataBaseFileName = ".\\" ; |
902 conf.compiler.ObjectFile = placement ; |
902 conf.compiler.ObjectFile = placement ; |
|
903 conf.compiler.ExceptionHandling = ehNone; |
903 // PCH |
904 // PCH |
904 if (usePCH) { |
905 if (usePCH) { |
905 conf.compiler.UsePrecompiledHeader = pchUseUsingSpecific; |
906 conf.compiler.UsePrecompiledHeader = pchUseUsingSpecific; |
906 conf.compiler.PrecompiledHeaderFile = "$(IntDir)\\" + precompPch; |
907 conf.compiler.PrecompiledHeaderFile = "$(IntDir)\\" + precompPch; |
907 conf.compiler.PrecompiledHeaderThrough = project->first("PRECOMPILED_HEADER"); |
908 conf.compiler.PrecompiledHeaderThrough = project->first("PRECOMPILED_HEADER"); |