mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
add 'plugins' to all target
svn-id: r10457
This commit is contained in:
parent
250fd8de69
commit
761d9dacb9
12
Makefile
12
Makefile
@ -15,13 +15,13 @@ CP := cp
|
||||
# Default compilation parameters. Normally don't edit these #
|
||||
#######################################################################
|
||||
|
||||
DEFINES := -DHAVE_CONFIG_H
|
||||
LDFLAGS :=
|
||||
INCLUDES:= -I. -Icommon
|
||||
LIBS :=
|
||||
OBJS :=
|
||||
DEFINES := -DHAVE_CONFIG_H
|
||||
LDFLAGS :=
|
||||
INCLUDES := -I. -Icommon
|
||||
LIBS :=
|
||||
OBJS :=
|
||||
|
||||
MODULES :=
|
||||
MODULES :=
|
||||
MODULE_DIRS :=
|
||||
|
||||
EXECUTABLE := scummvm$(EXEEXT)
|
||||
|
@ -5,7 +5,7 @@
|
||||
######################################################################
|
||||
# The defaul build target: just build the scummvm executable
|
||||
######################################################################
|
||||
all: $(EXECUTABLE)
|
||||
all: $(EXECUTABLE) plugins
|
||||
|
||||
|
||||
######################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user