-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
I really appreciate your work and I find your tool very useful.
Building some stuff, I noticed that – as per the title – I cannot use ml.exe from x64 tools, it just return to prompt doing nothing. The same thing happens running ml64.exe from x86 tools.
sh-5.3$ /opt/msvc/bin/x64/ml.exe
sh-5.3$ /opt/msvc/bin/x64/ml64.exe
Microsoft (R) Macro Assembler (x64) Version 14.44.35221.0
Copyright (C) Microsoft Corporation. All rights reserved.
usage: ML64 [ options ] filelist [ /link linkoptions]
Run "ML64 /help" or "ML64 /?" for more info
sh-5.3$ /opt/msvc/bin/x86/ml.exe
Microsoft (R) Macro Assembler Version 14.44.35221.0
Copyright (C) Microsoft Corporation. All rights reserved.
usage: ML [ options ] filelist [ /link linkoptions]
Run "ML /help" or "ML /?" for more info
sh-5.3$ /opt/msvc/bin/x86/ml64.exe
sh-5.3$
Thank you
Metadata
Metadata
Assignees
Labels
No labels