G
Guest
Hi
I've worked with VC6 and implemented all my builds on the commadline using the nmake tool with the make file. Now we are moving to dotnet and I need a tool similar to that that will enable me do all my compilations/builds on the command line. Problem is the dotnet IDE does not generate make files or maybe I don't know how to, now I need a tool that can generate the make file from the .csproj file. How can I also tell devenv on the comman line to use my own defined OUTDIR and INTDIR
Please Hel
I've worked with VC6 and implemented all my builds on the commadline using the nmake tool with the make file. Now we are moving to dotnet and I need a tool similar to that that will enable me do all my compilations/builds on the command line. Problem is the dotnet IDE does not generate make files or maybe I don't know how to, now I need a tool that can generate the make file from the .csproj file. How can I also tell devenv on the comman line to use my own defined OUTDIR and INTDIR
Please Hel