Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:57
Ian Bowler30-Nov-05 10:57 
GeneralRe: Creating an automated build process - where do I start? Pin
Chris Losinger30-Nov-05 14:08
professionalChris Losinger30-Nov-05 14:08 
GeneralRe: Creating an automated build process - where do I start? Pin
David Crow30-Nov-05 10:49
David Crow30-Nov-05 10:49 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:52
Ian Bowler30-Nov-05 10:52 
GeneralRe: Creating an automated build process - where do I start? Pin
PJ Arends30-Nov-05 10:57
professionalPJ Arends30-Nov-05 10:57 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 11:04
Ian Bowler30-Nov-05 11:04 
GeneralRe: Creating an automated build process - where do I start? Pin
Graham Bradshaw30-Nov-05 11:39
Graham Bradshaw30-Nov-05 11:39 
AnswerRe: Creating an automated build process - where do I start? Pin
Graham Bradshaw30-Nov-05 11:38
Graham Bradshaw30-Nov-05 11:38 
You don't need extra .mak files, just use a .dsw file from a batch file. We use:

@msdev "components.dsw" /MAKE ALL > BuildComponents.log 2>&1

That's an excerpt from our automated build. Here we have one batch file that


  • compiles .mc files
  • builds all the projects (the .dsw file above is simply a workspace with all the projects in it)
  • parses the build log for errors
  • compiles the HTML help
  • builds the base InstallShield installations
  • builds self-extracting installtions for the web site
  • builds the CD-ROM images for CDs


It is a bit of effort automating the whole build process, but believe me, it's well worth it.
AnswerRe: Creating an automated build process - where do I start? Pin
SilentSilent1-Dec-05 0:28
SilentSilent1-Dec-05 0:28 
QuestionDialup internet connections Pin
PJ Arends30-Nov-05 9:25
professionalPJ Arends30-Nov-05 9:25 
QuestionRe: Dialup internet connections Pin
David Crow30-Nov-05 9:33
David Crow30-Nov-05 9:33 
AnswerRe: Dialup internet connections Pin
PJ Arends30-Nov-05 9:48
professionalPJ Arends30-Nov-05 9:48 
QuestionRe: Dialup internet connections Pin
David Crow30-Nov-05 9:59
David Crow30-Nov-05 9:59 
AnswerRe: Dialup internet connections Pin
PJ Arends30-Nov-05 10:09
professionalPJ Arends30-Nov-05 10:09 
GeneralRe: Dialup internet connections Pin
David Crow30-Nov-05 10:29
David Crow30-Nov-05 10:29 
GeneralRe: Dialup internet connections Pin
PJ Arends30-Nov-05 10:45
professionalPJ Arends30-Nov-05 10:45 
GeneralRe: Dialup internet connections Pin
David Crow30-Nov-05 10:57
David Crow30-Nov-05 10:57 
GeneralRe: Dialup internet connections Pin
PJ Arends30-Nov-05 11:05
professionalPJ Arends30-Nov-05 11:05 
QuestionRe: Dialup internet connections Pin
Shog930-Nov-05 12:09
sitebuilderShog930-Nov-05 12:09 
AnswerRe: Dialup internet connections Pin
PJ Arends30-Nov-05 15:06
professionalPJ Arends30-Nov-05 15:06 
GeneralRe: Dialup internet connections Pin
Shog930-Nov-05 15:30
sitebuilderShog930-Nov-05 15:30 
GeneralRe: Dialup internet connections Pin
David Crow1-Dec-05 4:05
David Crow1-Dec-05 4:05 
GeneralRe: Dialup internet connections Pin
PJ Arends1-Dec-05 12:32
professionalPJ Arends1-Dec-05 12:32 
Questionfile browser in Win32 API / Visual C++ Pin
pplshero5430-Nov-05 9:21
pplshero5430-Nov-05 9:21 
QuestionRe: file browser in Win32 API / Visual C++ Pin
David Crow30-Nov-05 9:31
David Crow30-Nov-05 9:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.