home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17334 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.3 KB  |  53 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!uvaarpa!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: SAS 6.1 and IDIR problems
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <Bz95w4.LI7@unx.sas.com>
  8. Date: Mon, 14 Dec 1992 14:07:15 GMT
  9. Distribution: inet
  10. References: <BynD5B.35w@srgenprp.sr.hp.com> <Bz3zDo.1Jx@unx.sas.com> <S37732V.92Dec12145909@lk-hp-20.hut.fi>
  11. Nntp-Posting-Host: twix.unx.sas.com
  12. Organization: SAS Institute Inc.
  13. Lines: 38
  14.  
  15.  
  16. In article <S37732V.92Dec12145909@lk-hp-20.hut.fi>, s37732v@snakemail.hut.fi (Markus Juhani Aalto) writes:
  17. |> Is there a way to set this up in SCOpts program so that I can use build
  18. |> icon to automatically compile my whole project with both c and assembly
  19. |> files. Currently I haven't got this work and I don't want to start
  20. |> fiddle with makefiles.
  21.  
  22. Yes, use the SC command to assemble your assembly language files as
  23. well as to compile your C source files.  Then add the IDIR INCLUDE:
  24. option to the SCOPTIONS file and it will get passed along to the
  25. assembler.  This will allow you to simply double-click on the BUILD
  26. icon and have all .c files in the current directory compiled and
  27. all .a files in the current directory assembled.
  28.  
  29. |> suggestion:   ASM should search INCLUDE: ( or ASMINCLUDE:) by default.
  30.  
  31. Yes, good suggestion.
  32.  
  33. |> suggestion2:  GST's should be generated automatically if one of the 
  34. |>               headers files is changed. Or make it as a option.
  35.  
  36. This would mean that we'd have to read the disk each time you compile
  37. to verify that the file hasn't been changed.  If you're a floppy user,
  38. this would be unbearable.  Even on a hard disk, this would slow it
  39. down a great deal.  However, it would be a good safety check that
  40. I'd like to see in a future version.
  41.  
  42. |> *         Markus Aalto              | Helsinki University of Technology  *
  43.  
  44. -- 
  45.   *****
  46. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  47.  *|. o.| ||                                          1200/2400/9600 Dual
  48.   | o  |//     For all you do, this bug's for you!
  49.   ====== 
  50. usenet: walker@unx.sas.com                            bix: djwalker 
  51. Any opinions expressed are mine, not those of SAS Institute, Inc.
  52.  
  53.