ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Projects don't compile with VS2010 #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

In VS2010 the Headerfile Installation Tool doesn't work correctly. It seems 
that [ModuleName] is not set correctly. All the header files will be copied to 
...\Release\include instead of ...\Release\include\[ModuleName], so various 
include files cannot be found.

cheers

mat

Original issue reported on code.google.com by matthias.dodt@googlemail.com on 2 Nov 2011 at 10:34

GoogleCodeExporter commented 9 years ago
Hi,

The reason is that the VS2010 solution conversion wizard doesn't fully handle 
the custom rules. There is an excellent description of the problem here:
http://www.virtualdub.org/blog/pivot/entry.php?id=334

Basically, after running the conversion wizard, you need to modify Common.xml, 
Common.props and Common.targets. Patch file of the required changes is attached.

Original comment by Petteri.Aimonen on 22 May 2012 at 7:16

Attachments:

GoogleCodeExporter commented 9 years ago
Here is a fork that should compile with VS2010:
http://code.google.com/p/ossbuild-vs2010/

Original comment by Petteri.Aimonen on 23 May 2012 at 8:33