[mythtv] [mythtv-commits] packaging/master commit: 412d6a307 by Robert Kulagowski (rkulagowski)

David Blain MythTv at TheBlains.net
Fri Mar 18 20:54:54 UTC 2011


> Modified:
> 
>    Win32/VS2010/README
>    Win32/VS2010/libs/libmythui/libmythui.vcxproj
> 

You need to be careful when checking in .vcxproj files.  The file you
checked in contains relative paths to the source code when it should be
using the $(mythtv_source) property.

VS2010 seems to convert them to relative paths when it sees fit (usually
when the project properties are changed).  I usually have to open the
.vcxproj files in a text editor and do a search and replace.

It's an inconvenience, but it allows us to share the source code with other
build environments (i.e.: Linux).

David.



More information about the mythtv-dev mailing list