Subversion Repositories Kolibri OS

Rev

Rev 9361 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. ; Necromancer's Dos Navigator menu file... ³
  2. ;ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
  3. ;Detailed help on the !.! expansion macros is available in the online help
  4. ;under the topic USER MENU -> FILENAME MACROS
  5. >1 Compile Necromancer's Dos Navigator
  6.  >2 DPMI32
  7.   call compile d32
  8.  >2 WIN32
  9.   call compile w32
  10.  >2 OS/2
  11.   call compile os2
  12. >1
  13. >1 Compile Resources for Navigator
  14.  >2 DPMI32
  15.   call resource d32
  16.  >2 WIN32
  17.   call resource w32
  18.  >2 OS/2
  19.   call resource os2
  20. >1
  21. >1 Create Navigator's Distributive
  22.  >2 DPMI32
  23.   call distrib d32
  24.  >2 WIN32
  25.   call distrib w32
  26.  >2 OS/2
  27.   call distrib os2
  28. >1
  29. >1 Create Installation of Navigator
  30.  >2 DPMI32
  31.   call install d32
  32.  >2 WIN32
  33.   call install w32
  34.  >2 OS/2
  35.   call install os2
  36.  >2
  37.  >2 Additions
  38.   call install add
  39.