Skip to content

Commit

Permalink
Add libintl, libiconv and pcre binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Apr 26, 2016
1 parent ef4e85d commit cde49b1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
TODOS
- Build pcre from sources
- Build libiconv from sources
- Build libintl from sources
Binary file added libiconv/libiconv2.dll
Binary file not shown.
Binary file added libintl/libintl3.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions makezip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,12 @@ xcopy /Y /I glib\vs12\Win32\share\glib-2.0\codegen\* deps\glib\vs12\Win32\share\
mkdir glib\vs12\Win32\share\glib-2.0\schemas
xcopy /Y /I glib\vs12\Win32\share\glib-2.0\schemas\* deps\glib\vs12\Win32\share\glib-2.0\schemas

REM Add prebuilt libraries : libintl, libiconv and pcre dll.
mkdir deps\libintl\lib
xcopy /Y /I libintl\libintl3.dll deps\libintl\lib
mkdir deps\libiconv\lib
xcopy /Y /I libiconv\libiconv2.dll deps\libiconv\lib
mkdir deps\pcre\lib
xcopy /Y /I pcre\pcre3.dll deps\pcre\lib

7z a -r -tzip deps.zip deps
1 change: 1 addition & 0 deletions pcre/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PCRE prebuilt binary - pcre 7.0
Binary file added pcre/pcre3.dll
Binary file not shown.

0 comments on commit cde49b1

Please sign in to comment.