Hi all,
I want to create a script file which builds my projects in VC++, C#, VB and .NET.
When i build a component by command line it gives error for the dependent libraries. How can i give the option or specify path for the libraries and include files to build a specific project in command line.
I tried the given below command for a vb project.
>vb6.exe /reference:"c:\abc.dll" /MAKE "C:\myproject.vbp"
but it says invalid command line arguement /reference. i replaced it with /r but the same error persists. Also i tried for/lib option but no success.
Please let me know what are the options to specify these includes in command line for various projects (vc++,C#,vb,net)
Thanks in advance,
Meena