stdware/qmsetup

qm_add_win_rc don't support char ,

Closed this issue · 3 comments

When a string uses a comma character, the data after the comma is discarded

In file WinResource.rc.in

BLOCK "040904E4"
       {
          VALUE "FileDescription", STRINGIFY(@RC_DESCRIPTION@)
          VALUE "FileVersion", STRINGIFY(@RC_VERSION_STRING@)
          VALUE "ProductName", STRINGIFY(@RC_APPLICATION_NAME@)
          VALUE "ProductVersion", STRINGIFY(@RC_VERSION_STRING@)
          VALUE "LegalCopyright", STRINGIFY(@RC_COPYRIGHT@)
        }

STRINGIFY changing to double quotes will solve the problem

Copyright needs to use a comma

OK, I'll fix it.

Please check the latest commit.