No description
  • Visual Basic .NET 85.5%
  • C# 13.6%
  • Makefile 0.4%
  • Batchfile 0.3%
  • Shell 0.1%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-02-01 03:16:48 +01:00
build Build a 4.5 profile too, and make it the default. 2012-10-29 14:39:01 +01:00
class vbnc: Update linux-related files and bootstrapping binaries 2011-05-20 17:28:39 +02:00
man vbnc: Update the man page with information about vbnc2 and /sdkpath. 2011-01-10 13:32:35 +01:00
scripts [vbruntime] Fix launch scripts, since vbnc.exe is in 4.5/ not 4.0/ 2013-04-24 20:00:57 +01:00
tools Make the moonlight build less fragile 2011-02-17 23:23:51 +01:00
vbnc Don't put addevent handlers in static constructors. 2014-02-01 03:16:48 +01:00
vbruntime [vbruntime] Add missing 2010VB_test_*.dll.* which was missed in 602a204621 2013-04-24 19:25:00 +01:00
.gitattributes Use LF as newline for tests.xml 2012-09-29 20:00:19 +02:00
.gitignore Build a 4.5 profile too, and make it the default. 2012-10-29 14:39:01 +01:00
ChangeLog 2010-06-11 Rolf Bjarne Kvinge <RKvinge@novell.com> 2010-06-11 12:39:15 +00:00
configure We're at 3.0 now 2012-10-29 14:39:01 +01:00
install-sh * rules.make: revert to using automake's install-sh (ie: sunos 2007-03-15 20:31:58 +00:00
LICENSE Add 2008-01-07 19:42:20 +00:00
Makefile Build a 4.5 profile too, and make it the default. 2012-10-29 14:39:01 +01:00
mkinstalldirs Add 2007-01-12 17:24:49 +00:00
mono-basic.spec.in Add spec file 2011-01-24 13:48:06 -07:00
README touch for monobuild. 2008-08-05 11:21:08 +00:00

Mono Basic: Visual Basic Compiler and Runtime.

= Building =

	To configure this module, first configure it, like this:

		./configure [--prefix=/path]

	To build it, use:

		make

	To install the compiler and runtime, use:

		make install

= Package =

== Visual Basic Runtime ==

== Visual Basic Compiler ==