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