摘要:
#set your project namePRJ_NAME = MGameServer#set your project type : choose one belowPRJ_TYPE = g++ -o#PRJ_TYPE =#PRJ_TYPE = ar -r #set Debug or ReleaseCompile_Flag = Debug#Compile_Flag = Release#set your output pathOutput:= bin#set your source folderSRC := SRC#add the lib you used here#LIBS := -lLi 阅读全文