Commit graph

16 commits

Author SHA1 Message Date
the_fiddler 6b1041de46 Avoid all custom tasks, since this causes build issues in Visual Studio (Build.Tasks.dll gets loaded into the main AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project). 2010-10-06 14:14:15 +00:00
the_fiddler 3b8baab00d Do not package zip files or data generated by the zip installer. 2010-10-06 13:09:42 +00:00
the_fiddler 0f06867762 * Installers/Nsis/opentk.nsi: Set correct output directory for
example source code.
2010-10-06 08:48:57 +00:00
the_fiddler 08da770c7d Ignore output of failed delete command when the specified files are not present. 2010-10-04 23:03:09 +00:00
the_fiddler 173aa0fb1b Added Rebuild target. 2010-10-04 21:28:58 +00:00
the_fiddler bb61dfe3f4 Added keyfile and strong-named all projects. 2010-10-04 14:39:42 +00:00
the_fiddler d169315719 Updated default ToolsVersion to 4.0. Fixes intermittent build issues and increases build performance significantly. It is still possible to build on the 3.5 toolset by passing the /tv:3.5 parameter to msbuild. 2010-10-04 13:49:08 +00:00
the_fiddler 3239f2b034 Install example source code even if source code component is not selected. This is both necessary for the example browser to function and useful to the user. 2010-10-04 13:45:43 +00:00
the_fiddler 5919cdab65 Made shortcut names clearer. 2010-10-04 13:38:08 +00:00
the_fiddler 538768b1a3 Added NShader installation components.
Installer no longer embeds oalinst and NShader; it downloads them from the web.
Added component descriptions.
Fixed path issue in Examples project.
2010-10-04 13:31:47 +00:00
the_fiddler 5204936653 Significantly improved install script:
- Defaulted to single-user installation.
- Fixed detection and uninstallation previous versions.
- Made installation of source code and OpenAL drivers optional.
- Reduced size by using a solid archive.
- Streamlined installation process.
- Reduced start menu shortcuts.
2010-10-03 11:28:04 +00:00
the_fiddler 2c3dca8b05 Do not decorate opentk.exe with version numbers (this will be handled through the msbuild script). 2010-10-02 23:46:40 +00:00
the_fiddler 8c3e19388b Fixed OutputPath on xbuild. 2010-10-02 23:45:34 +00:00
the_fiddler 80a8dd6d33 Added opentk.nsi to project, to allow editing directly through the IDE. 2010-10-02 22:43:14 +00:00
the_fiddler f2f2c05485 * Added project files for all projects.
* Modified Build.Docs project to respond to the "Documentation" configuration. Added Clean target.
2010-10-02 22:16:59 +00:00
the_fiddler 88e6aceae0 Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00