blob: 0dd35b36a4532820dcdbac3b413bcb25e71bcd0e (
plain)
1
2
3
4
5
6
|
@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
|