Sha256: 098f7f1ce2f89f76500921498c123609bea5fa5a65f030bde4b918d9095cc5d1

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

/* win32/libxmlsec.def.src
   Pseudo-source used to create a .DEF file for proper dynamic linkage. 
   
   Assuming you use Microsoft's C compiler, you run a
   
       cl /EP libxmlsec.def.src > libxmlsec.def
       
   in order to get the right .DEF file. Basically, all you do is
   preprocess this file using a C/C++ preprocessor and the right
   .DEF file should come out. 
   
   Should you need a function which does not seem to be exported
   from the libxmlsec.dll, its name is most certainly missing here.
   Add the name of the offending function to this file and rebuild.

   21.03.2002, Igor Zlatkovic (igor@stud.fh-frankfurt.de)
	Created
 for LibXML and LibXSLT
   April 2002, Aleksey Sanin <aleksey@aleksey.com>
	Modified for XMLSec Libary
*/

LIBRARY libxmlsec
EXPORTS

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xmlsec-shim-1.2.18.2 vendor/xmlsec1-1.2.18/win32/libxmlsec.def.src
xmlsec-shim-1.2.18.1 vendor/xmlsec1-1.2.18/win32/libxmlsec.def.src