Skip to content
Permalink
Browse files
Merge pull request #70 from lighta/master
Merging Char_refact branch
  • Loading branch information
lighta committed Jun 5, 2014
2 parents ce8b98b + 3585e70 commit 6b9ec5fe0b94bc7c68464c5ed0362b3588fd07b3
@@ -12,6 +12,10 @@ if( BUILD_SQL_SERVERS )
message( STATUS "Creating target char-server_sql" )
set( SQL_CHAR_HEADERS
"${CMAKE_CURRENT_SOURCE_DIR}/char.h"
"${CMAKE_CURRENT_SOURCE_DIR}/char_clif.h"
"${CMAKE_CURRENT_SOURCE_DIR}/char_cnslif.h"
"${CMAKE_CURRENT_SOURCE_DIR}/char_logif.h"
"${CMAKE_CURRENT_SOURCE_DIR}/char_mapif.h"
"${CMAKE_CURRENT_SOURCE_DIR}/int_auction.h"
"${CMAKE_CURRENT_SOURCE_DIR}/int_elemental.h"
"${CMAKE_CURRENT_SOURCE_DIR}/int_guild.h"
@@ -26,6 +30,10 @@ set( SQL_CHAR_HEADERS
)
set( SQL_CHAR_SOURCES
"${CMAKE_CURRENT_SOURCE_DIR}/char.c"
"${CMAKE_CURRENT_SOURCE_DIR}/char_clif.c"
"${CMAKE_CURRENT_SOURCE_DIR}/char_cnslif.c"
"${CMAKE_CURRENT_SOURCE_DIR}/char_logif.c"
"${CMAKE_CURRENT_SOURCE_DIR}/char_mapif.c"
"${CMAKE_CURRENT_SOURCE_DIR}/int_auction.c"
"${CMAKE_CURRENT_SOURCE_DIR}/int_elemental.c"
"${CMAKE_CURRENT_SOURCE_DIR}/int_guild.c"

2 comments on commit 6b9ec5f

@euphyy
Copy link
Contributor

@euphyy euphyy commented on 6b9ec5f Jun 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone will have to update doc/source_doc.txt, too.

@lighta
Copy link
Member Author

@lighta lighta commented on 6b9ec5f Jun 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm true =)

Please sign in to comment.