the_fiddler
7e7b3062ed
Do not skip Source/OpenTK when cloning the source tree.
2010-10-06 15:36:38 +00:00
the_fiddler
81e6211a55
Do not add nsis installers to the zip!
2010-10-06 15:10:24 +00:00
the_fiddler
0377744843
Fixed build target (was left into a debugging configuration) and replaced Run custom task with built-in Exec.
2010-10-06 14:54:37 +00:00
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
9ac3624258
* Installers/Zip/Build.Installer.Zip.csproj: Do not zip documentation
...
source, vshost.exe or copies of the source tree.
Make sure zip always operates on a fresh copy of the source tree.
2010-10-06 08:48:09 +00:00
the_fiddler
4326bc34de
Added project to create zip package for distribution.
2010-10-05 21:30:25 +00:00
the_fiddler
29b41340fc
OpenAL installer is automatically downloaded from the web when necessary.
2010-10-05 07:07:18 +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