Hello, Shown below is a sample Makefile to compile C# programs on Mono 2.4. But this is not working, can you please let me know where are the places where "Tab" is required and where "Space" is required. I have been with this for over 2 days and still not able to make it run. The .exe file is not getting generated. Plz help.
.PHONY:all clean distclean all:HelloWorld.exe.so HelloWorld.exe: gmcs -checked+ -debug- -optimize+ -unsafe+ HelloWorld.cs -out:HelloWorld.exe HelloWorld.exe.so:HelloWorld.exe mono --aot -O=all HelloWorld.exe clean: @- $(RM) HelloWorld.exe.so @- $(RM) HelloWorld.exe distclean:clean -- Thanks & Regards Mujahid E Azam
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
