mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-07-24 01:21:40 +03:00
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
Which library do I link?
|
|
------------------------
|
|
|
|
If you want to use fmodex.dll: (all plugins compiled into the dll, larger main dll size)
|
|
|
|
Visual Studio users - fmodex_vc.lib.
|
|
No other compilers are supported for 64bit libraries.
|
|
|
|
If you want to use fmodexp.dll: (plugins left external, smaller main dll size).
|
|
|
|
Visual Studio users - fmodexp_vc.lib.
|
|
No other compilers are supported for 64bit libraries.
|