Skip to content

Commit 39153fc

Browse files
committed
Enable windows builds
1 parent 28f0d1c commit 39153fc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.msvc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ HAVE_RTGA := 1
5959
HAVE_7ZIP := 1
6060
HAVE_NETWORKING := 1
6161
HAVE_IFINFO := 1
62+
HAVE_S3 := 1
6263
HAVE_NETWORK_CMD := 1
6364
HAVE_OVERLAY := 1
6465
HAVE_LANGEXTRA := 1

Makefile.win

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ HAVE_DYLIB = 1
1212
HAVE_D3D9 = 1
1313
HAVE_NETWORKING = 1
1414
HAVE_IFINFO = 1
15+
HAVE_S3 = 1
1516
HAVE_NETPLAYDISCOVERY = 1
1617
HAVE_STDIN_CMD = 1
1718
HAVE_COMMAND = 1

0 commit comments

Comments
 (0)