Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created January 27, 2015 12:03
Show Gist options
  • Save vittorioromeo/8ef664c28863df8db147 to your computer and use it in GitHub Desktop.
Save vittorioromeo/8ef664c28863df8db147 to your computer and use it in GitHub Desktop.
GGJ2015 windows compile
g++ -std=c++1y -O3 -I"." -I"./include" .\include\GGJ2015\main.cpp -I"./extlibs/SSVStart/include" -I"C:\SFML\include" -I"./extlibs/SSVUtils/include" -L"C:\SFML\lib" -lsfml-system -lsfml-graphics -lsfml-audio -lsfml-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment