From 62d9c646dd411f1cc067de804880751b9aaa0a77 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Thu, 11 Jan 2024 15:31:18 -0300 Subject: fixt Fix several bugs in the Windows installation * Rakefile: Link against winsock2 * ruby_build_config.rb: Add sockets to the engine for on-line gaming. * src/core.cpp: Windows needs to read mrb files as binaries. * windows_installer.nsi: write uninstaller before listing files seems to cause bugs. --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index eeab51a..f7f0aa4 100644 --- a/Rakefile +++ b/Rakefile @@ -55,7 +55,8 @@ LIBRARIES = [ 'SDL2', 'SDL2_mixer', 'freetype', - 'm' + 'm', + 'ws2_32' ] + OS_LIBRARIES PKG_CONFIG = [ -- cgit v1.2.3