Initial Commit
This commit is contained in:
parent
90a6bad3ea
commit
ee9dbdb7fa
6
build/defs/udr_plugin.def
Normal file
6
build/defs/udr_plugin.def
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
;------------------------------------------------------------------------------
|
||||||
|
; Export symbols
|
||||||
|
;-----------
|
||||||
|
|
||||||
|
EXPORTS
|
||||||
|
firebird_udr_plugin
|
10
build/defs/udr_plugin.vers
Normal file
10
build/defs/udr_plugin.vers
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
###############################################################################
|
||||||
|
# Export symbols
|
||||||
|
############
|
||||||
|
|
||||||
|
{
|
||||||
|
global:
|
||||||
|
firebird_udr_plugin;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user