55fe54ae60
probably not, but it's worth a try. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1710 fc73d0e0-1445-4013-8a0c-d673dee63da5
8 lines
162 B
Makefile
8 lines
162 B
Makefile
all: native
|
|
|
|
native:
|
|
gcc -shared -fPIC -ggdb jabberclient.c ../qvm_api.c ../plugin.c -o jabberx86.so
|
|
|
|
install: native
|
|
cp jabberx86.so /opt/quake/fte/plugins/
|
|
|