Update Obtaining the Oodle library

Lucas Schwiderski 2024-07-09 13:32:08 +02:00
parent 707b8a16b2
commit f82e810637

@ -12,8 +12,8 @@ A `.lib` file can be generated from a `.dll` file. The MSVC command line tools (
1. `dumpbin /EXPORTS oo2core_win_release.dll > oo2core_win_release.def` 1. `dumpbin /EXPORTS oo2core_win_release.dll > oo2core_win_release.def`
2. Add a line `EXPORTS` at the top of the `.def` file 2. Add a line `EXPORTS` at the top of the `.def` file
2.1. (Optional) Remove unused function definitions 3. (Optional) Remove unused function definitions
3. `lib /def:oo2core_win_release.def /machine:x64 /out:oo2core_win_release.lib` 4. `lib /def:oo2core_win_release.def /machine:x64 /out:oo2core_win_release.lib`
## Acquiring a `.lib` or `.a` file from Unreal Engine ## Acquiring a `.lib` or `.a` file from Unreal Engine