updated revs

This commit is contained in:
WolverinDEV 2019-11-03 15:59:08 +01:00
parent 086e054c4b
commit ac4051100e
7 changed files with 118 additions and 1 deletions

2
client

@ -1 +1 @@
Subproject commit 3280a9d398deb4bf62f0377058dc652fc8564db9
Subproject commit 9f4470dacb58e6d4838bd678b85b7841923c0ba9

View File

@ -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

95
third_party/CMakeCache.txt vendored Normal file
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1 @@
The system is: Windows - 6.1.7601 - AMD64

View File

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

1
third_party/CXXTerminal vendored Submodule

@ -0,0 +1 @@
Subproject commit d93597ce7e5bd0f22bf27be5d89535e34de70fd1