home *** CD-ROM | disk | FTP | other *** search
- /* AddLibraries.xdme */
- /* This adds the libraries used by XES. */
-
- if exists("libs:rexxsupport.library") then do
- if ~show("L","rexxsupport.library") then
- call addlib("rexxsupport.library",0,-30,0)
- end
- else say "You need RexxSupport.library"
-
- if exists("libs:rexxreqtools.library") then do
- if ~show("L","rexxreqtools.library") then
- call addlib("rexxreqtools.library",0,-30)
- end
- else say "You need RexxReqTools.library"
-
- if exists("libs:rexxarplib.library") then do
- if ~show("L","rexxarplib.library") then
- call addlib("rexxarplib.library",0,-30)
- end
- else say "You need RexxArpLib.library"
-