1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Merge pull request #111 from mkilgore/fix-ide-cpp-settings-menu

Fix C++ compiler settings menu
This commit is contained in:
Matt Kilgore 2022-06-11 12:21:37 -04:00 committed by GitHub
commit 9109bfdb05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
DIM SHARED Version AS STRING
DIM SHARED IsCiVersion AS _BYTE
Version$ = "0.8.1"
$VERSIONINFO:FileVersion#=0,8,1,0
$VERSIONINFO:ProductVersion#=0,8,1,0
Version$ = "0.8.2"
$VERSIONINFO:FileVersion#=0,8,2,0
$VERSIONINFO:ProductVersion#=0,8,2,0
' If ./internal/version.txt exist, then this is some kind of CI build with a label
If _FILEEXISTS("internal/version.txt") THEN

View file

@ -5100,7 +5100,7 @@ FUNCTION ide2 (ignore)
GOTO ideloop
END IF
IF menu$(m, s) = "C++ C#ompiler Settings..." THEN
IF menu$(m, s) = "C++ Co#mpiler Settings..." THEN
PCOPY 2, 0
retval = ideCompilerSettingsBox
IF retval THEN idechangemade = 1: idelayoutallow = 2: startPausedPending = 0 'recompile if options changed