diff options
author | Max Horn | 2005-02-06 17:21:31 +0000 |
---|---|---|
committer | Max Horn | 2005-02-06 17:21:31 +0000 |
commit | 8525d73e9b16546a2ceee6c12005811089ba6da2 (patch) | |
tree | b68dee879a5c54ed0cd145775ac5233de015113d /Makefile | |
parent | 683e934908ac90253e25f78d3f8d299d122b136b (diff) | |
download | scummvm-rg350-8525d73e9b16546a2ceee6c12005811089ba6da2.tar.gz scummvm-rg350-8525d73e9b16546a2ceee6c12005811089ba6da2.tar.bz2 scummvm-rg350-8525d73e9b16546a2ceee6c12005811089ba6da2.zip |
Configure the plugin prefix/suffix in the configure script; use that setting in plugins.cpp
svn-id: r16739
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -29,18 +29,6 @@ CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy -###################################################################### -# Plugin settings -###################################################################### - -# Plugin prefix. Typically "lib" on Unix, and nothing everywhere else -PLUGIN_PREFIX := lib -# Plugin suffix. For static/shared libs this is typically ".so"/".a" on Unix, -# ".dll"/".lib" on Windows, ".bundle"/".a" on OS X, etc. -PLUGIN_SUFFIX := .so - -PLUGIN_EXTRA_DEPS := $(EXECUTABLE) - ####################################################################### # Misc stuff - you should never have to edit this # ####################################################################### |