2003-06-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Sun, 6 Jul 2003 22:11:57 +0000 (22:11 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Sun, 6 Jul 2003 22:11:57 +0000 (22:11 -0000)
commit8ff319769c1627d53afccc898223a9924055da90
treed03a0411a159323e9b210998488654d7dbf141e4
parenta571f257dfab2865f54e84c439c87e700e05e637
2003-06-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* VBCodeGenerator.cs: Added and nearly completely implemented
(it compiles, but the functionallity is completely untested)
(also without a working mbas the compilaton options will fail)
(once all command line arguments for mbas are final and the warning output is final
 change the apropriate code to generate these options)
* VBCodeProvider.cs: Added and implemented

svn path=/trunk/mcs/; revision=15995
mcs/class/System/Microsoft.VisualBasic/ChangeLog [new file with mode: 0644]
mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs [new file with mode: 0644]
mcs/class/System/Microsoft.VisualBasic/VBCodeProvider.cs [new file with mode: 0644]