diff --git a/client b/client index 3280a9d..9f4470d 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 3280a9d398deb4bf62f0377058dc652fc8564db9 +Subproject commit 9f4470dacb58e6d4838bd678b85b7841923c0ba9 diff --git a/helper.txt b/helper.txt index d8d9e8b..e634552 100644 --- a/helper.txt +++ b/helper.txt @@ -1,3 +1,7 @@ +Windows: + Make sure you have MSBuild.exe within your PATH variable! + "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" + Update/initialize git submodules (Using the refs given!): #Update the module git submodule update --init --recursive -f diff --git a/third_party/CMakeCache.txt b/third_party/CMakeCache.txt new file mode 100644 index 0000000..845fc01 --- /dev/null +++ b/third_party/CMakeCache.txt @@ -0,0 +1,95 @@ +# This is the CMakeCache file. +# For build in directory: c:/Users/WolverinDEV/TeaRoot-Client/third_party +# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:UNINITIALIZED=Release + +//Limited configurations +CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release + +//No help, variable specified on the command line. +CMAKE_C_FLAGS:UNINITIALIZED= -I../../boringssl/include/ + +//No help, variable specified on the command line. +CMAKE_INSTALL_PREFIX:UNINITIALIZED=C:/Users/WolverinDEV/TeaRoot-Client/third_party/libevent/out/win32_amd64/ + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=libevent + +//No help, variable specified on the command line. +EVENT__DISABLE_BENCHMARK:UNINITIALIZED=ON + +//No help, variable specified on the command line. +EVENT__DISABLE_OPENSSL:UNINITIALIZED=ON + +//No help, variable specified on the command line. +EVENT__DISABLE_SAMPLES:UNINITIALIZED=ON + +//No help, variable specified on the command line. +EVENT__DISABLE_TESTS:UNINITIALIZED=ON + +//Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, +// otherwise BOTH) +EVENT__LIBRARY_TYPE:STRING=STATIC + +//No help, variable specified on the command line. +EVENT__MSVC_STATIC_RUNTIME:UNINITIALIZED=ON + +//Value Computed by CMake +libevent_BINARY_DIR:STATIC=C:/Users/WolverinDEV/TeaRoot-Client/third_party + +//Value Computed by CMake +libevent_SOURCE_DIR:STATIC=C:/Users/WolverinDEV/TeaRoot-Client/third_party/libevent + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/WolverinDEV/TeaRoot-Client/third_party +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=11 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Visual Studio 15 2017 Win64 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/WolverinDEV/TeaRoot-Client/third_party/libevent +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.11 + diff --git a/third_party/CMakeFiles/3.11.1/CMakeSystem.cmake b/third_party/CMakeFiles/3.11.1/CMakeSystem.cmake new file mode 100644 index 0000000..d49f395 --- /dev/null +++ b/third_party/CMakeFiles/3.11.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-6.1.7601") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.7601") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-6.1.7601") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "6.1.7601") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/third_party/CMakeFiles/CMakeOutput.log b/third_party/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..248f256 --- /dev/null +++ b/third_party/CMakeFiles/CMakeOutput.log @@ -0,0 +1 @@ +The system is: Windows - 6.1.7601 - AMD64 diff --git a/third_party/CMakeFiles/cmake.check_cache b/third_party/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/third_party/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/third_party/CXXTerminal b/third_party/CXXTerminal new file mode 160000 index 0000000..d93597c --- /dev/null +++ b/third_party/CXXTerminal @@ -0,0 +1 @@ +Subproject commit d93597ce7e5bd0f22bf27be5d89535e34de70fd1