mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-26 13:50:30 +00:00
Update Test Plugins
This commit is contained in:
parent
3f2ba7f54c
commit
bbcd574e08
4 changed files with 7 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
gcc -shared -fPIC -o test_plugin.so -I ../../src/plugins/ -I ../../src/lasr -L../../build/ test_plugin.c
|
||||
gcc -shared -fPIC -o test_plugin.so -I ../../ -L../../build/ test_plugin.c
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "include/plugins/plugin.h"
|
||||
#include "include/plugins/plugin_utils.h"
|
||||
#include "lua.h"
|
||||
#include "plugin.h"
|
||||
#include "plugin_utils.h"
|
||||
#include <stdio.h>
|
||||
|
||||
const char plugin_name[] = "Test Plugin";
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
gcc -shared -fPIC -o test_plugin2.so -I ../../src/plugins/ -I ../../src/lasr -I ../../src -L../../build/ test_plugin.c
|
||||
gcc -shared -fPIC -o test_plugin2.so -I ../../ -L../../build/ test_plugin.c
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "plugin.h"
|
||||
#include "plugin_utils.h"
|
||||
#include "timer.h"
|
||||
#include "include/plugins/plugin.h"
|
||||
#include "include/plugins/plugin_utils.h"
|
||||
#include "include/timer.h"
|
||||
#include <stdio.h>
|
||||
|
||||
const char plugin_name[] = "Test Plugin 2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue