diff options
| author | iamcheeseman <[email protected]> | 2026-05-27 16:34:31 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-27 16:34:31 -0400 |
| commit | a875e0155ec7757c7b487bee0b4a8fbfa8574888 (patch) | |
| tree | e35b5384478371a8708e6adeeb4f49201b618364 /bootlickerbuild.bat | |
| parent | 9d997b496f9d475c6e08e33f9aa2555612c8f87b (diff) | |
build for w*ndows
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 |
