home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / ooptsamp.013 / TMLRules.make < prev    next >
Encoding:
Text File  |  1989-10-01  |  1.3 KB  |  51 lines

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    MultiFinder-Aware Simple TextEdit Sample Application
  5. #
  6. #    OOPTESample
  7. #
  8. #    TMLRules.make        -    TML Pascal Stuff
  9. #
  10. #    Copyright ⌐ 1988, 1989 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Version:        
  14. #                    1.10                    10/89
  15. #                    1.00                    04/89
  16. #
  17. #    Components:     
  18. #                    BuildOOPTESample        October 1, 1989
  19. #                    MOOPTESample.p            October 1, 1989
  20. #                    OOPTESample.make        October 1, 1989
  21. #                    TECommon.h                October 1, 1989
  22. #                    TESampleGlue.a            October 1, 1989
  23. #                    TESample.r                October 1, 1989
  24. #                    UApplication.p            October 1, 1989
  25. #                    UApplication.inc1.p        October 1, 1989
  26. #                    UDocument.p                October 1, 1989
  27. #                    UDocument.inc1.p        October 1, 1989
  28. #                    UTEDocument.p            October 1, 1989
  29. #                    UTEDocument.inc1.p        October 1, 1989
  30. #                    UTESample.p                October 1, 1989
  31. #                    UTESample.inc1.p        October 1, 1989
  32. #
  33.  
  34. # These lines are necessary for TML Pascal. TML doesn't like to USE
  35. # units that are not compiled. Therefore, I have to establish these
  36. # dependancies to make sure my units are compiled in the right order.
  37.  
  38. UApplication.p    ─ ╢
  39.         "{ObjFolder}"UDocument.p.o
  40.  
  41. UTEDocument.p    ─ ╢
  42.         "{ObjFolder}"UDocument.p.o ╢
  43.         "{ObjFolder}"UApplication.p.o
  44.  
  45. UTESample.p    ─ ╢
  46.         "{ObjFolder}"UDocument.p.o ╢
  47.         "{ObjFolder}"UApplication.p.o ╢
  48.         "{ObjFolder}"UTEDocument.p.o
  49.  
  50.  
  51.