c++.idde - Automated makefile creation
- Dimitri Kaparis (8/8) Feb 20 2003 Hello,
- roland (7/20) Feb 21 2003 hi,
- Dimitri Kaparis (20/58) Feb 21 2003 integrated
- PEBKAC user (5/79) Feb 26 2003 Can I ask a dumb question?
- Walter (5/9) Feb 26 2003 Sure!
- PEBKAC User (2/7) Mar 03 2003 Yes, smake works. Thanks!
Hello, Is there some way to generate the project makefile created by the integrated IDDE make from the command line? I am trying to set up an automated build system, but to do this from a script I generally need to check out all source files and then run make on them. Is it possible to retrieve the makefile without maintaining it separately from the project file? Best regards, Dimitri
Feb 20 2003
Dimitri Kaparis wrote:Hello, Is there some way to generate the project makefile created by the integrated IDDE make from the command line? I am trying to set up an automated build system, but to do this from a script I generally need to check out all source files and then run make on them. Is it possible to retrieve the makefile without maintaining it separately from the project file? Best regards, Dimitrihi, the idde creates a .MAK file: <project name>.MAK ( sorry if the answer is not good as i'm not sure i understand well the question .. ) roland
Feb 21 2003
"roland" <--rv ronetech.com> wrote in message news:3E55E064.6 ronetech.com...Dimitri Kaparis wrote:integratedHello, Is there some way to generate the project makefile created by thebuildIDDE make from the command line? I am trying to set up an automated----- Original Message ----- From: "roland" <--rv ronetech.com> Newsgroups: c++.idde Sent: Friday, February 21, 2003 10:16 AM Subject: Re: Automated makefile creationsystem, but to do this from a script I generally need to check out all source files and then run make on them. Is it possible to retrieve the makefile without maintaining it separately from the project file? Best regards, Dimitrihi, the idde creates a .MAK file: <project name>.MAK ( sorry if the answer is not good as i'm not sure i understand well the question .. ) rolandDimitri Kaparis wrote:integratedHello, Is there some way to generate the project makefile created by thebuildIDDE make from the command line? I am trying to set up an automatedHi, I know the idde creates a .mak file with the project name automatically (I think upon building the project). What I need is a way to create this .mak file without invoking the IDDE, e.g. from the command line, so that I can make a script for automatic builds. Thanks, Dimitri P.S. Sorry roland I replied to your e-mail by mistake.system, but to do this from a script I generally need to check out all source files and then run make on them. Is it possible to retrieve the makefile without maintaining it separately from the project file? Best regards, Dimitrihi, the idde creates a .MAK file: <project name>.MAK ( sorry if the answer is not good as i'm not sure i understand well the question .. ) roland
Feb 21 2003
Can I ask a dumb question? The .MAK file that is generated by the IDE, should that be run with "Make" or "Smake"? I tried both and neither seemed to work well. Probably a "PEBKAC" error (Problem Exists Between Keyboard And Chair). In article <b34p3u$112e$1 digitaldaemon.com>, Dimitri Kaparis says..."roland" <--rv ronetech.com> wrote in message news:3E55E064.6 ronetech.com...Dimitri Kaparis wrote:integratedHello, Is there some way to generate the project makefile created by thebuildIDDE make from the command line? I am trying to set up an automated----- Original Message ----- From: "roland" <--rv ronetech.com> Newsgroups: c++.idde Sent: Friday, February 21, 2003 10:16 AM Subject: Re: Automated makefile creationsystem, but to do this from a script I generally need to check out all source files and then run make on them. Is it possible to retrieve the makefile without maintaining it separately from the project file? Best regards, Dimitrihi, the idde creates a .MAK file: <project name>.MAK ( sorry if the answer is not good as i'm not sure i understand well the question .. ) rolandDimitri Kaparis wrote:integratedHello, Is there some way to generate the project makefile created by thebuildIDDE make from the command line? I am trying to set up an automatedHi, I know the idde creates a .mak file with the project name automatically (I think upon building the project). What I need is a way to create this .mak file without invoking the IDDE, e.g. from the command line, so that I can make a script for automatic builds. Thanks, Dimitri P.S. Sorry roland I replied to your e-mail by mistake.system, but to do this from a script I generally need to check out all source files and then run make on them. Is it possible to retrieve the makefile without maintaining it separately from the project file? Best regards, Dimitrihi, the idde creates a .MAK file: <project name>.MAK ( sorry if the answer is not good as i'm not sure i understand well the question .. ) roland
Feb 26 2003
"PEBKAC user" <PEBKAC_member pathlink.com> wrote in message news:b3inmg$2ooi$1 digitaldaemon.com...Can I ask a dumb question?Sure!The .MAK file that is generated by the IDE, should that be run with "Make" or "Smake"? I tried both and neither seemed to work well. Probably a "PEBKAC" error (Problem Exists Between Keyboard And Chair).Um, that's actually quite a good question, not dumb at all. smake is the answer.
Feb 26 2003
In article <b3j5et$8i$4 digitaldaemon.com>, Walter says...Yes, smake works. Thanks!The .MAK file that is generated by the IDE, should that be run with "Make" or "Smake"? I tried both and neither seemed to work well. Probably a "PEBKAC" error (Problem Exists Between Keyboard And Chair).Um, that's actually quite a good question, not dumb at all. smake is the answer.
Mar 03 2003