Vivian Meazza wrote :
>> For the first error, there is a typo in the Pre Build event of the
>> Flightgear project. There must be config.h-msvc8 and not config.h.msvc8.
>> This is why the tool ( copy ) returns an error.
>>
>>     
>
> So, how do I get to that to change it - it doesn't seem to appear in
> PreBuildEvents so I guess I'm looking in the wrong place???
>   

I am not able to commit that patch for the moment :

cvs -z4 -w -q diff -u -- FlightGearLib.vcproj (in directory
I:\FlightGear\cvs\FlightGear\projects\VC8\)
Index: FlightGearLib.vcproj
===================================================================
RCS file:
/var/cvs/FlightGear-0.9/FlightGear/projects/VC8/FlightGearLib.vcproj,v
retrieving revision 1.1
diff -u -r1.1 FlightGearLib.vcproj
--- FlightGearLib.vcproj    24 Mar 2006 19:11:09 -0000    1.1
+++ FlightGearLib.vcproj    1 Apr 2006 17:50:32 -0000
@@ -23,7 +23,7 @@
             <Tool
                 Name="VCPreBuildEventTool"
                 Description="Creating Config.h"
-                CommandLine="copy ..\..\src\Include\config.h.msvc8
..\..\src\Include\config.h"
+                CommandLine="copy ..\..\src\Include\config.h-msvc8
..\..\src\Include\config.h"
             />
             <Tool
                 Name="VCCustomBuildTool"



-Fred

-- 
Frédéric Bouvier
http://frfoto.free.fr         Photo gallery - album photo
http://www.fotolia.fr/p/2278  Other photo gallery
http://fgsd.sourceforge.net/  FlightGear Scenery Designer




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to