Skip to content

Instantly share code, notes, and snippets.

@LemonPi
Created April 17, 2015 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LemonPi/29e1ab78c9bd2b6bfec5 to your computer and use it in GitHub Desktop.
Save LemonPi/29e1ab78c9bd2b6bfec5 to your computer and use it in GitHub Desktop.
Short bat script for compiling c++
@g++ -IC:\Users\Johnson\Documents\mylibs -o %1 %1.cpp %2 %3 %4 %5 %6 %7 %8 %9 -std=c++11 2> log.txt && echo no error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment