Skip to content

Commit aecd327

Browse files
RodrigoDevRodrigoDev
authored andcommitted
adjust project dll dependencies
1 parent f297052 commit aecd327

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BoxEngine.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
copy /Y ".\lib\freetype-windows-binaries-2.13.1\release dll\win64\freetype.dll" "$(OutDir)"
121121
copy /Y ".\lib\lua_jit\src\lua51.dll" "$(OutDir)"
122122
copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\irrKlang.dll" "$(OutDir)"
123+
copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\ikpFlac.dll" "$(OutDir)"
124+
copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\ikpMP3.dll" "$(OutDir)"
123125
</Command>
124126
</PostBuildEvent>
125127
</ItemDefinitionGroup>
@@ -151,6 +153,8 @@ copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\irrKlang.dll" "$(Out
151153
copy /Y ".\lib\freetype-windows-binaries-2.13.1\release dll\win64\freetype.dll" "$(OutDir)"
152154
copy /Y ".\lib\lua_jit\src\lua51.dll" "$(OutDir)"
153155
copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\irrKlang.dll" "$(OutDir)"
156+
copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\ikpFlac.dll" "$(OutDir)"
157+
copy /Y ".\lib\irrKlang-64bit-1.6.0\bin\winx64-visualStudio\ikpMP3.dll" "$(OutDir)"
154158
</Command>
155159
</PostBuildEvent>
156160
</ItemDefinitionGroup>

0 commit comments

Comments
 (0)