QB64Team/qb64

Make clean hotkey/menu Item

Closed this issue · 3 comments

This should be a simple one.

When writing a header for a library I want implement, and I make error, or add feature, there is no simple way to force a recompile, except by toggling "Embed C++ debug .." in the advanced Options menu.

I propose a recompile option in the Run menu with a hotkey.

aouwt commented

There's a batch/shell script in the internal folder somewhere that forces recompilation, if that's what you mean. But yeah, a option directly in the IDE would be nice.

Start qb64 with qb64 -p

New option to purge C++ libraries added with 9ad93c1