Created
November 13, 2016 14:15
-
-
Save soachishti/5db8d34326d3924427f2ff4132fa6646 to your computer and use it in GitHub Desktop.
Visual Studio Compiler Path for PC2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" && cl.exe "{:mainfile}" | |
g++ -lm -o {:basename}.exe {:mainfile} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment