1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/source
Matthew Kilgore 4a8a7ce594 Redirect stderr to compilelog rather than errorcompilelog
Having two separate files for the compile output is just too confusing,
and it adds an extra file users need to look at and give us when there
are issues. This change simply makes qb64.bas send both the stdout and
stderr output to compilelog.txt.

Fixes: #61
2022-05-18 09:20:30 -04:00
..
global Bump next version to 0.6.0 2022-05-07 19:57:38 -04:00
ide reorder ubound check 2022-05-17 09:25:21 -04:00
subs_functions Implements the _Bin$ function 2021-10-14 00:17:35 +02:00
utilities Add support for mylib$ and mylibopt$ 2022-05-12 00:21:02 -04:00
.gitignore Don't ignore .bas files in source directory 2022-04-28 17:20:45 -04:00
icon.rc Temporarally add build steps back 2022-05-07 19:57:38 -04:00
qb64.bas Redirect stderr to compilelog rather than errorcompilelog 2022-05-18 09:20:30 -04:00
qb64.ico Proper embedding of qb64.ico into the Windows binary. 2016-09-04 12:12:30 -03:00