Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. PROJECT FILE: <code> { "folders": [ { "path": ".", "file_include_patterns":["*.c","*.h","Makefile","*.cpp","*.txt","*.md"], "folder_exclude_patterns":[".config", ".launches", ".settings", "targetConfigs"] } ] } </code> BUILD SYSTEM FILE: <code> { "working_dir": "${project_path:${folder:${file_path}}}/Debug", "cmd": ["gmake -k all"], "shell": true, /* "variants": [ { "name": "Build", "cmd": ["make", "clean", ";", "make", ";", "depend", ";", "make", ";", "all"], }, { "name": "Run", "cmd": ["LIBGL_ALWAYS_SOFTWARE=1 ./rendu2.x Graphic E3.txt"] }, { "name": "TestsOnly", "cmd": ["./rendu2.x"] }, { "name": "Debug", "cmd": ["ddd ./rendu2.x Graphic r2/G2.txt"] }, { "name": "Valgrind", "cmd": ["valgrind -v --leak-check=full --show-reachable=yes ./rendu2.x Graphic E3.txt"] } ] */ } </code> sublime-text-3-configfiles.txt Last modified: 7 years agoby sam