home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20973 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.2 KB  |  46 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!psinntp!newsserver.pixel.kodak.com!laidbak!tellab5!odgate!mike
  3. From: mike@uunet!tellab5!odgate (Mike J. Kelly)
  4. Subject: Re: Archiving projects in THINK C. Any easy way to do it?
  5. Message-ID: <1993Jan7.150610.26739@uunet!tellab5!odgate>
  6. Keywords: THINK C, archive, source code
  7. Organization: Odesta Corporation
  8. References: <1993Jan6.211043.17419@hubcap.clemson.edu>
  9. Distribution: usa
  10. Date: Thu, 7 Jan 1993 15:06:10 GMT
  11. Lines: 33
  12.  
  13. wbridgm@hubcap.clemson.edu (William T. Bridgman) writes:
  14.  
  15. >I am currently working on a project in THINK C using objects.  The
  16. >project has become rather large and I find it convenient to archive
  17. >the source code before making another round of major enhancements.
  18. >This is easy enough when all your source code is in one folder but
  19. >gets much more complex when it is scattered among multiple folders
  20. >such as libraries of my own routines which are also still
  21. >undergoing revisions.  I would like to keep all of my own code that
  22. >operated together intact for this archive.  This makes it easier to
  23. >track down problems when revision n+1 suddenly doesn't work any
  24. >more and you've made major changes in a number of source files.
  25.  
  26. >Does anyone out there know of an archiving program which can read a
  27. >THINK C project file and copy files from the folders of your choice
  28. >(I'm not really interested in copying the TCL or the standard
  29. >libraries) to another folder so they can be archived with something
  30. >like Compact Pro or other software?  For some reason I seem to
  31. >recall there was a program like this for THINK Pascal.
  32.  
  33. >Thanks for any help you can provide.
  34.  
  35. >Tom
  36. >-----------------------------------------------------------------------
  37. >|  William T. "Tom" Bridgman, M.S.   | wbridgm@hubcap.clemson.edu     |
  38. >|  Department of Physics & Astronomy |                                |
  39. >|  Clemson University                |"Black Holes under Construction.|
  40. >|  Clemson, SC   29634-1911          |       WATCH YOUR STEP!"        |
  41. >-----------------------------------------------------------------------
  42.  
  43. We just use MPW scripts for this.  MPW may suck as a compiler, but it's
  44. a pretty nice Unix-like scripting environment on the Mac.  If you're
  45. interested, mail me and I'll send you some of our scripts.
  46.