home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8892 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  2.1 KB

  1. Xref: sparky comp.os.msdos.programmer:8892 alt.msdos.programmer:2289 comp.lang.c:12998 comp.lang.c++:13074 comp.sys.ibm.pc.programmer:360
  2. Path: sparky!uunet!dtix!darwin.sura.net!Sirius.dfn.de!solaris.rz.tu-clausthal.de!news!ifwm11.ifw.uni-hannover.de!riepe
  3. From: riepe@ifwm11.ifw.uni-hannover.de (Michael Riepe)
  4. Newsgroups: comp.os.msdos.programmer,alt.msdos.programmer,comp.lang.c,comp.lang.c++,comp.sys.ibm.pc.programmer
  5. Subject: Re: Question: Forcing BC++ to compile a module
  6. Message-ID: <1992Aug31.001941.19576@newsserver.rrzn.uni-hannover.de>
  7. Date: 31 Aug 92 00:19:41 GMT
  8. References: <HANNU.NYMAN.92Aug28221910@vipunen.hut.fi>
  9. Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
  10. Organization: University of Hannover, Germany - IFW
  11. Lines: 23
  12.  
  13. In article <HANNU.NYMAN.92Aug28221910@vipunen.hut.fi>, Hannu.Nyman@hut.fi (Hannu Nyman) writes:
  14. |> I would like to force Borland C++ IDE compiler to compile a module
  15. |> every time I do a 'make' in IDE, regardless of the last modification
  16. |> date of that module.
  17. |> 
  18. |> So, when I change any module and do a 'make' inside IDE, I would like
  19. |> BC to compile not only the changed module(s), but also this one
  20. |> special module.
  21. |> 
  22. |> Does anybody know a switch or compiler directive that does the job?
  23.  
  24. Maybe you can do it this way: Go to the Project window and open the Options dialog box for the file you want to be automatically rebuilt. Set the field for the target (.OBJ) file in this dialog to a file that does not exist (and will not be created during the make/build). As far as I know, the target file is just for the dependency check done by make and should not affect the location of the .OBJ file created.
  25.  
  26. -- 
  27.  Michael Riepe                         <riepe@ifwm11.ifw.uni-hannover.de>
  28.  
  29.      IIII  FFFFFFFF  WWWW           WWWW             Univerit"at Hannover
  30.     IIII  FFFF       WWWW   WWW   WWWW    Institut f"ur Fertigungstechnik
  31.    IIII  FFFFFFF     WWWW WWWWW WWWW       und spanende Werkzeugmaschinen
  32.   IIII  FFFF         WWWWWW WWWWWW                   Schlosswender Str. 5
  33.  IIII  FFFF          WWWW   WWWW              W-3000 Hannover 1 (Germany)
  34. --
  35.  So long, and thanks for all the fish...
  36.