Hello, > Does mcs.exe have a switch that processes a bunch of files that make up a > project fully but doesn't generate any code?. Also, can we bundle the > unmodofied mcs.exe (and it's source) with a closed-source product we supply > to a few customers without licensing problems?
I do not understand what you want the compiler to do, there is a flag to only tokenize or only parse, but that is not really a real compilation. Yes, you can ship an unmodified version of mcs.exe if you provide the source code to the recipient (and the same rights they got from you). Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
