1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 23:30:24 +00:00

Prints QB64 version when compiling with -c and adjusting -s settings.

This commit is contained in:
FellippeHeitor 2020-02-24 20:59:18 -03:00
parent d595a1a1f3
commit ddb3004425

View file

@ -1094,7 +1094,7 @@ GOTO sendcommand
noide:
IF qb64versionprinted = 0 THEN qb64versionprinted = -1: PRINT "QB64 Compiler V" + Version$
IF qb64versionprinted = 0 OR ConsoleMode = 0 THEN qb64versionprinted = -1: PRINT "QB64 Compiler V" + Version$
IF CMDLineFile = "" THEN
LINE INPUT ; "COMPILE (.bas)>", f$