forked from KolibriOS/kolibrios
268f6d98b7
git-svn-id: svn://kolibrios.org@576 a494cfbc-eb01-0410-851d-a64ba20cac60
20 lines
455 B
XML
20 lines
455 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VisualStudioToolFile
|
|
Name="FASM"
|
|
Version="8,00"
|
|
>
|
|
<Rules>
|
|
<CustomBuildRule
|
|
Name="FASM"
|
|
DisplayName="FASM"
|
|
CommandLine="fasm.exe $(InputPath) $(ProjectDir)\Release\$(InputName).obj"
|
|
Outputs="Release\$(InputName).obj"
|
|
FileExtensions="*.asm"
|
|
ExecutionDescription="Assembling..."
|
|
>
|
|
<Properties>
|
|
</Properties>
|
|
</CustomBuildRule>
|
|
</Rules>
|
|
</VisualStudioToolFile>
|