Project

General

Profile

« Previous | Next » 

Revision af74de24

Added by skyjake over 11 years ago

Windows: Script for generating a Visual Studio solution

"build\win32\qmake_msvc.py" is a script that generates a full Visual Studio
solution with a .vcxproj for each subproject. It depends on envconfig.bat.
The solution is always placed in a folder called "doomsday-msvc-build" at
the repository root.

qmake_msvc.py must be called whenever the .pro/.pri files change. The .sln
and .vcxproj files are then rewritten -- manual edits will be gone!

The solution automatically deploys all built binaries into the
"distrib\products" folder. The user is expected to 1) copy the required
dependency .dlls to products\bin, and 2) define the appropriate launch
command line and options (which are persistently then stored in the
.vcxproj.user file).

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences