On Tue, 2011-04-05 at 10:05 -0500, Reagan Thomas wrote: > On 4/4/2011 7:14 AM, Geoff McLane wrote: [snip] > > They are all very similar, and _ONE_ needs to be renamed, > > or copied to simgear_config.h ... as simple as > > that... [snip] > ...and, since Jin Chengde is using VS 2008, they will want to copy the > VC90 file, simgear_config.h-msvc90.
Hi Reagan, As stated, they are the SAME, except for the first /* comment only */ line, so _ANY_ will do... try a 'diff'... I actually have no idea WHY a new file is 'created' for each 'version' of MSVC... except to add to the mystery/confusion, and file count ;=() But sure, if it tickles your fancy then use the one matching the MSVC version ;=)) or NOT, as you see fit! Jin, did you discover the 'problem' with the MSVC Pre-Build event? Just reviewing a recent MSVC9 vcproj file, the command does _NOT_ 'look' correct :- CommandLine="copy $(inputPath) \ $(InputDir)\$(InputName).h
" To me that should be something more like - CommandLine="copy $(InputPath) \ ..\..\simgear\simgear_config.h
" or, without using a MACRO - CommandLine="copy ..\..\simgear\simgear_config.h-msvc90 \ ..\..\simgear\simgear_config.h
" but do not use these build files... Regards, Geoff. ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel