home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / manage / manage.cmm next >
Encoding:
Text File  |  1988-05-03  |  1.1 KB  |  30 lines

  1.      
  2.  
  3.                      Comments on Porting
  4.                      General Management
  5.                    by GTE Sylvania Systems
  6.                         to DEC Ada
  7.  
  8.                                                                 Tool 10_1 
  9.                                                                 August 2, 1985
  10.  
  11. COMPILATION
  12. -----------
  13.   A VMS command file for compilation was created for the MANPOWER program 
  14.   and for the TRACKER program.  The ordered list of compilation units for 
  15.   MANPOWER was provided in MANPWRSRC.DIS and the list for TRACKER was 
  16.   provided in TRACKERSRC.DIS.  We were able to recompile both TRACKER and 
  17.   MANPOWER with only one change to the compilation order file, MANPRESRC.DIS.  
  18.   The file MANPOWER.ADA was last in the ordering.  However, it needed to be 
  19.   compiled first, since it was a parent unit of many of the other files.
  20.   
  21.   We were able to recompile TRACKER and MANPWER without any changes.
  22.  
  23.  
  24.  
  25. EXECUTION
  26. ---------
  27.   We were able to execute TRACKER and MANPOWER.  They appeared to be in 
  28.   a workable condition.
  29.  
  30.