Advertisement
Guest User

Untitled

a guest
Apr 12th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. make[1]: Entering directory `/root/Desktop/trunk/3rdparty/mt19937ar'
  2. CC mt19937ar.c
  3. make[1]: Leaving directory `/root/Desktop/trunk/3rdparty/mt19937ar'
  4. make[1]: Entering directory `/root/Desktop/trunk/3rdparty/libconfig'
  5. CC libconfig.c
  6. CC grammar.c
  7. CC scanctx.c
  8. CC scanner.c
  9. CC strbuf.c
  10. make[1]: Leaving directory `/root/Desktop/trunk/3rdparty/libconfig'
  11. make[1]: Entering directory `/root/Desktop/trunk/src/common'
  12. MKDIR obj_all
  13. CC core.c
  14. CC socket.c
  15. CC timer.c
  16. CC db.c
  17. CC nullpo.c
  18. CC malloc.c
  19. CC showmsg.c
  20. CC strlib.c
  21. CC utils.c
  22. CC grfio.c
  23. CC mapindex.c
  24. CC ers.c
  25. CC md5calc.c
  26. CC core.c
  27. CC socket.c
  28. CC malloc.c
  29. CC random.c
  30. CC des.c
  31. CC conf.c
  32. CC thread.c
  33. CC mutex.c
  34. CC raconf.c
  35. CC mempool.c
  36. CC msg_conf.c
  37. CC cli.c
  38. AR obj_all/common.a
  39. MKDIR obj_sql
  40. CC sql.c
  41. AR obj_sql/common_sql.a
  42. make[1]: Leaving directory `/root/Desktop/trunk/src/common'
  43. make[1]: Entering directory `/root/Desktop/trunk/src/login'
  44. MKDIR obj_sql
  45. CC login.c
  46. CC account_sql.c
  47. CC ipban_sql.c
  48. CC loginlog_sql.c
  49. LD login-server_sql
  50. make[1]: Leaving directory `/root/Desktop/trunk/src/login'
  51. make[1]: Entering directory `/root/Desktop/trunk/src/char'
  52. MKDIR obj_sql
  53. CC char.c
  54. CC inter.c
  55. CC int_party.c
  56. CC int_guild.c
  57. CC int_storage.c
  58. CC int_pet.c
  59. CC int_homun.c
  60. CC int_mail.c
  61. CC int_auction.c
  62. CC int_quest.c
  63. CC int_mercenary.c
  64. CC int_elemental.c
  65. LD char-server_sql
  66. make[1]: Leaving directory `/root/Desktop/trunk/src/char'
  67. make[1]: Entering directory `/root/Desktop/trunk/src/map'
  68. MKDIR obj_sql
  69. CC map.c
  70. CC chrif.c
  71. CC clif.c
  72. CC pc.c
  73. CC status.c
  74. CC npc.c
  75. CC npc_chat.c
  76. CC chat.c
  77. CC path.c
  78. CC itemdb.c
  79. CC mob.c
  80. CC script.c
  81. CC storage.c
  82. CC skill.c
  83. CC atcommand.c
  84. CC battle.c
  85. CC battleground.c
  86. CC intif.c
  87. CC trade.c
  88. CC party.c
  89. CC vending.c
  90. CC guild.c
  91. CC pet.c
  92. CC log.c
  93. CC mail.c
  94. CC date.c
  95. CC unit.c
  96. CC homunculus.c
  97. CC mercenary.c
  98. CC quest.c
  99. CC instance.c
  100. CC buyingstore.c
  101. CC searchstore.c
  102. CC duel.c
  103. CC pc_groups.c
  104. CC elemental.c
  105. CC mapreg_sql.c
  106. LD map-server_sql
  107. make[1]: Leaving directory `/root/Desktop/trunk/src/map'
  108. building conf/import folder...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement