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

View File

@@ -0,0 +1,348 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/local
install\local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install\local
# Special rule for the target install/local
install\local\fast: preinstall\fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install\local\fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install\fast: preinstall\fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install\fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
echo >nul && "C:\Program Files\CMake\bin\cmake-gui.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache\fast: edit_cache
.PHONY : edit_cache\fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache\fast: rebuild_cache
.PHONY : rebuild_cache\fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components\fast: list_install_components
.PHONY : list_install_components\fast
# The main all target
all: cmake_check_build_system
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket\CMakeFiles\progress.marks
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\all
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\clean
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : clean
# The main clean target
clean\fast: clean
.PHONY : clean\fast
# Prepare targets for installation.
preinstall: all
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\preinstall
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : preinstall
# Prepare targets for installation.
preinstall\fast:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\preinstall
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : preinstall\fast
# clear depends
depend:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : depend
# Convenience name for target.
ixwebsocket\CMakeFiles\ixwebsocket.dir\rule:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\rule
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\rule
# Convenience name for target.
ixwebsocket: ixwebsocket\CMakeFiles\ixwebsocket.dir\rule
.PHONY : ixwebsocket
# fast build rule for target.
ixwebsocket\fast:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\build
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\fast
ixwebsocket\IXSocket.obj: ixwebsocket\IXSocket.cpp.obj
.PHONY : ixwebsocket\IXSocket.obj
# target to build an object file
ixwebsocket\IXSocket.cpp.obj:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXSocket.cpp.obj
ixwebsocket\IXSocket.i: ixwebsocket\IXSocket.cpp.i
.PHONY : ixwebsocket\IXSocket.i
# target to preprocess a source file
ixwebsocket\IXSocket.cpp.i:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.i
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXSocket.cpp.i
ixwebsocket\IXSocket.s: ixwebsocket\IXSocket.cpp.s
.PHONY : ixwebsocket\IXSocket.s
# target to generate assembly for a file
ixwebsocket\IXSocket.cpp.s:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.s
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXSocket.cpp.s
ixwebsocket\IXSocketOpenSSL.obj: ixwebsocket\IXSocketOpenSSL.cpp.obj
.PHONY : ixwebsocket\IXSocketOpenSSL.obj
# target to build an object file
ixwebsocket\IXSocketOpenSSL.cpp.obj:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXSocketOpenSSL.cpp.obj
ixwebsocket\IXSocketOpenSSL.i: ixwebsocket\IXSocketOpenSSL.cpp.i
.PHONY : ixwebsocket\IXSocketOpenSSL.i
# target to preprocess a source file
ixwebsocket\IXSocketOpenSSL.cpp.i:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.i
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXSocketOpenSSL.cpp.i
ixwebsocket\IXSocketOpenSSL.s: ixwebsocket\IXSocketOpenSSL.cpp.s
.PHONY : ixwebsocket\IXSocketOpenSSL.s
# target to generate assembly for a file
ixwebsocket\IXSocketOpenSSL.cpp.s:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.s
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXSocketOpenSSL.cpp.s
ixwebsocket\IXWebSocket.obj: ixwebsocket\IXWebSocket.cpp.obj
.PHONY : ixwebsocket\IXWebSocket.obj
# target to build an object file
ixwebsocket\IXWebSocket.cpp.obj:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXWebSocket.cpp.obj
ixwebsocket\IXWebSocket.i: ixwebsocket\IXWebSocket.cpp.i
.PHONY : ixwebsocket\IXWebSocket.i
# target to preprocess a source file
ixwebsocket\IXWebSocket.cpp.i:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.i
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXWebSocket.cpp.i
ixwebsocket\IXWebSocket.s: ixwebsocket\IXWebSocket.cpp.s
.PHONY : ixwebsocket\IXWebSocket.s
# target to generate assembly for a file
ixwebsocket\IXWebSocket.cpp.s:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.s
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXWebSocket.cpp.s
ixwebsocket\IXWebSocketTransport.obj: ixwebsocket\IXWebSocketTransport.cpp.obj
.PHONY : ixwebsocket\IXWebSocketTransport.obj
# target to build an object file
ixwebsocket\IXWebSocketTransport.cpp.obj:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXWebSocketTransport.cpp.obj
ixwebsocket\IXWebSocketTransport.i: ixwebsocket\IXWebSocketTransport.cpp.i
.PHONY : ixwebsocket\IXWebSocketTransport.i
# target to preprocess a source file
ixwebsocket\IXWebSocketTransport.cpp.i:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.i
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXWebSocketTransport.cpp.i
ixwebsocket\IXWebSocketTransport.s: ixwebsocket\IXWebSocketTransport.cpp.s
.PHONY : ixwebsocket\IXWebSocketTransport.s
# target to generate assembly for a file
ixwebsocket\IXWebSocketTransport.cpp.s:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.s
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : ixwebsocket\IXWebSocketTransport.cpp.s
# Help Target
help:
@echo The following are some of the valid targets for this Makefile:
@echo ... all (the default if no target is provided)
@echo ... clean
@echo ... depend
@echo ... ixwebsocket
@echo ... install/local
@echo ... install
@echo ... edit_cache
@echo ... rebuild_cache
@echo ... list_install_components
@echo ... ixwebsocket/IXSocket.obj
@echo ... ixwebsocket/IXSocket.i
@echo ... ixwebsocket/IXSocket.s
@echo ... ixwebsocket/IXSocketOpenSSL.obj
@echo ... ixwebsocket/IXSocketOpenSSL.i
@echo ... ixwebsocket/IXSocketOpenSSL.s
@echo ... ixwebsocket/IXWebSocket.obj
@echo ... ixwebsocket/IXWebSocket.i
@echo ... ixwebsocket/IXWebSocket.s
@echo ... ixwebsocket/IXWebSocketTransport.obj
@echo ... ixwebsocket/IXWebSocketTransport.i
@echo ... ixwebsocket/IXWebSocketTransport.s
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: C:/Users/user/Documents/GitHub/IXWebSocket
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/cmd_websocket_chat")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()