|
From: Bob T. <bt...@us...> - 2001-06-05 03:31:31
|
Update of /cvsroot/benson/benson2/src/modules/Benson
In directory usw-pr-cvs1:/tmp/cvs-serv11660/src/modules/Benson
Modified Files:
Makefile.PL
Log Message:
Checking new Benson/Makefile.PL on different boxes
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/benson/benson2/src/modules/Benson/Makefile.PL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.PL 2001/04/22 03:09:48 1.2
--- Makefile.PL 2001/06/05 02:46:39 1.3
***************
*** 3,8 ****
#$Verbose = 1;
! $CC = 'mico-c++';
! $LD = 'mico-ld';
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
--- 3,8 ----
#$Verbose = 1;
! my $CC="mico-c++";
! my $LD="mico-ld";
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
***************
*** 13,17 ****
'AUTHOR' => 'Bob Tribit <bt...@ne...>',
'ABSTRACT' => 'Queue Interface layer for Benson server',
! 'LIBS' => ['-lmico2.3.5 -lmicocoss2.3.5 -R/usr/local/ssl/lib -R/usr/local/lib'], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
--- 13,17 ----
'AUTHOR' => 'Bob Tribit <bt...@ne...>',
'ABSTRACT' => 'Queue Interface layer for Benson server',
! 'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
|