Commit graph

24 commits

Author SHA1 Message Date
the_fiddler
8112f6df52 Prompt for input when none is given. 2009-02-28 22:01:39 +00:00
the_fiddler
bc865f5f54 Print usage instructions on invalid or missing arguments. 2009-02-28 16:26:25 +00:00
the_fiddler
69b17fa43f Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
the_fiddler
66503d34ff Normalized line endings. 2008-06-21 20:45:16 +00:00
the_fiddler
edbd4a7836 Build.exe now copies bmp and wav resources to the output directory.
Updated wording in Release.txt.
2008-05-04 19:25:50 +00:00
the_fiddler
26f1ac30d0 Added support for higher mouse buttons under X11.
Use XCheckWindowEvent instead of XNextEvent.
2008-03-24 18:18:26 +00:00
the_fiddler
20667c4788 Corrected mdb copy behavior. 2008-01-26 14:26:25 +00:00
the_fiddler
3e45bbc85c Fixed pdb and mdb copying. 2008-01-25 13:35:21 +00:00
the_fiddler
37884756e5 Now automatically copies .pdb and .mdb files on debug builds. 2008-01-25 13:27:30 +00:00
the_fiddler
878af03601 Documentation updates. Getting rid of all remaining warnings in debug build. 2008-01-20 19:29:42 +00:00
the_fiddler
f103f08f35 Fixed handling of Examples Data Path 2007-11-11 23:28:58 +00:00
the_fiddler
36e7308e19 Fixed Build system to copy DataFiles to output path. 2007-11-11 23:25:17 +00:00
the_fiddler
62a600d950 Updated Build.exe and Prebuild.xml to copy data files and dll.config files in all cases. 2007-10-20 14:17:51 +00:00
the_fiddler
dbd62959d4 Added logic to copy the Data directory to the Examples output directory. 2007-10-20 13:38:46 +00:00
the_fiddler
7a2da17f5c Updated Build.exe to correctly generate sharpdev and sharpdev2 projects.
Removed some unused variables.
Added licensing information.
2007-08-10 09:27:13 +00:00
the_fiddler
b4f122ad57 'Merged' windowing branch. Ugly, but it seems to have worked. 2007-07-23 00:15:18 +00:00
the_fiddler
21c5ed147f Deleted trunk - could not merge windowing branch. 2007-07-23 00:01:30 +00:00
the_fiddler
c8df7dc23e 2007-06-30 08:17:24 +00:00
the_fiddler
44b4a1348b Corrected file copy on linux. 2007-06-30 08:15:08 +00:00
the_fiddler
9d1fb03f8b Workaround for nant on linux. 2007-06-30 08:12:47 +00:00
the_fiddler
0a5d09a9c0 New build system now copies examples, exes and libs to the output folders. 2007-06-30 08:06:41 +00:00
the_fiddler
b4b3d83f67 Updated Build.cs to use Path.Combine (fixes issues under linux). Fixed
Prebuild.xml to correctly reference text files. Tested under linux.
2007-06-30 07:14:34 +00:00
the_fiddler
df23e096ab Build.cs now uses mono to invoke Prebuild.exe on Unix systems. 2007-06-30 07:01:04 +00:00
the_fiddler
39ff06d2ab + OpenTK.Build
+ Added new, (more) cross-platform build system, written on C#. This takes the place of the scripts and batch files used to compile OpenTK up till now.
	+ Removed all build scripts.

+ OpenTK.Framework
	+ Now builds under Linux.
2007-06-30 06:45:07 +00:00