I have this C++11 project which is building with Code::Blocks - GCC compiled (a.k.a TDM-GCC). I want to migrate that project to be able to compile it with a VS2010 cause that's the IDE I am used to. It's a small game project which just have 2 includes (ws2_32 and pthreadgc2). I already have my makefile generated by Code::Blocks and here it is:
ddx:
g++ -g -pthread -o server main.c sock.c database.c database_common.c database_auto.c common.c protocol.c hub.c user.c bot.c memory.c
zip:
zip ddx_server_src *.c *.h makefile
send:
cp -f ddx_server.zip /mnt/removable
zip_database:
zip -r ddx_server_databases *.db server.txt
Thank you!
Aucun commentaire:
Enregistrer un commentaire