Files
cyzg/build.bat
2025-08-21 15:33:28 +08:00

5 lines
184 B
Batchfile

python embed.py
7z a -tzip -mx=9 cyzg.zip main.py backend.py ./components/*.py
REM 7z a -tzip -mx=9 data.db.zip data.db
gcc -O2 -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all