diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-05-07 23:40:45 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-05-07 23:40:45 +0000 |
| commit | d8237fd65f54f60c5f71fa8441b26ee43ce8b250 (patch) | |
| tree | 082c78de088bf45829820683bac9519e1827b648 /apps/plugins/searchengine | |
| parent | 001f52bd680a7f374fecebb16edfb8f43554daf9 (diff) | |
| download | rockbox-d8237fd65f54f60c5f71fa8441b26ee43ce8b250.zip rockbox-d8237fd65f54f60c5f71fa8441b26ee43ce8b250.tar.gz rockbox-d8237fd65f54f60c5f71fa8441b26ee43ce8b250.tar.bz2 rockbox-d8237fd65f54f60c5f71fa8441b26ee43ce8b250.tar.xz | |
Same 'DLL' messages as the new plugin Makefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6425 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/searchengine')
| -rw-r--r-- | apps/plugins/searchengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/searchengine/Makefile b/apps/plugins/searchengine/Makefile index e59bd8f..992beb0 100644 --- a/apps/plugins/searchengine/Makefile +++ b/apps/plugins/searchengine/Makefile @@ -62,7 +62,7 @@ DLLTOOLFLAGS = --export-all DLLWRAPFLAGS = -s --entry _DllMain@12 --target=i386-mingw32 -mno-cygwin $(OUTPUT): $(OBJS) - @echo "DLL $@" + @echo "DLL "`basename $@` @$(DLLTOOL) $(DLLTOOLFLAGS) -z $(OBJDIR)/$*.def $(OBJS) @$(DLLWRAP) $(DLLWRAPFLAGS) --def $(OBJDIR)/$*.def $(OBJS) \ $(BUILDDIR)/libplugin.a -o $@ |