-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make qualifiers camel-case in MMSQUALIFIERS #81
Comments
I admit, I may not be current with the version of mmk. So, for whatever it is worth, IF you want to make mmk qualifier compatible (and /Extended_syntax doesn't look like a camel, or?):
And in a lame attempt to see the lowercase targets, etc.:
|
Thank you for the input. Some of those issues have been resolved and merged into the master branch. /EXTENDED_SYNTAX has been corrected. Also, the /DESCRIPTION value has a default of ".MMS". It is no longer necessary to include the file type. I will look at the other comments and see if they apply. At this point there are no plans to make MMK qualifier compatible, although it is a good idea. I am also currently investigating the whole lower/upper/mixed case issue. |
The builtin variable MMSQUALIFIERS is automatically generated from the incoming command line. However, MMS uses camel-case qualifiers, where as MMK uses all upper case.
For example:
MMK:
/SKIP_INTERMEDIATES
MMS:
/Skip_Intermediates
This isn't a huge priority. However, it should be determined if compatibility should be retained for older versions of MMK.
The text was updated successfully, but these errors were encountered: