Modify Autotools scripts
Modify Autotools scripts to output shared library.
This commit is contained in:
parent
35560c46ea
commit
34cd6fdc58
6 changed files with 38 additions and 20 deletions
13
src/main.c
13
src/main.c
|
|
@ -5,3 +5,16 @@
|
|||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* This file is included in the repository since using a Git submodule would
|
||||
* requried cloning the entire Godot source. */
|
||||
#include "gdextension_interface.h" /* GDExtension header for Godot. */
|
||||
|
||||
/*
|
||||
int main()
|
||||
{
|
||||
printf("Starting./n");
|
||||
return(0);
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue