Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.8.2
-
None
-
nmake version:
Microsoft (R) Program Maintenance Utility Version 14.16.27027.1
-
-
307d95735ff48e3734bbae2037dafc2ea6404889 (qt-labs/jom/master)
Description
When passing in macros through the command line of jom, they are always converted to all uppercase. nmake defines them twice, once all uppercase and once with the original case.
Makefile:
FooBar=2 !Message FooBar:$(FooBar) FOOBAR:$(FOOBAR)
nmake FooBar=5
FooBar:5 FOOBAR:5
jom FooBar=5
FooBar:2 FOOBAR:5
And just for clarification
nmake FOOBAR=5
FooBar:2 FOOBAR:5
jom FOOBAR=5
FooBar:2 FOOBAR:5
Attachments
For Gerrit Dashboard: QTCREATORBUG-22176 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
256540,3 | Fix handling of macro definitions on command line | master | qt-labs/jom | Status: MERGED | +2 | 0 |