home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0766.lha / MPE / s / mpe.help
Text File  |  1992-11-21  |  6KB  |  202 lines

  1. *#loadproject
  2.  Here you can load your directory where the program is standing
  3.  witch you want to use. (f.e. DH0:M2/MPE do not choose the
  4.  subdirs txt, bin, obj, sym or txt. The program sees this
  5.  by it's self.@
  6.  
  7. *#loadmain
  8.  Here load your main program @
  9.  
  10. *#loadmodule
  11.  Here you can load your module.  If you don't have a module you
  12.  don't need to load something. @
  13.  
  14. *#resident
  15.  At the sub-items you can set M2C, M2L or/and M2Make resident.
  16.  This information shall also be saved to the config file.
  17.  At the end of the program i remove all the program's of
  18.  the resident list. I do this with the command "resident",
  19.  so it must exist.@
  20.  
  21. *#m2project
  22.  With this item you can choose the options and start the
  23.  program M2Project. In the subitem you can set the options
  24.  for M2Project. With start, the program M2project will
  25.  be started.@
  26.  
  27. *#about
  28.  Here you find the information about the program, author,
  29.  version etc.@
  30.  
  31. *#quit
  32.  This item you need if you want to leave the program.
  33.  A requester ask's to save settings or quit or cancel.
  34.  You can also use a letter.
  35.  'Y' for quit
  36.  'M' for Save & Quit
  37.  'N' for Cancel
  38.  This is only if you use the standard version
  39.  Not for the version with reqtools.library@
  40.  
  41. *#loadactfile
  42.  When you choose this item an editor (the want you choose in
  43.  settings) will be started with the active file.@
  44.  
  45. *#loadafile
  46.  When you choose this item the program put an file requester
  47.  on the window and you can choose any file you want to edit.@
  48.  
  49. *#loadreportfile
  50.  When you choose this item the program loads a report file
  51.  into the editor with the main module name.report.@
  52.  
  53. *#loaderrorfile
  54.  This item finds an error file produced by M2C. It's specially
  55.  for when you choose build (M2make).
  56.  A file requester disappear on the screen and shows all the
  57.  file's which have an error. When you load this file it will
  58.  be automatically the Module file and or if it is the main
  59.  file the main file will be loaded.@
  60.  
  61. *#loaddocfile
  62.  When you choose this item the program loads a <MainName>.DOC
  63.  file in the editor from the project directory.@
  64.  
  65. *#compile
  66.  When you choose this item the program compiles the active file.
  67.  (main or module)@
  68.  
  69. *#coptions
  70.  In the subitems you can set your options for the M2Amiga
  71.  V4.0 compiler. At the last subitem you can give your
  72.  own options.@
  73.  
  74. *#linker
  75.  When you choose this item the program links everything.
  76.  If the main file is changed it compiles first the main file.
  77.  If the second file or .def file is changed it compiles first
  78.  the second file. if every goes right than the linker will be
  79.  started. (Just try to see )
  80.  
  81.  NOTE        : If the program has more sub modules THEY WON'T COMPILE
  82.                IF THEY ARE CHANGED THEREFOR YOU NEED TO CHOOSE MAKE.@
  83.  
  84. *#loptions
  85.  In the subitems you can set your options for the M2Amiga
  86.  V4.0 linker. At the last subitem you can give your own
  87.  options.@
  88.  
  89. *#liblink
  90.  When you choose this item the program links the mainfile with
  91.  every otherfile its needed.
  92.  
  93.  NOTE : - There is NO Checking on succesfull or not !!!!
  94.         - There is NO Checking if the mainprogram,module is
  95.           compiled or NOT !!!!@
  96.  
  97. *#lbloptions
  98.  In this subitem you can set your options for the M2Amiga
  99.  V4.0 liblinker. At the last subitem you can give your own
  100.  options.@
  101.  
  102. *#make
  103.  With this item you can start the program m2make.@
  104.  
  105. *#moptions
  106.  In the subitems you can set your options for the M2Amiga
  107.  V4.0 make.@
  108.  
  109.  
  110. *#running
  111.  When you choose this item the program compile if necessary,
  112.  linked everything together end run the program.@
  113.  
  114.  
  115. *#arguments
  116. In this item you can give your arguments@
  117.  
  118. *#changeext
  119. In the sub-items you can choose between a .mod file or a .def
  120. file.@
  121.  
  122. *#workfile
  123. In the sub-items you can choose between the main file and
  124. secondfile for making active.@
  125.  
  126. *#processortype
  127.  In the sub-items you can choose the processor type
  128.  you want to compile for it.@
  129.  
  130. *#changesettings
  131. After choosing this item you get a requester where you can
  132. change your default editor, usermenus.
  133. Further you can set the following options on or off:
  134.  
  135.  - Debugger (Must M2Debug loaded or not )
  136.  - Create a new Default File ( <NAME>.MOD BEGIN CLOSE END <NAME>.etc.)
  137.  - Change CONST AutoVersion  ( CONST AutoVersion = '1.0' )
  138.  - Make Backup File          ( When AutoRevHeader is active )
  139.  - M2Pool loaded at start    ( Load the m2pool program )
  140.  - Change ENV: options also
  141.    ( If you change the compiler, linker or make options
  142.      mpe write this also to env:m2c , env:m2l and env:m2make )
  143.  - Module check
  144.    ( this items check if your loaded program is a MODULE or
  145.      a IMPLEMENTATION MODULE. )@
  146.  
  147. *#loadsettings
  148.  Here you can load your project settings.@
  149.  
  150. *#savesetings
  151. Here you can save your project settings.@
  152.  
  153. *#savedefault
  154. Here you can save your default settings.
  155. This contains: - Compiler, Linker and M2Make options
  156.                - Resident options
  157.                - Sort editor
  158.                - User Menu
  159.                - Debugger On/Off
  160.                - Create a new default file On/Off
  161.                - Change  CONST 'AutoVersion' On/Off
  162.                - Create backup file  AutoHeader On/Off
  163.                - Change ENV: options also  On/Off
  164.                - Change Module check  On/Off
  165.  
  166.   NOTE       : The main and second file name will not be saved.@
  167.  
  168.  
  169.  
  170. *#shell
  171. Here you can start the Command Line Interface.
  172. This menu item executes 'NewShell', so it must exist. and
  173. the program must find it. Otherwise it will not executed.@
  174.  
  175. *#user
  176. Here the program execute your file out the Setting Menu.
  177. You can use something like 'C:list bin/' or whatever you want.@
  178.  
  179. *#execute
  180. At this item the program ask you with a StringRequester
  181. what you want to execute.@
  182.  
  183. *#infoheader
  184. Here you can fill in your default header info.
  185. This means when you create your first header.
  186. The name is depended from the active file.@
  187.  
  188. *#createheader
  189. This item creates the header at the active file.
  190. If the header exists a few things happened.
  191. - A requester asks for the new version number.
  192. - A requester asks for the update string.
  193. - When AutoVersion is on the version number in the
  194.   Constance 'AutoVersion' shall be changed.
  195.   If CONST AutoVersion = '1.0' And you fill in the
  196.   string requester 1.1 then you get
  197.   CONST AutoVersion = '1.1'.
  198.   If you use (*# AutoHeader:=FALSE *)
  199.   Please put this in the top of your file
  200.   the program doesn't create a header file.
  201.   You must use '(*#', '#' stands for MPE options.@
  202.