rcpp_framework/compile_win.bat

5 lines
236 B
Batchfile
Raw Permalink Normal View History

2020-11-26 11:24:51 +01:00
g++ -o3 -g main.cpp ./core/settings.cpp ./core/request.cpp ./core/http_server.cpp ./core/file_cache.cpp ./core/application.cpp ./rdn_application.cpp ./core/theme.cpp -o ./bin/server.exe -Ilibs -lWsock32 -lWs2_32 -lpthread -std=c++14