How to reference multiple libraries using command line compile?

esmithz

Newcomer
Joined
Sep 15, 2003
Messages
12
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?
 
Back
Top