This commit is contained in:
JuiceyDev 2026-03-06 08:03:07 +01:00
parent 834e0e6e72
commit 50d28ade69
4 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#pragma once
/* gzguts.h -- zlib internal header definitions for gz* operations
* Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h

View file

@ -1,3 +1,4 @@
#pragma once
/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2009 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h

View file

@ -3,6 +3,7 @@ exclude_sources = [
' ! -path "*/Platform/*"',
' ! -path "*/Build/Common/Network/Sony/*"',
' ! -path "*/Build/Common/XUI/*"',
' ! -path "*/Build/Common/zlib/*"',
]
# get all those files
@ -42,6 +43,7 @@ executable('Minecraft.Client',
glfw_dep,
thread_dep,
dl_dep,
dependency('zlib'),
],
cpp_args : global_cpp_args + global_cpp_defs + [
'-DUNICODE', '-D_UNICODE',

View file

@ -10,7 +10,7 @@ exclude_sources = [
'! -name NbtSlotFile.cpp',
'! -name ZonedChunkStorage.cpp',
'! -name ZoneFile.cpp',
'! -name ZoneIo.cpp',
'! -name ZoneIO.cpp',
]
# GET IT ALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL