Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
332186b6
Commit
332186b6
authored
Jan 22, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gen_lex_hash does not need to link with odbc32*.lib
parent
4bf4bf13
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
extra/CMakeLists.txt
extra/CMakeLists.txt
+1
-1
No files found.
extra/CMakeLists.txt
View file @
332186b6
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment