win port wip

This commit is contained in:
Benjamin Sergeant
2018-10-08 18:24:40 -07:00
parent c3bf260330
commit b68a4c26f2
56 changed files with 4535 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/user/Documents/GitHub/IXWebSocket")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat")
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@@ -0,0 +1,64 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.cpp
IXSocket.h
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.h
stdio.h
-
stdlib.h
-
string.h
-
assert.h
-
stdint.h
-
fcntl.h
-
sys/types.h
-
WinSock2.h
-
WS2tcpip.h
-
io.h
-
unistd.h
-
errno.h
-
netdb.h
-
netinet/tcp.h
-
sys/socket.h
-
sys/time.h
-
sys/select.h
-
sys/stat.h
-
sys/eventfd.h
-
linux/in.h
-
linux/tcp.h
-
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.h
string
-
functional
-
mutex
-
atomic
-

View File

@@ -0,0 +1,30 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj"
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocketOpenSSL.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj"
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocket.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj"
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocketTransport.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj"
)
set(CMAKE_CXX_COMPILER_ID "MSVC")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_CXX
"IXWEBSOCKET_USE_TLS"
)
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"../../."
"../../../../shared/OpenSSL/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,199 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
# Include any dependencies generated for this target.
include ixwebsocket\CMakeFiles\ixwebsocket.dir\depend.make
# Include the progress variables for this target.
include ixwebsocket\CMakeFiles\ixwebsocket.dir\progress.make
# Include the compile flags for this target's objects.
include ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj: ..\..\ixwebsocket\IXSocket.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocket.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.i"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocket.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.s"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocket.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ..\..\ixwebsocket\IXWebSocket.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocket.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.i"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocket.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.s"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocket.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXWebSocketTransport.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocketTransport.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.i"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocketTransport.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.s"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocketTransport.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ..\..\ixwebsocket\IXSocketOpenSSL.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocketOpenSSL.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.i"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocketOpenSSL.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.s"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocketOpenSSL.cpp
<<
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
# Object files for target ixwebsocket
ixwebsocket_OBJECTS = \
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj" \
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj" \
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj" \
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj"
# External object files for target ixwebsocket
ixwebsocket_EXTERNAL_OBJECTS =
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\objects1.rsp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library ixwebsocket.lib"
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
$(CMAKE_COMMAND) -P CMakeFiles\ixwebsocket.dir\cmake_clean_target.cmake
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\link.exe /lib /nologo /out:ixwebsocket.lib @CMakeFiles\ixwebsocket.dir\objects1.rsp
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
# Rule to build all files generated by this target.
ixwebsocket\CMakeFiles\ixwebsocket.dir\build: ixwebsocket\ixwebsocket.lib
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\build
ixwebsocket\CMakeFiles\ixwebsocket.dir\clean:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
$(CMAKE_COMMAND) -P CMakeFiles\ixwebsocket.dir\cmake_clean.cmake
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\clean
ixwebsocket\CMakeFiles\ixwebsocket.dir\depend:
$(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket\CMakeFiles\ixwebsocket.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\depend

View File

@@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj"
"CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj"
"CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj"
"CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj"
"ixwebsocket.pdb"
"ixwebsocket.lib"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/ixwebsocket.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"ixwebsocket.lib"
)

View File

@@ -0,0 +1,20 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.cpp
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.h
ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.h
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocketOpenSSL.cpp
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocketOpenSSL.h
ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocket.cpp
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocket.h
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocketTransport.h
ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.h
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocketAppleSSL.h
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocketOpenSSL.h
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocketTransport.cpp
C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocketTransport.h

View File

@@ -0,0 +1,20 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj: ..\..\ixwebsocket\IXSocket.cpp
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj: ..\..\ixwebsocket\IXSocket.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ..\..\ixwebsocket\IXSocket.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ..\..\ixwebsocket\IXSocketOpenSSL.cpp
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ..\..\ixwebsocket\IXSocketOpenSSL.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ..\..\ixwebsocket\IXWebSocket.cpp
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ..\..\ixwebsocket\IXWebSocket.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ..\..\ixwebsocket\IXWebSocketTransport.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXSocket.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXSocketAppleSSL.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXSocketOpenSSL.h
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXWebSocketTransport.cpp
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXWebSocketTransport.h

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
# compile CXX with C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.15.26726/bin/Hostx64/x64/cl.exe
CXX_FLAGS =
CXX_DEFINES = -DIXWEBSOCKET_USE_TLS
CXX_INCLUDES = -IC:\Users\user\Documents\GitHub\IXWebSocket\. -IC:\Users\user\Documents\GitHub\IXWebSocket\..\..\shared\OpenSSL\include

View File

@@ -0,0 +1 @@
CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj

View File

@@ -0,0 +1,6 @@
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4
CMAKE_PROGRESS_3 = 5
CMAKE_PROGRESS_4 = 6
CMAKE_PROGRESS_5 = 7

View File

@@ -0,0 +1 @@
5