From 9fe4b73d97febc2b4710e37b3866b44492c6186a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 2 Feb 2009 00:18:09 +0000 Subject: [PATCH] Add the CAPI engine --- engines/makeengines.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/makeengines.com b/engines/makeengines.com index 4a7474e010..840864f7cf 100644 --- a/engines/makeengines.com +++ b/engines/makeengines.com @@ -34,7 +34,7 @@ $! Set the names of the engines we want to build $! $ ENGINES = "," + P6 $ IF ENGINES .EQS. "," THEN - - ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec" + ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec,capi" $! $! Set the default TCP/IP library to link against if needed $! @@ -87,6 +87,7 @@ $ ENGINE_chil = "e_chil" $ ENGINE_nuron = "e_nuron" $ ENGINE_sureware = "e_sureware" $ ENGINE_ubsec = "e_ubsec" +$ ENGINE_capi = "e_capi" $! $! Define which programs need to be linked with a TCP/IP library $! -- 2.25.1