← Back to team overview

maria-developers team mailing list archive

Rev 2725: Fix windows build: add strmov_overlapp.c to CMakeLists.txt in file:///home/psergey/bzr-new/mysql-5.1-maria-contd3/

 

At file:///home/psergey/bzr-new/mysql-5.1-maria-contd3/

------------------------------------------------------------
revno: 2725
revision-id: psergey@xxxxxxxxxxxx-20090910080750-tcyaxkh0wwpgqzad
parent: psergey@xxxxxxxxxxxx-20090909215928-jd9v62cem7e2uukw
committer: Sergey Petrunya <psergey@xxxxxxxxxxxx>
branch nick: mysql-5.1-maria-contd3
timestamp: Thu 2009-09-10 12:07:50 +0400
message:
  Fix windows build: add strmov_overlapp.c to CMakeLists.txt
=== modified file 'libmysql/CMakeLists.txt'
--- a/libmysql/CMakeLists.txt	2009-09-07 20:50:10 +0000
+++ b/libmysql/CMakeLists.txt	2009-09-10 08:07:50 +0000
@@ -94,7 +94,7 @@
                      ../mysys/safemalloc.c ../mysys/sha1.c ../strings/str2int.c
                      ../strings/str_alloc.c ../strings/strcend.c ../strings/strcont.c ../strings/strend.c 
                      ../strings/strfill.c ../mysys/string.c ../strings/strinstr.c ../strings/strmake.c 
-                     ../strings/strmov.c ../strings/strnlen.c ../strings/strnmov.c ../strings/strtod.c
+                     ../strings/strmov.c ../strings/strmov_overlapp.c ../strings/strnlen.c ../strings/strnmov.c ../strings/strtod.c
                      ../strings/strtoll.c ../strings/strtoull.c ../strings/strxmov.c ../strings/strxnmov.c 
                      ../mysys/thr_mutex.c ../mysys/typelib.c ../vio/vio.c ../vio/viosocket.c 
                      ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c ../mysys/mf_qsort.c

=== modified file 'strings/CMakeLists.txt'
--- a/strings/CMakeLists.txt	2008-10-10 15:28:41 +0000
+++ b/strings/CMakeLists.txt	2009-09-10 08:07:50 +0000
@@ -23,7 +23,7 @@
                 ctype-latin1.c ctype-mb.c ctype-simple.c ctype-sjis.c ctype-tis620.c ctype-uca.c
                 ctype-ucs2.c ctype-ujis.c ctype-utf8.c ctype-win1250ch.c ctype.c decimal.c int2str.c
                 is_prefix.c llstr.c longlong2str.c my_strtoll10.c my_vsnprintf.c r_strinstr.c
-                str2int.c str_alloc.c strcend.c strend.c strfill.c strmake.c strmov.c strnmov.c 
+                str2int.c str_alloc.c strcend.c strend.c strfill.c strmake.c strmov.c strmov_overlapp.c strnmov.c 
                 strtod.c strtol.c strtoll.c strtoul.c strtoull.c strxmov.c strxnmov.c xml.c
                 my_strchr.c strcont.c strinstr.c strnlen.c
                 strappend.c)