SCOUG-Programming Mailing List Archives
Return to [ 22 |
November |
2006 ]
4
This is a multipart message in MIME format. If you can read this
paragraph, your mail program probably does not support MIME messages,
and you may not be able to receive the contents of this message in
the format intended by the sender.
Content Type: text/plain
I have updated my web site with the latest presentation.
As requested at the last meeting attached is the REXX command I use for
compiling PLI programs. Change "r:" to match the drive where you have
installed the various parts.
--
Robert Blair
Content Type: text/plain
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="PLIset.cmd"
/* PLIset.cmd - PLI environment modifications */=0D=0A=0D=0A'set BEGINLIBPAT=
H=3Dr:\ibmplip\dll\'=0D=0A=0D=0Av =3D value( 'NLSPATH', 'r:\ibmplip\help;' |=
| value( 'NLSPATH',, 'OS2ENVIRONMENT' ), 'OS2ENVIRONMENT' )=0D=0Av =3D value=
( 'PATH', 'r:\ibmplip\bin;r:\ibmplip\samples;r:\toolkt21\os2bin;r:\plitk;' |=
| value( 'PATH',, 'OS2ENVIRONMENT' ), 'OS2ENVIRONMENT' )=0D=0Av =3D value( '=
INCLUDE', 'r:\ibmplip\include;' || value( 'INCLUDE',, 'OS2ENVIRONMENT' ), 'O=
S2ENVIRONMENT' )=0D=0Av =3D value( 'LIB', 'r:\ibmplip\lib;' || value( 'LIB',=
, 'OS2ENVIRONMENT' ), 'OS2ENVIRONMENT' )=0D=0Av =3D value( 'DPATH', 'r:\ibmp=
lip\msg;' || value( 'DPATH',, 'OS2ENVIRONMENT' ), 'OS2ENVIRONMENT' )=0D=0Av =
=3D value( 'HELP', 'r:\ibmplip\help;r:\toolkt21\os2help;' || value( 'HELP',,=
'OS2ENVIRONMENT' ), 'OS2ENVIRONMENT' )=0D=0Av =3D value( 'BOOKSHELF', 'r:\i=
bmplip\help;' || value( 'BOOKSHELF',, 'OS2ENVIRONMENT' ), 'OS2ENVIRONMENT' )=
=0D=0A=0D=0Av =3D value( 'IBM.OPTIONS', "snap attributes gonumber insource l=
ist macro mdeck object source xref flag(w) LIBS(MULTI) LIMITS( EXTNAME( 31 )=
) MARGINS( 2, 100 ) NOT( '=A6' ) optimize( time ) system(os2 pentium)", 'OS=
2ENVIRONMENT' )=0D=0Av =3D value( 'IBM.PPINCLUDE', 'id(++include)', 'OS2ENVI=
RONMENT' )=0D=0Av =3D value( 'IBM.PPMACRO', 'xref', 'OS2ENVIRONMENT' )=0D=
=0Av =3D value( 'IBM.SYSLIB', '.\;r:\ibmplip\include', 'OS2ENVIRONMENT' )=
=0D=0Av =3D value( 'ILINK', '/map /optfunc /exepack:2 /packcode /packdata /d=
bgpack /linenumbers /base:0x00010000 /ignorecase /stack:0x00500000', 'OS2ENV=
IRONMENT' )=0D=0Av =3D value( 'IPFC', 'r:\toolkt21\ipfc;', 'OS2ENVIRONMENT' =
)=0D=0Av =3D value( 'dd:plidump', 'f:\temp\plidump', 'OS2ENVIRONMENT' )=0D=
=0A=0D=0Aexit=0D=0A=0D=0A
Return to [ 22 |
November |
2006 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|