jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Replace relative paths with OutDir and IntDir #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Header/library/output paths are a mixture of project-relative paths, and 
$(OutDir) and $(IntDir) references.

For integrating CrashRpt into a larger build system, it would be extremely 
useful if all references were OutDir/IntDir based rather than project-relative. 
This would make it much easier to store the CrashRpt source in a system where 
build output had to be redirected away from the source code area by customising 
OutputDirectory and IntermediateDirectory.

At present we modify the projects to customise these two directories, and then 
have to locate every relative path and convert it to an OutDir/IntDir path to 
ensure build products are kept clear of the source tree.

Original issue reported on code.google.com by dairgr...@gmail.com on 4 Apr 2011 at 3:20

GoogleCodeExporter commented 9 years ago
Can you attach one modified project file to this issue, so I have an example of 
what changes you need?

Original comment by zexspect...@gmail.com on 6 Apr 2011 at 2:30

GoogleCodeExporter commented 9 years ago
Fixed in v.1.2.10.

Original comment by zexspect...@gmail.com on 22 May 2011 at 10:48