1
0
Fork 0

Update README.MSVC for 64-bit build

This commit is contained in:
Frederic Bouvier 2010-11-17 20:07:00 +01:00
parent da32e9332c
commit f33882d299

View file

@ -106,6 +106,9 @@ it in a scheduled task. To do that :
64bit environment (Vista 64-bit or Windows7 64-bit) 64bit environment (Vista 64-bit or Windows7 64-bit)
You should see : "Setting environment for using Microsoft Visual Studio 2008 x86 tools." You should see : "Setting environment for using Microsoft Visual Studio 2008 x86 tools."
printed in the console printed in the console
( To start 64-bit build, the right environment is set with :
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" amd64
)
3. cd to the FlightGear project directory : 3. cd to the FlightGear project directory :
D: D:
cd \FGFSDevel\FlightGear\projects\VC90 (for example) cd \FGFSDevel\FlightGear\projects\VC90 (for example)