Commit graph

43 commits

Author SHA1 Message Date
Stefanos A.
3ee6d1dbbd Updated author information (2/2) 2013-12-16 12:43:11 +01:00
Stefanos A.
f54bee95e1 Updated author information 2013-12-16 11:07:05 +01:00
Stefanos A
1490c8460f Removed lib/ and *.nupkg from zip archive 2013-12-15 23:08:53 +01:00
Stefanos A
f17541156e Added Dependencies folder to Nsis installer 2013-12-15 23:07:56 +01:00
Stefanos A.
72e919c0b5 Added nuget.exe to project items 2013-12-15 13:47:19 +01:00
Stefanos A.
1701f923ca Committed nuget cmdline tool to source control
This appears to be the simplest (only?) way to use nuget in a
cross-platform manner.
2013-12-15 13:36:00 +01:00
Stefanos A
1af4f60c45 Add OpenTK.dll.config as content 2013-12-15 13:21:22 +01:00
Stefanos A
0fdaed5639 Updated description 2013-12-15 13:04:29 +01:00
Stefanos A
2b93e453cd Generate nuget package for OpenTK.GLControl 2013-12-15 13:03:56 +01:00
Stefanos A
b424673ef0 Improved nuget version information 2013-12-15 12:02:43 +01:00
Stefanos A
881015646f Generate both build timestamp and version information 2013-12-15 12:01:26 +01:00
Stefanos A
216a9778ab Copy build artifact to root directory regardless of artifact name 2013-12-14 00:20:39 +01:00
Stefanos A
37b44dd2e2 Added release notes for OpenTK 2013-12-14 00:19:18 +01:00
Stefanos A
fe4f8166c8 Added nuget build target
This will create a nupkg file for OpenTK and copy it to the base
directory. Version information is currently hardcoded to 1.1 (this
should be fixed.)
2013-12-13 10:51:34 +01:00
Stefanos A.
1812024594 Move installer to destination directory
This reduces the garbage left behind by the installer generation script.
2013-12-05 12:05:26 +01:00
Stefanos A.
e27d349b2e Streamlined nsis installer
OpenAL is now included in the Dependencies/ folder and NShader is no
longer linked to by the installer.
2013-12-05 12:04:58 +01:00
Stefanos A.
6a8ee08024 Corrected zip build script
Excluded items are now really excluded.
2013-12-05 11:42:01 +01:00
thefiddler
8dcb8601a2 Normalized line endings
Hopefully this is the first and last time we have to do this.
2013-10-11 01:58:54 +02:00
Stefanos A
46090a4492 Use 7z wildcards to zip tree
Using msbuild/xbuild wildcards results in different behavior between the two implementations. Since we require 7z anyway, it is simpler if we just use that directly.
2013-10-04 17:01:51 +02:00
Andy Korth
4230c6b4f0 Added Robmaister's Matrix3 implementations 2013-01-03 10:41:56 -06:00
the_fiddler
7c4e3945b1 Exclude folders related to the build server. 2011-11-07 23:04:27 +00:00
the_fiddler
31a407ec3e Do not skip Source/OpenTK when cloning the source tree. 2010-10-06 15:36:38 +00:00
the_fiddler
878f40f2eb Do not add nsis installers to the zip! 2010-10-06 15:10:24 +00:00
the_fiddler
11817269e8 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
fb9b355bcd 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
f877bb6b21 Do not package zip files or data generated by the zip installer. 2010-10-06 13:09:42 +00:00
the_fiddler
2ae15ec6af * Installers/Nsis/opentk.nsi: Set correct output directory for
example source code.
2010-10-06 08:48:57 +00:00
the_fiddler
3b9d530126 * 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
100e52a7c7 Added project to create zip package for distribution. 2010-10-05 21:30:25 +00:00
the_fiddler
f9567b740e OpenAL installer is automatically downloaded from the web when necessary. 2010-10-05 07:07:18 +00:00
the_fiddler
d4ee1512cf Ignore output of failed delete command when the specified files are not present. 2010-10-04 23:03:09 +00:00
the_fiddler
3b65d6fb5a Added Rebuild target. 2010-10-04 21:28:58 +00:00
the_fiddler
1f143285c2 Added keyfile and strong-named all projects. 2010-10-04 14:39:42 +00:00
the_fiddler
3c04d059e8 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
135275c260 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
d8c292c514 Made shortcut names clearer. 2010-10-04 13:38:08 +00:00
the_fiddler
04c0cee38b 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
9638996b9a 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
afc9447bc9 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
f922a2c86e Fixed OutputPath on xbuild. 2010-10-02 23:45:34 +00:00
the_fiddler
f2fa707903 Added opentk.nsi to project, to allow editing directly through the IDE. 2010-10-02 22:43:14 +00:00
the_fiddler
a4d23d19bc * 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
1f4b5be7d0 Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00