diff --git a/include/baked_utils_dll.h b/include/baked_utils_dll.h index cd496cd..47b1e1c 100644 --- a/include/baked_utils_dll.h +++ b/include/baked_utils_dll.h @@ -5,7 +5,7 @@ static const unsigned int utils_dll_data[9216/4] = { 0x00905a4d, 0x00000003, 0x00000004, 0x0000ffff, 0x000000b8, 0x00000000, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000080, 0x0eba1f0e, 0xcd09b400, 0x4c01b821, 0x685421cd, 0x70207369, 0x72676f72, 0x63206d61, 0x6f6e6e61, - 0x65622074, 0x6e757220, 0x206e6920, 0x20534f44, 0x65646f6d, 0x0a0d0d2e, 0x00000024, 0x00000000, 0x00004550, 0x0003014c, 0x659b728d, 0x00000000, + 0x65622074, 0x6e757220, 0x206e6920, 0x20534f44, 0x65646f6d, 0x0a0d0d2e, 0x00000024, 0x00000000, 0x00004550, 0x0003014c, 0x659b9342, 0x00000000, 0x00000000, 0x202200e0, 0x0030010b, 0x00001c00, 0x00000600, 0x00000000, 0x00003a2e, 0x00002000, 0x00004000, 0x10000000, 0x00002000, 0x00000200, 0x00000004, 0x00000000, 0x00000004, 0x00000000, 0x00008000, 0x00000200, 0x00000000, 0x85400003, 0x00100000, 0x00001000, 0x00100000, 0x00001000, 0x00000000, 0x00000010, 0x00000000, 0x00000000, 0x000039dc, 0x0000004f, 0x00004000, 0x00000298, 0x00000000, 0x00000000, 0x00000000, 0x00000000, @@ -136,7 +136,7 @@ static const unsigned int utils_dll_data[9216/4] = 0x00750042, 0x00470068, 0x0024005a, 0x00790048, 0x0030005a, 0x0041004c, 0x0066006e, 0x003d0051, 0x2f00003d, 0x003d0023, 0x006e007a, 0x004b0024, 0x0038004d, 0x0050004f, 0x00330042, 0x00440056, 0x00450033, 0x00510045, 0x00580068, 0x003d0041, 0x1700003d, 0x003d0023, 0x0072007a, 0x005f005f, 0x00540035, 0x006f0030, 0x3f00003d, 0x003d0023, 0x0045007a, 0x00560030, 0x005a0044, 0x00770066, 0x0045004a, 0x00330048, 0x0036007a, 0x00330044, - 0x00470058, 0x006d0071, 0x006b0054, 0x00520044, 0x006b0046, 0x00660077, 0x01000047, 0x00000000, 0x6232894c, 0x4444dd25, 0x367f5dad, 0x249aa528, + 0x00470058, 0x006d0071, 0x006b0054, 0x00520044, 0x006b0046, 0x00660077, 0x01000047, 0x00000000, 0xd4a0c1cd, 0x44f14cbe, 0x94852898, 0x776e938a, 0x01200400, 0x20030801, 0x20050100, 0x11110101, 0x01012005, 0x20051511, 0x29110101, 0x11010704, 0x0000043d, 0x20055112, 0x0e451201, 0x12012005, 0x20040e49, 0x033d1100, 0x04180020, 0x18080100, 0x11020706, 0x07391139, 0x02351215, 0x0539110e, 0x13020120, 0x01200600, 0x00130113, 0x18020005, 0x00070818, 0x1c391102, 0x20076911, 0x00130102, 0x07040113, 0x09391101, 0x0e1d0607, 0x080e0e0e, 0x00200308, 0x02200808, 0x0e1d0e1d, 0x00067111, diff --git a/nobuild.c b/nobuild.c index 93eeba3..1b831f6 100644 --- a/nobuild.c +++ b/nobuild.c @@ -5,7 +5,7 @@ #define STANDALONE_DIRS "freedom/", "freedom/standalone/", "freedom/features/", "vendor/imgui/", "vendor/imgui/backends/", "vendor/imgui/backends/standalone/" #define MSVC_COMMON_FLAGS "/EHsc", "/nologo", "/DWIN32_LEAN_AND_MEAN", "/DUNICODE", "/DIMGUI_DEFINE_MATH_OPERATORS", "/DIMGUI_USE_STB_SPRINTF", "/std:c++latest" -#define MSVC_INCLUDE_FLAGS "/Iinclude", "/Ivendor/imgui", "/Ivendor/imgui/backends", "/Ivendor/imgui/backends/standalone", "/Ivendor/GLFW/include" +#define MSVC_INCLUDE_FLAGS "/Iinclude", "/Ivendor/lzma", "/Ivendor/imgui", "/Ivendor/imgui/backends", "/Ivendor/imgui/backends/standalone", "/Ivendor/GLFW/include" #define MSVC_RELEASE_FLAGS MSVC_COMMON_FLAGS, "/DNDEBUG", MSVC_INCLUDE_FLAGS, "/O2", "/MT", "/GL" #define MSVC_DEBUG_FLAGS MSVC_COMMON_FLAGS, MSVC_INCLUDE_FLAGS, "/Od", "/Z7", "/MTd", "/FS" diff --git a/nobuild.exe b/nobuild.exe index 97a6af2..326c337 100644 Binary files a/nobuild.exe and b/nobuild.exe differ diff --git a/include/lzma.h b/vendor/lzma/lzma.h similarity index 100% rename from include/lzma.h rename to vendor/lzma/lzma.h