Skip to content

Commit 2024390

Browse files
committed
CEGUI SDK builders updated
1 parent 8369391 commit 2024390

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

3rdParty/CEGUI/update_cegui_win_sdk_x64.cmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,21 @@ xcopy /S /Y /Q /I "..\..\..\cegui\dependencies\*.txt" "dependencies\"
3636
rem CEGUI Dependency DLLs
3737
xcopy /S /Y /Q /I "%src_dep_folder%\freetype.dll" ".\bin\release\"
3838
xcopy /S /Y /Q /I "%src_dep_folder%\fribidi.dll" ".\bin\release\"
39-
xcopy /S /Y /Q /I "%src_dep_folder%\glew.dll" ".\bin\release\"
4039
xcopy /S /Y /Q /I "%src_dep_folder%\harfbuzz.dll" ".\bin\release\"
40+
xcopy /S /Y /Q /I "%src_dep_folder%\glew.dll" ".\bin\release\"
4141
xcopy /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\"
4343
xcopy /S /Y /Q /I "%src_dep_folder%\libpng.dll" ".\bin\release\"
4444
xcopy /S /Y /Q /I "%src_dep_folder%\raqm.dll" ".\bin\release\"
4545
xcopy /S /Y /Q /I "%src_dep_folder%\SILLY.dll" ".\bin\release\"
4646
xcopy /S /Y /Q /I "%src_dep_folder%\zlib.dll" ".\bin\release\"
47+
4748
xcopy /S /Y /Q /I "%src_dep_folder%\freetype_d.dll" ".\bin\debug\"
4849
xcopy /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\"
5050
xcopy /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\"
5152
xcopy /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\"
5354
xcopy /S /Y /Q /I "%src_dep_folder%\libpng_d.dll" ".\bin\debug\"
5455
xcopy /S /Y /Q /I "%src_dep_folder%\raqm_d.dll" ".\bin\debug\"
5556
xcopy /S /Y /Q /I "%src_dep_folder%\SILLY_d.dll" ".\bin\debug\"

3rdParty/CEGUI/update_cegui_win_sdk_x86.cmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,21 @@ xcopy /S /Y /Q /I "..\..\..\cegui\dependencies\*.txt" "dependencies\"
3636
rem CEGUI Dependency DLLs
3737
xcopy /S /Y /Q /I "%src_dep_folder%\freetype.dll" ".\bin\release\"
3838
xcopy /S /Y /Q /I "%src_dep_folder%\fribidi.dll" ".\bin\release\"
39-
xcopy /S /Y /Q /I "%src_dep_folder%\glew.dll" ".\bin\release\"
4039
xcopy /S /Y /Q /I "%src_dep_folder%\harfbuzz.dll" ".\bin\release\"
40+
xcopy /S /Y /Q /I "%src_dep_folder%\glew.dll" ".\bin\release\"
4141
xcopy /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\"
4343
xcopy /S /Y /Q /I "%src_dep_folder%\libpng.dll" ".\bin\release\"
4444
xcopy /S /Y /Q /I "%src_dep_folder%\raqm.dll" ".\bin\release\"
4545
xcopy /S /Y /Q /I "%src_dep_folder%\SILLY.dll" ".\bin\release\"
4646
xcopy /S /Y /Q /I "%src_dep_folder%\zlib.dll" ".\bin\release\"
47+
4748
xcopy /S /Y /Q /I "%src_dep_folder%\freetype_d.dll" ".\bin\debug\"
4849
xcopy /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\"
5050
xcopy /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\"
5152
xcopy /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\"
5354
xcopy /S /Y /Q /I "%src_dep_folder%\libpng_d.dll" ".\bin\debug\"
5455
xcopy /S /Y /Q /I "%src_dep_folder%\raqm_d.dll" ".\bin\debug\"
5556
xcopy /S /Y /Q /I "%src_dep_folder%\SILLY_d.dll" ".\bin\debug\"

0 commit comments

Comments
 (0)