allow plugin to be written in C++

This commit is contained in:
roberto@maverick64
2011-07-05 11:28:35 +02:00
parent 850f2abd5c
commit 513c9cee3d
8 changed files with 137 additions and 8 deletions
+5 -2
View File
@@ -1,3 +1,6 @@
NAME='example'
CFLAGS = ''
LDFLAGS = ''
CFLAGS = []
LDFLAGS = []
LIBS = []
GCC_LIST = ['example_plugin']