esmithz Posted December 5, 2003 Posted December 5, 2003 Hello. I want to do all my compiling, building ect. from the dos command line rather that using some IDE. I know how to complie by referenceing each library example- vbc /target:library /reference:c:\...one.dll /reference:c:\two.dll .............../reference:c:\n.dll out.dll Is there a better way than this. Like placing all the references in some text file then referencing the text file at compile time? Quote
*Experts* Bucky Posted December 5, 2003 *Experts* Posted December 5, 2003 Create a batch file to do all that work for you. Also, instead of /reference: you can just use /r: Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.