12
-r:$(top_builddir)/Tomboy/Tomboy.exe
19
PRINT_TARGET = PrintNotes.dll
20
PRINT_CSFILES = $(srcdir)/PrintNotes.cs
23
$(PRINT_TARGET): $(PRINT_CSFILES) $(top_builddir)/Tomboy/Tomboy.exe
24
$(CSC) -o $@ $(CSFLAGS) $(ASSEMBLIES) $(PRINT_CSFILES) $(PRINT_RESOURCES)
28
# Export to HTML plugin
31
EXPORT_TARGET = ExportToHTML.dll
32
EXPORT_CSFILES = $(srcdir)/ExportToHTML.cs
35
$(EXPORT_TARGET): $(EXPORT_CSFILES) $(top_builddir)/Tomboy/Tomboy.exe
36
$(CSC) -o $@ $(CSFLAGS) $(ASSEMBLIES) $(EXPORT_CSFILES) $(EXPORT_RESOURCES)
39
pluginsdir = $(pkglibdir)/Plugins