[ovs-dev] [PATCH V2 2/2] cccl: A wrapper that calls visual c++ compiler.

Ben Pfaff blp at nicira.com
Mon Nov 18 22:41:38 UTC 2013


On Mon, Nov 18, 2013 at 01:30:41PM -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 <gshetty at nicira.com>

Thanks!

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list