ITADN

compilation in windows 10 with mingw

#1402Openroberto170 创建于 2025-11-27
bug
R
roberto170commented
to compile in windows 10 need link with Dnsapi.dll (makefile line 142) mingw: $(MAKE) "LUA_T=pluto.exe" "SYSLDFLAGS=-static-libstdc++ -municode" "SYSLIBS=-lws2_32 -lbcrypt -ldnsapi" pluto.exe $(MAKE) "LUAC_T=plutoc.exe" "SYSLDFLAGS=-static-libstdc++ -municode" "SYSLIBS=-lws2_32 -lbcrypt -ldnsapi" plutoc.exe
2 条评论