home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / projects / projman_1 / !ProjMan / Env / GCC / Tools < prev   
Text File  |  1994-10-06  |  1KB  |  54 lines

  1. #
  2. #    !ProjMan GCC Environment
  3. #
  4. #TOOLS:
  5. #
  6. #Object File
  7. tool    link
  8. noname
  9. from    o
  10. to    o
  11. line    link {d-d} {v-via !Via} -o {o}
  12. opts    {2-aif} {3-r} {4-s Symbol} {5-bin} {6-v} {7-map} {8-x} {9-c} {10-e } {11-b } {12-w } {13-ov }
  13. defo    -aif
  14. #C file
  15. tool    gcc
  16. from    c
  17. to    o
  18. line    gcc -c -O2 {d-g} -mamu -mstubs -o {o} {s}
  19. opts    {2-I } {3-f} {4-g} {5-D } {6-U } {11-W} {7-ansi} {10-traditional}
  20. mem    2560
  21. #C++ file
  22. tool    g++
  23. from    cc
  24. to    o
  25. line    gcc -c -O2 {d-g} -mamu -mstubs -o {o} {s}
  26. opts    {2-I } {3-f} {4-g} {5-D } {6-U } {11-W} {7-ansi} {10-traditional}
  27. mem    2560
  28. #Assembler File
  29. tool    objasm
  30. from    s
  31. to    o
  32. line    objasm {d-g} -Depend !Depend -Stamp -quit -Throwback -from {s} -to {o}
  33. noopts
  34. #
  35. # LIBRARIES:
  36. #
  37. #Each library is of the form:
  38. #  Library name
  39. #  Filename for standard version of the library
  40. #  Filename for 'debug' version of the library
  41. #    (if blank always use standard version)
  42. #
  43. lib    c++ streams
  44. file    GPP:o.c++
  45. lib    gcc runtime
  46. file    GCC:o.gcc
  47. lib    CLib Stubs
  48. file    C:o.stubs
  49. lib    RISC_OSLib
  50. file    C:o.RISC_OSLib
  51. lib    DeskLib
  52. file    DeskLib:o.DeskLib
  53. end
  54.