bgui Makefile: remove broken .so target
commit4e5c4c8a30d30a1ab534535cabfb697e7b62779e
authorrofl0r <retnyg@gmx.net>
Tue, 29 Jul 2014 09:36:18 +0000 (29 11:36 +0200)
committerrofl0r <retnyg@gmx.net>
Tue, 29 Jul 2014 09:36:24 +0000 (29 11:36 +0200)
tree1541bee6bb273738405f0e47efe6ae1356fc7f5d
parentda34e69b5148ce223ede23707695e97910ed0909
bgui Makefile: remove broken .so target

in order to create a .so, the objects need to be compiled with -fPIC.
since this pessimizes the code gen for static linking, and we only
need it for static linking anyway, just get rid of the .so generation
instead of adding -fPIC to CFLAGS.
bgui2/src/Makefile.unx