Sample makefile (UNIX)  Registering ESPs

Chapter 17: Using Extended Stored Procedures

Sample definitions file

The following file, xp_echo.def, must be in the same directory as xp_echo.mak. It lists every function to be used as an ESP function in the EXPORTS section.

LIBRARY   examples

CODE      PRELOAD MOVEABLE DISCARDABLE
DATA      PRELOAD SINGLE

EXPORTS
        xp_echo  .   1




Copyright © 2005. Sybase Inc. All rights reserved. Registering ESPs

View this book as PDF