Skip to content

Commit

Permalink
Update MotorOla.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Acedpol committed Apr 4, 2022
1 parent 5441b9e commit 5c487e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MotorOla_Solution/MotorOla.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cd Build
:: Se copian las dlls de Ogre a Bin
cd bin/debug
copy /Y Codec_STBI_d.dll "../../../../../Bin/Codec_STBI_d.dll"
copy /Y Codec_STBI_d.dll "../../../../../Exes/Codec_STBI_d.dll"
copy /Y OgreMain_d.dll "../../../../../Bin/OgreMain_d.dll"
copy /Y OgreMain_d.dll "../../../../../Exes/OgreMain_d.dll"
copy /Y OgreMeshLodGenerator_d.dll "../../../../../Bin/OgreMeshLodGenerator_d.dll"
Expand All @@ -33,14 +34,19 @@ copy /Y OgrePaging_d.dll "../../../../../Bin/OgrePaging_d.dll"
copy /Y OgreProperty_d.dll "../../../../../Bin/OgreProperty_d.dll"
copy /Y OgreRTShaderSystem_d.dll "../../../../../Bin/OgreRTShaderSystem_d.dll"
copy /Y Plugin_ParticleFX_d.dll "../../../../../Bin/Plugin_ParticleFX_d.dll"
copy /Y Plugin_ParticleFX_d.dll "../../../../../Exes/Plugin_ParticleFX_d.dll"
copy /Y RenderSystem_GL_d.dll "../../../../../Bin/RenderSystem_GL_d.dll"
copy /Y RenderSystem_GL_d.dll "../../../../../Exes/RenderSystem_GL_d.dll"

copy /Y SDL2.dll "../../../../../Bin/SDL2.dll"
copy /Y SDL2.dll "../../../../../Exes/SDL2.dll"
copy /Y zlib.dll "../../../../../Bin/zlib.dll"
copy /Y zlib.dll "../../../../../Exes/zlib.dll"

:: Ojo que hay alguna dll más en release
cd ../release
copy /Y Codec_STBI.dll "../../../../../Bin/Codec_STBI.dll"
copy /Y Codec_STBI.dll "../../../../../Exes/Codec_STBI.dll"
copy /Y OgreMain.dll "../../../../../Bin/OgreMain.dll"
copy /Y OgreMain.dll "../../../../../Exes/OgreMain.dll"
copy /Y OgreMeshLodGenerator.dll "../../../../../Bin/OgreMeshLodGenerator.dll"
Expand All @@ -49,7 +55,9 @@ copy /Y OgrePaging.dll "../../../../../Bin/OgrePaging.dll"
copy /Y OgreProperty.dll "../../../../../Bin/OgreProperty.dll"
copy /Y OgreRTShaderSystem.dll "../../../../../Bin/OgreRTShaderSystem.dll"
copy /Y Plugin_ParticleFX.dll "../../../../../Bin/Plugin_ParticleFX.dll"
copy /Y Plugin_ParticleFX.dll "../../../../../Exes/Plugin_ParticleFX.dll"
copy /Y RenderSystem_GL.dll "../../../../../Bin/RenderSystem_GL.dll"
copy /Y RenderSystem_GL.dll "../../../../../Exes/RenderSystem_GL.dll"

:: Mensaje de verificación: OGRE
echo: && Echo ::::: BUILD [ OGRE ] COMPLETADA :::::
Expand Down

0 comments on commit 5c487e6

Please sign in to comment.