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