mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-06 06:09:49 +03:00
19 lines
279 B
Plaintext
19 lines
279 B
Plaintext
[general]
|
|
|
|
singleton=false
|
|
load_once=true
|
|
symbol_prefix="godot_"
|
|
reloadable=true
|
|
|
|
[entry]
|
|
|
|
Windows.64="res://gdnative/windows/libpong.dll"
|
|
X11.64="res://gdnative/linux/libpong.so"
|
|
OSX.64="res://gdnative/osx/libpong.dylib"
|
|
|
|
[dependencies]
|
|
|
|
Windows.64=[ ]
|
|
X11.64=[ ]
|
|
OSX.64=[ ]
|