2012-07-11 05:08:22 +00:00
|
|
|
The Visual Studio project files can now be created automatically from the GCC
|
|
|
|
files using the create_project tool inside the /devtools/create_project folder.
|
|
|
|
|
|
|
|
To create the default project files, build create_project.exe, copy it inside
|
2019-04-16 01:49:08 +00:00
|
|
|
this folder and run the create_msvc.bat file for a default build. You can run
|
2013-12-06 21:39:49 +00:00
|
|
|
create_project.exe with no parameters to check the possible command-line options.
|
|
|
|
|
2019-04-16 01:49:08 +00:00
|
|
|
To enable debug visualization for common types in Visual Studio 2012 and 2013,
|
|
|
|
run /devtools/create_project/scripts/install_natvis.bat.
|