equal
deleted
inserted
replaced
272 |
272 |
273 VCXConfiguration &conf = vcxProject.Configuration; |
273 VCXConfiguration &conf = vcxProject.Configuration; |
274 conf.compiler.AssemblerListingLocation = placement ; |
274 conf.compiler.AssemblerListingLocation = placement ; |
275 conf.compiler.ProgramDataBaseFileName = ".\\" ; |
275 conf.compiler.ProgramDataBaseFileName = ".\\" ; |
276 conf.compiler.ObjectFileName = placement ; |
276 conf.compiler.ObjectFileName = placement ; |
|
277 conf.compiler.ExceptionHandling = "false"; |
277 // PCH |
278 // PCH |
278 if (usePCH) { |
279 if (usePCH) { |
279 conf.compiler.PrecompiledHeader = "Use"; |
280 conf.compiler.PrecompiledHeader = "Use"; |
280 conf.compiler.PrecompiledHeaderOutputFile = "$(IntDir)\\" + precompPch; |
281 conf.compiler.PrecompiledHeaderOutputFile = "$(IntDir)\\" + precompPch; |
281 conf.compiler.PrecompiledHeaderFile = project->first("PRECOMPILED_HEADER"); |
282 conf.compiler.PrecompiledHeaderFile = project->first("PRECOMPILED_HEADER"); |