forked from markus/S_New4
7 lines
306 B
Bash
Executable File
7 lines
306 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#x86_64-w64-mingw32-g++ ./*.h ./*.cpp -o S_New4_x64.exe -DCURL_STATICLIB -static-libgcc -static-libstdc++ -lpthread -lcurl -lwldap32 -lws2_32 -std=c++11
|
|
x86_64-w64-mingw32-g++ ./*.h ./*.cpp -o S_New4_x64.exe -static-libgcc -static-libstdc++ -lpthread -lcurl -lws2_32 -std=c++11
|
|
sleep 3
|
|
|