home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / projman / !ProjMan / Env / DDE / Tools < prev   
Encoding:
Text File  |  1994-10-05  |  825 b   |  42 lines

  1. #
  2. #    !ProjMan DDE Environment
  3. #
  4. #TOOLS:
  5. #
  6. #Object File
  7. tool    link
  8. noname
  9. from    o
  10. to    o
  11. line    link {d-d} {x} {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    cc
  16. from    c
  17. to    o
  18. line    cc -c {d-g} {x} -Depend !Depend -Throwback -o {o} -Ic: {s}
  19. opts    {2-I } {3-f} {4-g} {5-D } {6-U } {11-w} {7-zM} {8-P} {9-list} {10-pcc}
  20. #Assembler File
  21. tool    objasm
  22. from    s
  23. to    o
  24. line    objasm {d-g} -Depend !Depend -Stamp -quit -Throwback -from {s} -to {o}
  25. noopts
  26. #
  27. # LIBRARIES:
  28. #
  29. #Each library is of the form:
  30. #  Library name
  31. #  Filename for standard version of the library
  32. #  Filename for 'debug' version of the library
  33. #    (if blank always use standard version)
  34. #
  35. lib    CLib
  36. file    C:o.Stubs
  37. lib    RISC_OSLib
  38. file    C:o.RISC_OSLib
  39. lib    DeskLib
  40. file    DeskLib:o.DeskLib
  41. end
  42.