Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
[project] Win32: Download mysql client as win32 build dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Oct 13, 2012
1 parent 11d38eb commit ff81206
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions project/BuildDependencies/scripts/mysqlclient_d.bat
@@ -0,0 +1,13 @@
@ECHO OFF

SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\mysqlclient_d.txt

CALL dlextract.bat mysqlclient %FILES%

cd %TMP_PATH%

xcopy mysql-connector-c-noinstall-6.0.2-win32\include\* "%CUR_PATH%\include\mysql\" /E /Q /I /Y
copy mysql-connector-c-noinstall-6.0.2-win32\lib\mysqlclient.lib "%CUR_PATH%\lib\" /Y

cd %LOC_PATH%
2 changes: 2 additions & 0 deletions project/BuildDependencies/scripts/mysqlclient_d.txt
@@ -0,0 +1,2 @@
; filename mirror source of the file
mysql-connector-c-noinstall-6.0.2-win32.zip http://mirrors.xbmc.org/build-deps/win32/ http://ftp.gwdg.de/pub/misc/mysql/Downloads/Connector-C/

0 comments on commit ff81206

Please sign in to comment.