home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / mathstud / make_exe.m < prev    next >
Encoding:
Text File  |  1995-05-19  |  366 b   |  9 lines

  1. % create a stand alone MathViews executable
  2.  
  3.   _loadlib math_org    % load the original precompiled MathViews MLB
  4.   _compile mvrun       % compile your own code (turn off debugger)
  5.   _savelib             % create the new mathview.MLB file
  6.   _bind                % create MATHVRT.EXE
  7.                        % (_bind requires mathview.rtm in the current dir)
  8.  
  9.