Rebuilding after changing a *.cpp file #819
-
Do I have to rebuild the entire solution if I make a change to a single cpp file or there another method to realising my change? |
Beta Was this translation helpful? Give feedback.
Answered by
Jojo-Schmitz
Feb 27, 2025
Replies: 1 comment 2 replies
-
Just build and let cmake and frieds find out what needs to get compiled and linked |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Build All". Rebuild forces evrerything to get rebinl, needed (changed) or not. Then "Install mscore"
That awlplugin.dll is a mystery to me