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?
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?