Small cleanups to the build process

This commit is contained in:
biwa 2021-02-28 11:30:13 +01:00
parent 5534a93051
commit 677473fce8
2 changed files with 0 additions and 3 deletions

View file

@ -1524,8 +1524,6 @@
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>echo Current Output Directory: %25cd%25
echo Copying platform-appropriate DevIL.dll file.
copy /Y ..\DevIL\$(PlatformName)\DevIL.dll .\
echo Copying platform-appropriate Updater.ini.
copy /Y ..\UpdaterConfig\Updater-$(PlatformName).ini Updater.ini</PreBuildEvent>
</PropertyGroup>

View file

@ -107,7 +107,6 @@ IF NOT EXIST "Build\Plugins\StairSectorBuilder.dll" GOTO FILEFAIL
IF NOT EXIST "Build\Plugins\TagExplorer.dll" GOTO FILEFAIL
IF NOT EXIST "Build\Plugins\TagRange.dll" GOTO FILEFAIL
IF NOT EXIST "Build\Plugins\ThreeDFloorMode.dll" GOTO FILEFAIL
IF NOT EXIST "Source\Plugins\VisplaneExplorer\Resources\vpo.dll" GOTO FILEFAIL
IF NOT EXIST "Build\Plugins\VisplaneExplorer.dll" GOTO FILEFAIL
ECHO.