Modify Autotools scripts

Modify Autotools scripts to output shared library.
This commit is contained in:
Aidan Mullen 2024-05-03 22:00:06 -04:00
parent 35560c46ea
commit 34cd6fdc58
6 changed files with 38 additions and 20 deletions

View file

@ -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);
}
*/