@@ -36,20 +36,21 @@ xcopy /S /Y /Q /I "..\..\..\cegui\dependencies\*.txt" "dependencies\"
3636rem CEGUI Dependency DLLs
3737xcopy /S /Y /Q /I " %src_dep_folder% \freetype.dll" " .\bin\release\"
3838xcopy /S /Y /Q /I " %src_dep_folder% \fribidi.dll" " .\bin\release\"
39- xcopy /S /Y /Q /I " %src_dep_folder% \glew.dll" " .\bin\release\"
4039xcopy /S /Y /Q /I " %src_dep_folder% \harfbuzz.dll" " .\bin\release\"
40+ xcopy /S /Y /Q /I " %src_dep_folder% \glew.dll" " .\bin\release\"
4141xcopy /S /Y /Q /I " %src_dep_folder% \jpeg.dll" " .\bin\release\"
42- xcopy /S /Y /Q /I " %src_dep_folder% \libexpat .dll" " .\bin\release\"
42+ xcopy /S /Y /Q /I " %src_dep_folder% \pugixml .dll" " .\bin\release\"
4343xcopy /S /Y /Q /I " %src_dep_folder% \libpng.dll" " .\bin\release\"
4444xcopy /S /Y /Q /I " %src_dep_folder% \raqm.dll" " .\bin\release\"
4545xcopy /S /Y /Q /I " %src_dep_folder% \SILLY.dll" " .\bin\release\"
4646xcopy /S /Y /Q /I " %src_dep_folder% \zlib.dll" " .\bin\release\"
47+
4748xcopy /S /Y /Q /I " %src_dep_folder% \freetype_d.dll" " .\bin\debug\"
4849xcopy /S /Y /Q /I " %src_dep_folder% \fribidi_d.dll" " .\bin\debug\"
49- xcopy /S /Y /Q /I " %src_dep_folder% \glew_d.dll" " .\bin\debug\"
5050xcopy /S /Y /Q /I " %src_dep_folder% \harfbuzz_d.dll" " .\bin\debug\"
51+ xcopy /S /Y /Q /I " %src_dep_folder% \glew_d.dll" " .\bin\debug\"
5152xcopy /S /Y /Q /I " %src_dep_folder% \jpeg_d.dll" " .\bin\debug\"
52- xcopy /S /Y /Q /I " %src_dep_folder% \libexpat_d .dll" " .\bin\debug\"
53+ xcopy /S /Y /Q /I " %src_dep_folder% \pugixml_d .dll" " .\bin\debug\"
5354xcopy /S /Y /Q /I " %src_dep_folder% \libpng_d.dll" " .\bin\debug\"
5455xcopy /S /Y /Q /I " %src_dep_folder% \raqm_d.dll" " .\bin\debug\"
5556xcopy /S /Y /Q /I " %src_dep_folder% \SILLY_d.dll" " .\bin\debug\"
0 commit comments