VB6 Make Settings - is it possible to read these from the VB6 project file?

I use the VB6, project, make settings, comments field within my VB6 project to specify if the program is beta or not. This way when running the source-code via the ide I can work in Beta mode.

But when I compile in Finalbuilder it doesn’t use this value, I’ve tried different settings but it appears to use the Finalbuilder compile vb6 make settings.

I can’t use the Finalbuilder settings as my source-code ide version can’t read the settings.

I also use would like to use the vb6 version number and automatically increment it via Finalbuilder.

Is there a way to solve my problems?