added windows 64 bit libraries
This commit is contained in:
parent
fc22c07c72
commit
053145984f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ cmake-build-debug/
|
|||||||
.idea/
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
CMakeLists.txt
|
CMakeLists.txt
|
||||||
|
.vscode/
|
Binary file not shown.
Binary file not shown.
BIN
lib64/windows/boost_date_time.lib
Normal file
BIN
lib64/windows/boost_date_time.lib
Normal file
Binary file not shown.
BIN
lib64/windows/boost_system.lib
Normal file
BIN
lib64/windows/boost_system.lib
Normal file
Binary file not shown.
BIN
lib64/windows/libcrypto.lib
Normal file
BIN
lib64/windows/libcrypto.lib
Normal file
Binary file not shown.
BIN
lib64/windows/libssl.lib
Normal file
BIN
lib64/windows/libssl.lib
Normal file
Binary file not shown.
@ -483,8 +483,6 @@ void sendMessages(GWSocket* socket)
|
|||||||
// Sends a WebSocket message and prints the response
|
// Sends a WebSocket message and prints the response
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::cout << "Starting main!" << std::endl;
|
|
||||||
return 1;
|
|
||||||
initialize();
|
initialize();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user