source: Revenant/gdmodule/bin/revenant.gdnlib@ c61312b

port/mars-tycoon
Last change on this file since c61312b was 8125274, checked in by Jonathan Neufeld <support@…>, 3 years ago

(WIP) Introduction of GD Native module and Godot-CPP API sub-module

  • Property mode set to 100644
File size: 349 bytes
Line 
1[general]
2
3singleton=false
4load_once=true
5symbol_prefix="godot_"
6reloadable=false
7
8[entry]
9
10X11.64="res://bin/x11/libgdrevenant.so"
11Windows.64="res://bin/win64/libgdrevenant.dll"
12OSX.64="res://bin/osx/libgdrevenant.dylib"
13
14[dependencies]
15
16X11.64=[
17 "res://bin/x11/libgeoworld.so",
18 "res://bin/x11/libyamlprovider.so"
19]
20Windows.64=[]
21OSX.64=[]
Note: See TracBrowser for help on using the repository browser.