diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-06 10:30:01 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-06 10:30:01 +0500 |
commit | 90fb30cf3a92690178e5ad39095f604c2bc50afa (patch) | |
tree | 6d1a1deb1578a55bedfc19db831abcef27c9ed62 /tccb | |
parent | 143db0546b188bfbc5f4a2affa0d84cb42e2ce4a (diff) |
trying to add windows support, also a lot of changes, some ui modifications
Diffstat (limited to 'tccb')
-rwxr-xr-x | tccb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +set -x +time tcc -Wall -g -Ilib/prge -Ilib/prb -Ilib -DSTBI_NO_SIMD src/linux.c -lSDL3 -lGL -lGLEW |