|
280 | 280 | <Command>xcopy "$(SolutionDir)addons/*.py" "$(OutDir)addons" /E /I /D /Y |
281 | 281 | xcopy "$(SolutionDir)addons/*.json" "$(OutDir)addons" /E /I /D /Y |
282 | 282 | xcopy "$(SolutionDir)cfg" "$(OutDir)cfg" /E /I /D /Y |
283 | | -xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
| 283 | +xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y |
| 284 | +if exist "$(OutDir)platforms\unix32-unsigned.xml" del /q "$(OutDir)platforms\unix32-unsigned.xml" |
| 285 | +if exist "$(OutDir)platforms\unix64-unsigned.xml" del /q "$(OutDir)platforms\unix64-unsigned.xml"</Command> |
284 | 286 | </PostBuildEvent> |
285 | 287 | </ItemDefinitionGroup> |
286 | 288 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PCRE|x64'"> |
@@ -313,7 +315,9 @@ xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
313 | 315 | <Command>xcopy "$(SolutionDir)addons/*.py" "$(OutDir)addons" /E /I /D /Y |
314 | 316 | xcopy "$(SolutionDir)addons/*.json" "$(OutDir)addons" /E /I /D /Y |
315 | 317 | xcopy "$(SolutionDir)cfg" "$(OutDir)cfg" /E /I /D /Y |
316 | | -xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
| 318 | +xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y |
| 319 | +if exist "$(OutDir)platforms\unix32-unsigned.xml" del /q "$(OutDir)platforms\unix32-unsigned.xml" |
| 320 | +if exist "$(OutDir)platforms\unix64-unsigned.xml" del /q "$(OutDir)platforms\unix64-unsigned.xml"</Command> |
317 | 321 | </PostBuildEvent> |
318 | 322 | </ItemDefinitionGroup> |
319 | 323 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
@@ -354,7 +358,9 @@ xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
354 | 358 | <Command>xcopy "$(SolutionDir)addons/*.py" "$(OutDir)addons" /E /I /D /Y |
355 | 359 | xcopy "$(SolutionDir)addons/*.json" "$(OutDir)addons" /E /I /D /Y |
356 | 360 | xcopy "$(SolutionDir)cfg" "$(OutDir)cfg" /E /I /D /Y |
357 | | -xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
| 361 | +xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y |
| 362 | +if exist "$(OutDir)platforms\unix32-unsigned.xml" del /q "$(OutDir)platforms\unix32-unsigned.xml" |
| 363 | +if exist "$(OutDir)platforms\unix64-unsigned.xml" del /q "$(OutDir)platforms\unix64-unsigned.xml"</Command> |
358 | 364 | </PostBuildEvent> |
359 | 365 | </ItemDefinitionGroup> |
360 | 366 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PCRE|x64'"> |
@@ -396,7 +402,9 @@ xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
396 | 402 | <Command>xcopy "$(SolutionDir)addons/*.py" "$(OutDir)addons" /E /I /D /Y |
397 | 403 | xcopy "$(SolutionDir)addons/*.json" "$(OutDir)addons" /E /I /D /Y |
398 | 404 | xcopy "$(SolutionDir)cfg" "$(OutDir)cfg" /E /I /D /Y |
399 | | -xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command> |
| 405 | +xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y |
| 406 | +if exist "$(OutDir)platforms\unix32-unsigned.xml" del /q "$(OutDir)platforms\unix32-unsigned.xml" |
| 407 | +if exist "$(OutDir)platforms\unix64-unsigned.xml" del /q "$(OutDir)platforms\unix64-unsigned.xml"</Command> |
400 | 408 | </PostBuildEvent> |
401 | 409 | </ItemDefinitionGroup> |
402 | 410 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
0 commit comments