@set TY_INCLUDE=/I editor /I teensy /I platform\gl /I platform\gl\glad /I teensy\platform\gl\glad /I dc @set TY_COMPILE=cl /nologo /std:c11 /O2 /W3 %TY_INCLUDE% @rem you are out of your MIND if you think I'm doing anything more than making @rem sure it works. %TY_COMPILE% /Fe:demonchime.exe dc\*.c teensy\*.c platform\gl\*.c platform\gl\glad\*.c editor\*.c .\glfw3dll.lib