mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
The cleanup goes on...
svn-id: r12705
This commit is contained in:
parent
5b7cd91cd0
commit
3da532f388
@ -15,17 +15,15 @@ LIBS = -L$(ronindir)/lib -lronin -lz -lm
|
||||
EXEEXT = .elf
|
||||
EXECUTABLE:= scummvm$(EXEEXT)
|
||||
MKDIR = mkdir -p
|
||||
ECHO = /usr/ucb/echo -n
|
||||
CAT = cat
|
||||
RM = rm -f
|
||||
RM_REC = rm -rf
|
||||
AR = sh-elf-ar cru
|
||||
RANLIB = sh-elf-ranlib
|
||||
HAVE_GCC3 = true
|
||||
|
||||
OBJS := dcmain.o time.o display.o audio.o input.o selector.o icon.o \
|
||||
label.o vmsave.o backends/fs/posix/posix-fs.o
|
||||
|
||||
include $(srcdir)/Makefile.common
|
||||
|
||||
INCS += portdefs.h dc.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user