Changes between Version 16 and Version 17 of BuildWindows
- Timestamp:
- 04/22/2008 10:13:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildWindows
v16 v17 105 105 == Running from Visual Studio == 106 106 107 To run a given project, mark it as start-up project in it's right-click menu (Set as !StartUp Project). Since Cmake cannot create the working directory of a project you must manually set this for each project; right-click --> properties --> Debugging --> Working-Directory. Set the working directory to "c:\code\opengine" (or where your project is). The project should now execute correctly when run with F5. Note that the Working-Directory must be set both for the Debug and Release configuration.107 To run a given project, mark it as start-up project in it's right-click menu (Set as !StartUp Project). Since Cmake cannot create the working directory of a project you must manually set this for each project; right-click --> properties --> Debugging --> Working-Directory. Set the working directory to the root directory of your openengine folder, for example "c:\code\openegine". The project should now execute correctly when run with F5. Note that the Working-Directory must be set both for the Debug and Release configuration. 108 108 109 109 Note that for targets depending on dynamic link libraries (dll), these dlls should be accessable through the PATH environment variable. For convenience the dlls in the bundled zip files are copied into the "libraries/dlls" directory. By adding this directory to the PATH variable all required dlls should be accessable. If you have installed the dependendcies manually, please refere to the corresponding dependendcy's documentation for more information.
