[Mono-dev] Ideas for Mono on Windows
Eugeny Grishul
eugeny.grishul at gmail.com
Sat Nov 15 00:42:43 EST 2008
There is no need for .dll.sources for (ms|x)build - use wildcards:
<ItemGroup>
<Compile Include="../../build/common/*.cs" />
<Compile Include="**/*.cs" />
</ItemGroup>
gmcs is self-hosting compiler so there is no obstacles to have unified
self-hosting build engine like xbuild for entire project. The only problem
is developers that like spend time in command line insted of
developing/debugging.
--
View this message in context: http://www.nabble.com/Ideas-for-Mono-on-Windows-tp20449573p20512725.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list