7                    PPPD source code and build procedure   N     This directory tree includes the source code and build procedure necessaryF to create the PPPD utility, drivers and demo VCM.  The build procedureG (BUILD.COM) should be executed in the directory that contains the build G subdirectories (EXE, INCLUDE, LIS, OBJ, and SOURCE).  The procedure was ? verified on a VMS V7.1 Alpha with SDL V3.2-12 (available on the M VMS Freeware V3.0 CD or from http://www.openvms.digital.com/ ) and DECC V5.2. D The procedure assumes that the SDL utility has been properly set up.I The resulting executable images, help library and command line definition ( file will be in the [.EXE] subdirectory.       Installation is as follows:   @ 1)  Copy the drivers ([.EXE]*DRIVER.EXE) to SYS$LOADABLE_IMAGES.$ 2)  Copy PPPDMSG.EXE to SYS$MESSAGE.9 3)  Copy PPPD$LOGGER.EXE and PPPD$UTIL.EXE to SYS$SYSTEM. # 4)  Copy PPPD$HELP.HLB to SYS$HELP. ? 5)  Add the PPPD command to the system by one of the following: M     a)  To make the PPPD command available to all users, add it to the system          command tables: P         $ SET COMMAND/TABLES=SYS$SHARE:DCLTABLES.EXE/OUTPUT=SYS$SHARE:DCLTABLES-           PPPD.CLD5         $ SET PROTECTION=W:RE SYS$SHARE:DCLTABLES.EXE M     b)  To make the PPPD command available to a specific process, execute the          command:,         $ SET COMMAND device:[directory]PPPD 6)  Reboot the computer.( 7)  Install PPPD$LOGGER.EXE with PRMMBX.A 8)  Install PPPD$UTIL.EXE with CMKRNL, PRMMBX, PSWAPM and SYSPRV.   I     To make the above files available to the general user, the above COPY 3 commands should use the /PROTECTION=W:RE qualifier.   E     All source files are found in [.SOURCE], and all derivative files A (object files, etc.) are put into the other build subdirectories.   K     For development of PPP callbacks, documentation and a demo callback are 1 located in the PPPD subdirectory of SYS$EXAMPLES.   T     The .SDI files for Alpha VMS V6.2 are included in this kit to allow one to buildV this kit under Alpha VMS V6.2.  This kit has been built under Alpha VMS V7.1; buildingW under Alpha VMS V6.2 may require changes to the source code to build properly.  For the O BUILD.COM build procedure, substitute SDI_V62 for SDI_V71 in the copy commands. 