home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d586 / azmake.lha / AzMake / English.doc < prev    next >
Text File  |  1992-01-04  |  6KB  |  155 lines

  1. ============================================================================
  2.  
  3.           AAAAAAA   ZZZZZZZ   M     M   AAAAAAA   K    K  EEEEEEE
  4.           A     A        Z    MM   MM   A     A   K   K   E
  5.           A     A       Z     M M M M   A     A   K  K    E
  6.           AAAAAAA    ZZZZZ    M  M  M   AAAAAAA   KKK     EEEE
  7.           A     A     Z       M     M   A     A   K  K    E
  8.           A     A    Z        M     M   A     A   K   K   E
  9.           A     A   ZZZZZZZ   M     M   A     A   K    K  EEEEEEE
  10.  
  11. ============================================================================
  12. Version 1.1
  13. (Fixed the bug that sometimes crashed the WB, when AzMake was leaving)
  14.  
  15. AzMake is a work enviorment for Aztec C. You can compile, link, print your
  16. source... (Of course you need the MANX Aztec C Software)
  17.  
  18. This Program is SHAREWARE. You can give it to anyone you like, as long as
  19. the program is not changed in any way and this Doc-File is left intact.
  20. You may not sell it, or give it away with any kind of comercial software
  21. (exept you have a written permission by the author).
  22. This Program may be icluded in "Amiga Lib Disks" by Fred Fish and "Franz"
  23. by Holger Franz, no other series.
  24. I spent much time in AzMake, and I'd like to be rewarded for my work. So
  25. there is a little restriction build in the program. The Copyright Info
  26. will appear in irregular distances and you have to wait for 3 seconds
  27. before the CONTINUE gad will work. This is a fully working version, exept
  28. of the message that will appear. If you pay the contribution, you'll get
  29. a version without this "feature" and the full source code (Aztec C 5.0).
  30. I suggest US$15 or DM20 (There is included a disk with the files and the
  31. postage I have to pay).
  32. I can't be responsible for any damage caused by the use or disuse of AzMake.
  33.  
  34.  
  35. Installation
  36. ------------
  37. --------------------------> IMPORTANT <---------------------------------
  38. AzMake needs the >arp.library< in libs:.
  39. ------------------------------------------------------------------------
  40.  
  41. Get your system started normaly. Set your enviorment vars as used. AzMake
  42. can be started from the Shell (Cli) or Workbench.
  43. AzMake will work under priority -1, so it won't slow down the compiler,
  44. assembler and linker.
  45. Be shure that cc, as and ln are found, so set your path correct. If you
  46. run AzMake from WB, put them in c:.
  47. Finish the program by closing the window.
  48.  
  49.  
  50. The gadgets:
  51. ------------
  52.  
  53. Mini:
  54.     Will make the window very small and place it in the top left of the
  55.     Workbench. You can drag it anywhere and the next time it will appear
  56.     at your favourite place. You can get the full windows by activating
  57.     the MINI window and pressing the right mousebutton.
  58.  
  59. Info:
  60.     There will appear an info about this Program, same as the "reminder
  61.     to pay", but "Continue" will work immediately.
  62.  
  63. Cc:
  64.     This will call cc to compile the program in the "MainFile" gadget.
  65.     All the options standing in the "Compiler Opt" gad are used.
  66.     It will work like this: cc <MainFile> <Compiler Opt>
  67.     Make shure that the path is set correct and "cc" is found.
  68.     Clicking any gadget during compilation will have no effect.
  69.  
  70. As:
  71.     This will call as to assemble the program. See Cc.
  72.     The ending <.asm> will be connected to the mainfile.
  73.     (It is only useful to use "As" when you compile with "-a", or
  74.     load a ".asm" file)
  75.  
  76. Ln:
  77.     Link the program. ln <MainFile>.o <Linker Opt>
  78.     For more info look Cc.
  79.  
  80. Cc & Ln:
  81.     If you are shure that there are no errors in your source, use this
  82.     gadget. It will work like clicking Cc and Ln after the other.
  83.     Of course this is not useful if your "Compiler Opt" contains "-a".
  84.     IMPORTANT: If there are errors while compiling AzMake will try to
  85.     link the object file nevertheless.
  86.  
  87. Dir:
  88.     The current dir will be printed.
  89.  
  90. Pick File:
  91.     A filerequester will appear. Choose the file you want to compile.
  92.     AzMake only accepts files with the extension ".c", ".h" or ".asm".
  93.     If an option file exists, the options will be loaded automaticaly.
  94.     (Thanks to the programmers of the arp.library.)
  95.  
  96. Save Options:
  97.     The Options for cc, as, ln will be saved in a file named as your
  98.     programm, with the extension ".azcfg". If you pick the workfile
  99.     afterwards, the options will load automaticaly.
  100.  
  101. NewShell: ( Only under OS 2.0, sorry )
  102.     This will open a new Shell. It acts like "NewShell" in DOS, so you
  103.     can immediately test your programms.
  104.  
  105. Run Program:
  106.     The program named in the "MainFile" gad will be started. It will
  107.     use the same stdin, stdout, stderr as AzMake. Maybe you prefer
  108.     a Shell to start and test your program.
  109.  
  110. Print Source:
  111.     Your source <MainFile> will be printed. You need PRT: as a mounted
  112.     device, all options in the Preferences set will be used.
  113.  
  114. Kill Window:
  115.     If any program will leave an open window, or will die (TASK HELD),
  116.     work can go on, but how to close the windows? KillWindow will list
  117.     all windows found on Workbench with their names and positions.
  118.     Type in the number of the window you want to be closed. But be
  119.     careful: Closing the wrong window (if there ist still a task that
  120.     wants to change anything in the window ) will perhaps force a GURU.
  121.  
  122. MainFile:
  123.     The name of he program you want to compile, link and so on.
  124.     See Pick File.
  125.  
  126. Compiler Opt:
  127.     Options for cc.
  128.  
  129. Assembler Opt:
  130.     Options for as.
  131.  
  132. Linker Opt:
  133.     Options for ln. The default is "-lc".
  134.  
  135. Finish the program by closing the window. There will be no verify.
  136.  
  137. Excuse my school english.
  138. Thanks LANGENSCHEIDT for help in the translation.
  139.  
  140. ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  141.  
  142. I'd like to say once more, that this program is SHAREWARE. All rights
  143. are reserved.( arp.library ic Copyright of it's authors)
  144. If you pay, you'll get a disk with a fully working version, and all C source
  145. codes. (Of course, this version is a fully working one, but
  146. the automatic copyright info will be away)
  147.  
  148. Christian Friedel
  149. Jägerstraße 6
  150. 5064 Rösrath 3
  151. W-Germany
  152.  
  153. ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  154.  
  155.