Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
add document for protocol
  • Loading branch information
ketoo committed Feb 4, 2017
1 parent 29a27a8 commit d439526
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 7 deletions.
Empty file modified BuildScript/linux/BuildNF.CMake.Debug.sh
100644 → 100755
Empty file.
Empty file modified BuildScript/linux/BuildNF.CMake.Release.sh
100644 → 100755
Empty file.
Empty file modified BuildScript/linux/BuildNF.CMake.Tools.sh
100644 → 100755
Empty file.
Empty file modified BuildScript/linux/BuildNF.Tools.Linux.Debug.sh
100644 → 100755
Empty file.
Empty file modified GenerateConfigXML.sh
100644 → 100755
Empty file.
12 changes: 5 additions & 7 deletions NFComm/NFMysqlPlugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ if(UNIX)
add_library(NFMysqlPlugin SHARED
${NFMysqlPlugin_ROOT_Cpp}
${NFMysqlPlugin_ROOT_CC}
${NFMysqlPlugin_ROOT_Hpp}
${SolutionDir}/Dependencies/redis-cplusplus-client/anet.c
${SolutionDir}/Dependencies/redis-cplusplus-client/anet.h)
${NFMysqlPlugin_ROOT_Hpp})
target_include_directories(NFMysqlPlugin PUBLIC
${SolutionDir}/Dependencies/mysql/
${SolutionDir}/Dependencies/mysqlpp/)
if (CMAKE_BUILD_TYPE MATCHES "Release")
target_link_libraries(NFMysqlPlugin mysqlclient.a)
target_link_libraries(NFMysqlPlugin libmysqlpp.a)
target_link_libraries(NFMysqlPlugin ../../Dependencies/lib/mysqlclient.a)
target_link_libraries(NFMysqlPlugin ../../Dependencies/lib/libmysqlpp.a)
else()
target_link_libraries(NFMysqlPlugin mysqlclient.a)
target_link_libraries(NFMysqlPlugin libmysqlpp.a)
target_link_libraries(NFMysqlPlugin ../../Dependencies/lib/mysqlclient.a)
target_link_libraries(NFMysqlPlugin ../../Dependencies/lib/libmysqlpp.a)
endif()
add_definitions(
-D_USRDLL
Expand Down
Empty file modified _Out/NFDataCfg/Tool/copy_files.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rund_game.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rund_login.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rund_master.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rund_proxy.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rund_world.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rundx_game.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rundx_login.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rundx_master.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rundx_proxy.sh
100644 → 100755
Empty file.
Empty file modified _Out/Tester/rundx_world.sh
100644 → 100755
Empty file.
Empty file modified _Out/clearlog.sh
100644 → 100755
Empty file.
Empty file modified _Out/kill.sh
100644 → 100755
Empty file.
Empty file modified _Out/rund.sh
100644 → 100755
Empty file.
Empty file modified _Out/runr.sh
100644 → 100755
Empty file.
Empty file modified _Out/runtutoriald.sh
100644 → 100755
Empty file.
Empty file modified _Out/runxd.sh
100644 → 100755
Empty file.
Empty file modified _Out/runxr.sh
100644 → 100755
Empty file.

0 comments on commit d439526

Please sign in to comment.