1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Prevents "Purge C++ libraries" from triggering recompilation.

This commit is contained in:
FellippeHeitor 2021-08-07 19:26:00 -03:00
parent 05fb2d44a2
commit 17bb0ffaca

View file

@ -13402,6 +13402,7 @@ FUNCTION ideadvancedbox
END IF
Include_GDB_Debugging_Info = idedebuginfo
purgeprecompiledcontent
idechangemade = 1 'force recompilation
END IF
EXIT FUNCTION
@ -17625,7 +17626,6 @@ SUB purgeprecompiledcontent
END IF
CHDIR "../.."
END IF
idechangemade = 1 'force recompilation
END SUB
SUB printWrapStatus (x AS INTEGER, y AS INTEGER, initialX AS INTEGER, __text$)