mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
VC++ project for to compile the udf_example.cc on
Windows
This commit is contained in:
9
VC++Files/examples/udf_example/udf_example.def
Normal file
9
VC++Files/examples/udf_example/udf_example.def
Normal file
@ -0,0 +1,9 @@
|
||||
LIBRARY MYUDF
|
||||
DESCRIPTION 'MySQL Sample for UDF'
|
||||
VERSION 1.0
|
||||
EXPORTS
|
||||
metaphon
|
||||
myfunc_double
|
||||
myfunc_int
|
||||
sequence
|
||||
avgcost
|
Reference in New Issue
Block a user