cccl: A wrapper that calls visual c++ compiler.
authorGurucharan Shetty <gshetty@nicira.com>
Sun, 17 Nov 2013 02:36:38 +0000 (18:36 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 20 Nov 2013 15:15:33 +0000 (07:15 -0800)
commitc9b94429894d34fc84bd0db4f9805b5e59f7e454
tree467ec7403bc0c450462970d619ba10bd37bc9d6c
parent476f36e83bc5b0ca7f11952a23bb0fef76d1cc4b
cccl: A wrapper that calls visual c++ compiler.

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@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
AUTHORS
COPYING
Makefile.am
build-aux/cccl [new file with mode: 0644]
debian/copyright.in