jirentabu / crashrpt

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

Split bin and lib directories into Win32 and x64 #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We use CrashRpt in our applications, and I have the problem that we 
want (need) to store it in our source-code repository, but we ship 32- 
and 64-bit versions of our applications. So I have now spent some time 
to adapt the .vcproj files (2005 versions that were first converted to 
2008) to replace all occurrences of e.g. '..\..\bin' with '$ 
(SolutionDir)bin\$(PlatformName)', which will result in folders like 
[top]\bin\Win32. This makes it easy to have the source and both 
platform's binaries all in one place. 

I am willing to share what I have at the moment (the .vcproj files for 
VS2008 of 1.2.7), however, I want to know if this structure can be 
made available for future versions? Is there any reason why it can not 
be split like above? Note that this affects the third-party and lib 
folders as well.

Regards, 
JC

Original issue reported on code.google.com by zexspect...@gmail.com on 4 Mar 2011 at 4:54

GoogleCodeExporter commented 9 years ago
Fixed in v.1.2.9

Original comment by zexspect...@gmail.com on 2 Apr 2011 at 7:00