diff options
Diffstat (limited to 'bootlickerbuild.bat')
| -rw-r--r-- | bootlickerbuild.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootlickerbuild.bat b/bootlickerbuild.bat new file mode 100644 index 0000000..0dd35b3 --- /dev/null +++ b/bootlickerbuild.bat @@ -0,0 +1,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 |
