1.先写个mwc文件,文件名为hello.mwc

workspace {
hello.mpc
}

 

2.写mpc文件,文件名为hello.mpc

project(hello):aceexe, acexml, avoids_ace_for_tao {
exename = hello

Source_Files {
hello.cpp
}
}

 

3.执行mwc.pl -type vc10 start_svc.mwc命令,便可生成VS2010工程