Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
/ gcc2msvc Public archive

GCC-like msvc/cl wrapper for "Bash on Windows"

Notifications You must be signed in to change notification settings

darealshinji/gcc2msvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc2msvc

This program is a wrapper for msvc's cl.exe and intended to be used with Windows 10's "Bash on Ubuntu on Windows" shell. It is invoked with gcc options (only a limited number) and turns them into msvc options to call cl.exe. The msvc options may not exactly do the same as their gcc counterparts.

Configuration

The default search paths are set at compile time through header files. See the files in the config directory for examples.

Downloads

Instead of installing the full Visual Studio IDE you can also get the standalone command line build tools at Visual Studio's homepage: http://landinghub.visualstudio.com/visual-cpp-build-tools