Update Obtaining the Oodle library
parent
707b8a16b2
commit
f82e810637
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue