mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-08 10:22:08 +01:00
24 lines
552 B
Plaintext
24 lines
552 B
Plaintext
[general]
|
|
|
|
singleton=true
|
|
load_once=true
|
|
symbol_prefix="pandemonium_"
|
|
|
|
[entry]
|
|
|
|
X11.64="res://addons/pythonscript/x11-64/libpythonscript.so"
|
|
X11.32="res://addons/pythonscript/x11-32/libpythonscript.so"
|
|
Server.64="res://addons/pythonscript/x11-64/libpythonscript.so"
|
|
Windows.64="res://addons/pythonscript/windows-64/pythonscript.dll"
|
|
Windows.32="res://addons/pythonscript/windows-32/pythonscript.dll"
|
|
OSX.64="res://addons/pythonscript/osx-64/libpythonscript.dylib"
|
|
|
|
[dependencies]
|
|
|
|
X11.64=[]
|
|
X11.32=[]
|
|
Server.64=[]
|
|
Windows.64=[]
|
|
Windows.32=[]
|
|
OSX.64=[]
|