diff options
author | unknown <knielsen@mysql.com> | 2006-02-28 12:52:38 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-02-28 12:52:38 +0100 |
commit | 4068c3c67402e63b29dfad8a49fb0772d371b923 (patch) | |
tree | fb086ea76722ce121a26f8f2ab236ae915c15443 /win | |
parent | 8ff5ed9bd5fea412fc69b08dea3222d8a5651096 (diff) | |
download | mariadb-git-4068c3c67402e63b29dfad8a49fb0772d371b923.tar.gz |
Windows compile fixes.
win/cmakefiles/mysys:
Remove no longer existing source file from list.
sql/log_event.cc:
Fix byte * <-> char * Windows build problem.
VC++Files/mysys/mysys.vcproj:
Remove no longer existing source file from list.
Diffstat (limited to 'win')
-rw-r--r-- | win/cmakefiles/mysys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/cmakefiles/mysys b/win/cmakefiles/mysys index 3596825cded..ceecc1368ec 100644 --- a/win/cmakefiles/mysys +++ b/win/cmakefiles/mysys @@ -16,6 +16,6 @@ ADD_LIBRARY(mysys array.c charset-def.c charset.c checksum.c default.c default_m my_mkdir.c my_mmap.c my_net.c my_once.c my_open.c my_pread.c my_pthread.c my_quick.c my_read.c my_realloc.c my_redel.c my_rename.c my_seek.c my_sleep.c my_static.c my_symlink.c my_symlink2.c my_sync.c my_thr_init.c my_wincond.c - my_windac.c my_winsem.c my_winthread.c my_write.c ptr_cmp.c queues.c raid.cc + my_windac.c my_winsem.c my_winthread.c my_write.c ptr_cmp.c queues.c rijndael.c safemalloc.c sha1.c string.c thr_alarm.c thr_lock.c thr_mutex.c thr_rwlock.c tree.c typelib.c my_vle.c base64.c) |