S_New4/alt/g++/make32Bit.sh

5 lines
175 B
Bash
Raw Normal View History

2022-04-13 12:51:56 +00:00
#!/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