Skip to content

Commit

Permalink
Update in prep for Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaerkh committed Nov 6, 2017
1 parent 85cc21c commit 667fc1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions windeploy_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ fi

if [[ "$BUILD_TYPE" == "Release" ]]; then
echo "Release build"
ICU_FILES="libicuuc57.dll libicuin57.dll libicudt57.dll"
ICU_FILES="libicuuc58.dll libicuin58.dll libicudt58.dll"
else
echo "Debug build"
ICU_FILES="libicuucd57.dll libicuind57.dll libicudtd57.dll"
ICU_FILES="libicuucd58.dll libicuind58.dll libicudtd58.dll"
fi

FILES="zlib1.dll libwinpthread-1.dll libtiff-5.dll libstdc++-6.dll libpng16-16.dll libpcre16-0.dll libpcre-1.dll libmng-2.dll liblzma-5.dll liblcms2-2.dll libjpeg-8.dll libjasper-1.dll libintl-8.dll libiconv-2.dll libharfbuzz-0.dll libgraphite2.dll libglib-2.0-0.dll libfreetype-6.dll libbz2-1.dll"
FILES="zlib1.dll libwinpthread-1.dll libtiff-5.dll libstdc++-6.dll libpng16-16.dll libpcre16-0.dll libpcre-1.dll libmng-2.dll liblzma-5.dll liblcms2-2.dll libjpeg-8.dll libjasper-4.dll libintl-8.dll libiconv-2.dll libharfbuzz-0.dll libgraphite2.dll libglib-2.0-0.dll libfreetype-6.dll libbz2-1.dll"

platform=$(get_platform)

Expand Down

0 comments on commit 667fc1a

Please sign in to comment.