forked from len0rd/rockbox
Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d6392c514
commit
25c0d3ace9
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ $(OBJDIR)/%.o: $(PLUGINDIR)/lib/%.c
|
||||||
|
|
||||||
$(OBJDIR)/%.rock: $(APPSDIR)/plugins/%.c $(APPSDIR)/plugin.h
|
$(OBJDIR)/%.rock: $(APPSDIR)/plugins/%.c $(APPSDIR)/plugin.h
|
||||||
@echo CC $<
|
@echo CC $<
|
||||||
@$(CC) $(APPCFLAGS) -DPLUGIN -L$(OBJDIR) -lplugin -shared $< -o $@
|
@$(CC) $(APPCFLAGS) -DPLUGIN -shared $< -L$(OBJDIR) -lplugin -o $@
|
||||||
@chmod -x $@
|
@chmod -x $@
|
||||||
|
|
||||||
################## Patterns for building objects ##################
|
################## Patterns for building objects ##################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue