Fix 'dynamic.c 'autobuild (build_all.sh)

Add 'console.c' to autobuild

git-svn-id: svn://kolibrios.org@8195 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-11-14 17:57:14 +00:00
parent 03f5f50786
commit 25cf1adde0
2 changed files with 6 additions and 4 deletions

View File

@ -3,11 +3,13 @@
../tcc consoleio.c -lck -o consoleio
../tcc files.c -lck -o files
../tcc winbasics.c -lck -o winbasics
../tcc dynamic.c -lhttp -linputbox -o dynamic
../tcc dynamic.c -lck -lhttp -linputbox -o dynamic
../tcc load_coff.c -o load_coff -lck
../tcc clayer/msgbox.c -lck -lmsgbox -o msgbox
../tcc graphics.c -lck -lgb -o graphics
../tcc clayer/rasterworks.c -lck -lrasterworks -o rasterworks
../tcc clayer/boxlib.c -lck -lbox -o boxlib
../tcc clayer/libimg.c -lck -limg -o libimg
../tcc clayer/rasterworks.c -lck -lrasterworks -o clayer/rasterworks
../tcc clayer/boxlib.c -lck -lbox -o clayer/boxlib
../tcc clayer/libimg.c -lck -limg -o clayer/libimg
../tcc console/console.c -lck -limg -o console/console
exit

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB