From ecfa66341a9e7ac25d165ca3d48b91cbe39c6f1d Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 13 Mar 2025 08:30:24 +0000 Subject: [PATCH] Update Obtaining the Oodle library --- Obtaining-the-Oodle-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Obtaining-the-Oodle-library.md b/Obtaining-the-Oodle-library.md index 89f6c3f..453ffa0 100644 --- a/Obtaining-the-Oodle-library.md +++ b/Obtaining-the-Oodle-library.md @@ -4,7 +4,7 @@ Darktide ships with a `.dll` for Oodle 2.8, and DTMT could link to that at runti * DTMT needs to know the path to the library file. It's hard to make automatic detection reliable, and it's confusing for people to specify it manually. Therefore, linking the libraries statically is the better option, but requires additional files on both systems. -To compile for Windows (native or cross), a `oo2core_win_release.lib` file is needed. Compiling for Linux requires an `liboo2corelinux64.a` archive file instead. +To compile for Windows (native or cross), a `oo2core_win64.lib` file is needed. Compiling for Linux requires an `liboo2corelinux64.a` archive file instead. ## Generating a `.lib` file