S_New4/alt/g++/make32Bit.sh
2022-03-25 22:11:58 +01:00

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