mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
gen_lex_hash does not need to link with odbc32*.lib
This commit is contained in:
parent
4bf4bf1386
commit
332186b639
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ADD_CUSTOM_TARGET(GenError
|
|||
DEPENDS ${PROJECT_SOURCE_DIR}/include/mysqld_error.h)
|
||||
|
||||
ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
|
||||
TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt odbc32 odbccp32 wsock32)
|
||||
TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt wsock32)
|
||||
|
||||
ADD_EXECUTABLE(perror perror.c)
|
||||
TARGET_LINK_LIBRARIES(perror strings mysys dbug wsock32)
|
||||
|
|
Loading…
Add table
Reference in a new issue