home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / projects / makatic_2 / Makatic / MultiLink < prev    next >
Text File  |  1996-04-30  |  887b  |  23 lines

  1. If "%0" = "" Then Echo Makatic.MultiLink: Usage:
  2. If "%0" = "" Then Echo Makatic.MultiLink: |<build-type> [|<library directory>]
  3. If "%0" = "" Then Obey
  4.  
  5. Wimpslot 640k
  6.  
  7. <Obey$Dir>._EnsureDir %1
  8.  
  9. Echo Makatic.MultiLink started for '%0' version of '<Makatic$ProjectDir>'.
  10. Echo
  11.  
  12. | The following line generates a makefile which lists each individual .o file.
  13. | AMU can't cope with the generated makefile of this type, because $(ObjectFiles)
  14. | is too long.
  15. |Makatic.Makatic2 -e -d <Makatic$ProjectDir>.%0 -t TemplateAl -o All -F -f <Makatic$ProjectDir>.Libraries.*.c++.* *2.%0.o.#0 -f ^.Libraries.*.c.* *2.%0.o.#0 -f ^.Libraries.*.s.* *2.%0.o.#0 -a
  16.  
  17. | This line generates a makefile which lists each individual <sublibrary>.o.*
  18. Makatic.Makatic2 -e -d <Makatic$ProjectDir>.%0 -t TemplateAl -o All -F -f ^.Libraries.* *0.%0.o.** -a
  19.  
  20. Unset Makatic$ProjectDir
  21. Echo Makatic.MultiLink finished.
  22. Echo
  23.