implemented server database and api for client database
This commit is contained in:
@@ -47,7 +47,7 @@ case "$OS" in
|
||||
EXEC_FILE="$PROJECT.exe"
|
||||
SHARED_LIB_FILE="$PROJECT.dll"
|
||||
INCLUDE="$INCLUDE "
|
||||
LINKER_LIBS="-static -lpthread -lws2_32 -lsqlite3"
|
||||
LINKER_LIBS="-static -lpthread -lws2_32 -luuid -lsqlite3"
|
||||
;;
|
||||
LINUX)
|
||||
EXEC_FILE="$PROJECT"
|
||||
|
||||
Reference in New Issue
Block a user