diff options
author | unknown <serg@janus.mylan> | 2007-12-13 19:25:01 +0100 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-12-13 19:25:01 +0100 |
commit | 01ea6c1e7fb4687f9af5a1ce0d0bd3b1935bfece (patch) | |
tree | 9fe64412d9fed8a877afd3f6aeb1f094234db38b /libmysql | |
parent | 92fe98d7d7df522f1913b74e0c74d2319234ef3d (diff) | |
download | mariadb-git-01ea6c1e7fb4687f9af5a1ce0d0bd3b1935bfece.tar.gz |
fixes for windows builds
Diffstat (limited to 'libmysql')
-rwxr-xr-x | libmysql/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt index 8471bbbd76c..1e93a7668cc 100755 --- a/libmysql/CMakeLists.txt +++ b/libmysql/CMakeLists.txt @@ -71,10 +71,10 @@ SET(CLIENT_SOURCES ../mysys/array.c ../strings/bchange.c ../strings/bmove.c ../strings/ctype-simple.c ../strings/ctype-sjis.c ../strings/ctype-tis620.c ../strings/ctype-uca.c ../strings/ctype-ucs2.c ../strings/ctype-ujis.c ../strings/ctype-utf8.c ../strings/ctype-win1250ch.c ../strings/ctype.c - ../mysys/default.c errmsg.c ../mysys/errors.c + ../mysys/default.c errmsg.c ../mysys/errors.c ../mysys/my_sync.c ../mysys/hash.c ../mysys/my_sleep.c ../mysys/default_modify.c get_password.c ../strings/int2str.c ../strings/is_prefix.c - libmysql.c ../mysys/list.c ../strings/llstr.c + libmysql.c ../mysys/list.c ../strings/llstr.c ../mysys/my_rnd.c ../strings/longlong2str.c manager.c ../mysys/mf_cache.c ../mysys/mf_dirname.c ../mysys/mf_fn_ext.c ../mysys/mf_format.c ../mysys/mf_iocache.c ../mysys/mf_iocache2.c ../mysys/mf_loadpath.c |