TrustedUser
2,147
edits
m (→Building create_project: Fix typo) |
|||
Line 30: | Line 30: | ||
=== Building create_project === | === Building create_project === | ||
ScummVM uses a configure/Make based build system. We have a tool to generate Visual Studio project files from this build system. The first | ScummVM uses a configure/Make based build system. We have a tool to generate Visual Studio project files from this build system. The first step you need to take is building this tool called "create_project". | ||
First, open the solution file "devtools\create_project\msvc\create_project.sln". Then simply build the solution. The project file should automatically assure that the resulting "create_project.exe" is copied to "dists\msvc". If not, you will have to copy it yourself. | First, open the solution file "devtools\create_project\msvc\create_project.sln". Then simply build the solution. The project file should automatically assure that the resulting "create_project.exe" is copied to "dists\msvc". If not, you will have to copy it yourself. |