This prevents a failure if a directory with a space is used.
<TargetMachine>MachineX86</TargetMachine>
</Link>
<PreBuildEvent>
- <Command>%BISON% -dy grammar.y -o grammar.c && %FLEX% -o scan.c scan.l</Command>
+ <Command>"%BISON%" -dy grammar.y -o grammar.c
+"%FLEX%" -o scan.c scan.l</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetMachine>MachineX86</TargetMachine>
</Link>
<PreBuildEvent>
- <Command>%BISON% -dy grammar.y -o grammar.c && %FLEX% -o scan.c scan.l</Command>
+ <Command>"%BISON%" -dy grammar.y -o grammar.c
+"%FLEX%" -o scan.c scan.l</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>