Remove old plugin.c.

svn path=/trunk/netsurf/; revision=12967
This commit is contained in:
Michael Drake 2011-10-06 10:21:50 +00:00
parent 22f2ffeeea
commit 149ac31cac
2 changed files with 1 additions and 1861 deletions

View File

@ -16,7 +16,6 @@ $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny)))
$(eval $(call feature_enabled,DRAW,-DWITH_DRAW,,Drawfile rendering)) $(eval $(call feature_enabled,DRAW,-DWITH_DRAW,,Drawfile rendering))
$(eval $(call feature_enabled,SPRITE,-DWITH_SPRITE,,Sprite rendering)) $(eval $(call feature_enabled,SPRITE,-DWITH_SPRITE,,Sprite rendering))
$(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,,ArtWorks rendering)) $(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,,ArtWorks rendering))
$(eval $(call feature_enabled,PLUGINS,-DWITH_PLUGIN,,Plugin protocol))
$(eval $(call feature_enabled,DRAW_EXPORT,-DWITH_DRAW_EXPORT,-lpencil,Drawfile export)) $(eval $(call feature_enabled,DRAW_EXPORT,-DWITH_DRAW_EXPORT,-lpencil,Drawfile export))
ifeq ($(HOST),riscos) ifeq ($(HOST),riscos)
$(eval $(call feature_enabled,BMP,-DWITH_BMP,-lnsbmp,BMP (libnsbmp))) $(eval $(call feature_enabled,BMP,-DWITH_BMP,-lnsbmp,BMP (libnsbmp)))
@ -68,7 +67,7 @@ endif
S_RISCOS := 401login.c assert.c bitmap.c buffer.c cookies.c configure.c \ S_RISCOS := 401login.c assert.c bitmap.c buffer.c cookies.c configure.c \
debugwin.c dialog.c download.c filetype.c font.c \ debugwin.c dialog.c download.c filetype.c font.c \
global_history.c gui.c help.c history.c hotlist.c iconbar.c \ global_history.c gui.c help.c history.c hotlist.c iconbar.c \
image.c menus.c message.c palettes.c plotters.c plugin.c \ image.c menus.c message.c palettes.c plotters.c \
print.c query.c save.c save_draw.c save_pdf.c schedule.c \ print.c query.c save.c save_draw.c save_pdf.c schedule.c \
search.c searchweb.c sslcert.c system_colour.c textarea.c \ search.c searchweb.c sslcert.c system_colour.c textarea.c \
textselection.c theme.c theme_install.c thumbnail.c toolbar.c \ textselection.c theme.c theme_install.c thumbnail.c toolbar.c \

File diff suppressed because it is too large Load Diff