Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compile class library at command line

Status
Not open for further replies.

GoTerps88

Programmer
Joined
Apr 30, 2007
Messages
174
Location
US
I want to compile a class library at the command line. However I want to include all files in a directory, not just one .vb file. How would I do that? Thanks
 
I figured it out. Something like this...

vbc /t:library /r:system.dll /out:test.dll Employees.vb DataAccess.vb

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top