deroko
06-22-2008, 07:30 PM
I've made build rule for x64 asm files compiled from msvc2008. I had to use asm x64 in my C code. Hope it will be usefull
Code:
Name="Masm64"
Version="8.00"
>
Name="masm64"
DisplayName="masm64"
CommandLine="ml64.exe /c /nologo $(InputName).asm"
Outputs=".\$(InputName).obj"
FileExtensions="*.asm"
ExecutionDescription="Assembling x64..."
ShowOnlyRuleProperties="false"
>
