summaryrefslogtreecommitdiff
path: root/PLUGINS/src/osddemo/Makefile
AgeCommit message (Collapse)Author
2010-02-06Moved strictly necessary Makefile options into Make.globalKlaus Schmidinger
2008-01-13Added '-Wno-parentheses' to the compiler options in order to avoid silly ↵Klaus Schmidinger
compiler warnings
2007-08-15Moved the "all" target in plugin Makefiles before the "Implicit rules"Klaus Schmidinger
2006-09-10Added --remove-destination to the 'cp' command for binaries in the Makefiles ↵Klaus Schmidinger
of the plugins
2006-04-24Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed ↵Klaus Schmidinger
broken APIVERSION extraction line in 'newplugin'
2006-04-22Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a ↵Klaus Schmidinger
single 'sed' call
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-15Removed DVBDIR from Makefile; it's now defined in Make.config if necessaryKlaus Schmidinger
2005-11-11Added compiler options "-fPIC -g" to all pluginsKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2002-12-13Changed setting of CXX and CXXFLAGS variables in MakefileKlaus Schmidinger
2002-11-24Plugins can now have their own raw OSDKlaus Schmidinger