12 lines
659 B
Plaintext
12 lines
659 B
Plaintext
[configuration]
|
|
entry_symbol = "mpq_extractor_init"
|
|
compatibility_minimum = "4.6"
|
|
|
|
[libraries]
|
|
windows.x86_64.debug = "res://addons/mpq_extractor/bin/libmpq_extractor.windows.x86_64.dll"
|
|
windows.x86_64.release = "res://addons/mpq_extractor/bin/libmpq_extractor.windows.x86_64.dll"
|
|
linux.x86_64.debug = "res://addons/mpq_extractor/bin/libmpq_extractor.linux.x86_64.so"
|
|
linux.x86_64.release = "res://addons/mpq_extractor/bin/libmpq_extractor.linux.x86_64.so"
|
|
macos.debug = "res://addons/mpq_extractor/bin/libmpq_extractor.macos.universal.dylib"
|
|
macos.release = "res://addons/mpq_extractor/bin/libmpq_extractor.macos.universal.dylib"
|