On Mon, Nov 18, 2013 at 8:23 AM, Ben Pfaff <b...@nicira.com> wrote:
> On Mon, Nov 18, 2013 at 07:43:26AM -0800, Gurucharan Shetty wrote:
>> One option to compile Open vSwitch code in windows
>> is to use Visual c++ compiler.
>>
>> From http://cccl.sourceforge.net/ :
>> "cccl is a wrapper around Microsoft Visual C++'s cl.exe
>> and link.exe.  It converts Unix compiler parameters
>> into parameters understood by cl and link.  cccl's main
>> use is for using Unix build processes with Microsoft
>> compilers. Using cccl in conjunction with ports of Unix
>> utilities, it is possible to build many Unix packages
>> using MSVC, without modifying the build process."
>>
>> There are couple of forks of the project in the internet.
>> This particular piece is copied from:
>> https://gitorious.org/swift/swift/source/\
>> cf9b391b40a9c59a620c8093d438370381949c60:autoconf/cccl
>>
>> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
>
> This adds new third-party code to the tree, so we should also update
> COPYING and debian/copyright.in, and if it is easy to identify the
> authors of cccl then it would be nice to add them to AUTHORS also.

Okay. The original code has the following 2 AUTHORS in the repo's AUTHORS file.
cccl was created by:
  Geoffrey Wossum (gwos...@acm.org)

The following people have contributed to cccl:
  William Fulton

The fork has the following additional author.
Remko Tronçon           g...@el-tramo.be

There is a small diff between the fork and the original code that I
haven't figured the AUTHOR of.

I will send a V2.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to