mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-01 18:12:53 +00:00
filez
This commit is contained in:
parent
834e0e6e72
commit
50d28ade69
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ exclude_sources = [
|
|||
'! -name NbtSlotFile.cpp',
|
||||
'! -name ZonedChunkStorage.cpp',
|
||||
'! -name ZoneFile.cpp',
|
||||
'! -name ZoneIo.cpp',
|
||||
'! -name ZoneIO.cpp',
|
||||
]
|
||||
|
||||
# GET IT ALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
|
||||
|
|
|
|||
Loading…
Reference in a new issue