Added quotation marks for xcopy reference in Windows builds

pull/25/head
David Raynor 13 years ago
parent 13882281e3
commit 18f8a6823f
  1. 10
      win32/clamav-for-windows/sigui/wxWidgets-2.9.1/build/wx291_msw_vc10/wx_vc10_base.vcxproj
  2. 8
      win32/clamav-for-windows/sigui/wxWidgets-2.9.1/build/wx291_msw_vc10/wx_vc10_core.vcxproj

@ -113,7 +113,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@ -155,7 +155,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -199,7 +199,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@ -243,7 +243,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
@ -597,4 +597,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

@ -114,7 +114,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@ -157,7 +157,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -202,7 +202,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@ -247,7 +247,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>xcopy ..\..\include\wx\msw\setup.h $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
<Command>xcopy "..\..\include\wx\msw\setup.h" $(SolutionDir)$(PlatformName)\$(Configuration)\wx\ /Y</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>

Loading…
Cancel
Save