[CMake] SCC bindings missing AUXPATH support?

Robert Dailey rcdailey at gmail.com
Mon Oct 31 20:06:16 EDT 2011


I fiddled around with TortoiseGit and managed to create the patch. It is
attached.

Please integrate this into your repository so it is included in version
2.8.7 :)

---------
Robert Dailey


On Mon, Oct 31, 2011 at 5:41 PM, Robert Dailey <rcdailey at gmail.com> wrote:

> I have added source code support for this myself. I updated the following
> files:
>
> cmLocalVisualStudio7Generator.cxx
> cmLocalVisualStudio10TargetGenerator.cxx
>
> The existing SCC support code was already in these files, I just added the
> SccAuxPath support to it.
>
> I'm not an expert at creating patch files outside of TortoiseSVN on
> Windows, so could someone explain how to create a patch file for these on
> Windows 7? Also how would you like me to deliver the code? I hope to see it
> introduced in version 2.8.7
>
> Thanks.
>
> ---------
> Robert Dailey
>
>
>
> On Mon, Oct 31, 2011 at 4:10 PM, Robert Dailey <rcdailey at gmail.com> wrote:
>
>> There are actually 4 SCC related key/value pairs used in VS2003 VCPROJ
>> files:
>>
>> SccProjectName="SAK"
>> SccAuxPath="SAK"
>>  SccLocalPath="SAK"
>> SccProvider="SAK"
>>
>> CMake supports these 3 via set_target_properties():
>>
>> VS_SCC_LOCALPATH
>> VS_SCC_PROJECTNAME
>> VS_SCC_PROVIDER
>>
>> Apparently one more is needed to support "SccAuxPath":
>>
>> VS_SCC_AUXPATH
>>
>> Can someone add support for this? Thanks.
>>
>> ---------
>> Robert Dailey
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111031/c3232992/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-support-for-SccAuxPath-tag-in-VCPROJ-files.-Set-.patch
Type: application/octet-stream
Size: 2727 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111031/c3232992/attachment-0001.obj>


More information about the CMake mailing list