mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-28 02:50:48 +00:00
move these to the top
This commit is contained in:
parent
2b07d6bf90
commit
57cb5b9d85
16
Makefile
16
Makefile
@ -1,3 +1,10 @@
|
|||||||
|
# compiler, linker and utilities
|
||||||
|
AR = @ar
|
||||||
|
CC = @gcc
|
||||||
|
LD = @gcc
|
||||||
|
MD = -mkdir
|
||||||
|
RM = @rm -f
|
||||||
|
|
||||||
CORE_DIR := src
|
CORE_DIR := src
|
||||||
TARGET_NAME := mame2003
|
TARGET_NAME := mame2003
|
||||||
|
|
||||||
@ -195,15 +202,6 @@ LDFLAGS += $(LIBM)
|
|||||||
# uncomment next line to use DRC MIPS3 engine
|
# uncomment next line to use DRC MIPS3 engine
|
||||||
# X86_MIPS3_DRC = 1
|
# X86_MIPS3_DRC = 1
|
||||||
|
|
||||||
# compiler, linker and utilities
|
|
||||||
AR = @ar
|
|
||||||
NATIVECC = @gcc
|
|
||||||
CC = @gcc
|
|
||||||
LD = @gcc
|
|
||||||
ASM = @nasm
|
|
||||||
ASMFLAGS = -f coff
|
|
||||||
MD = -mkdir
|
|
||||||
RM = @rm -f
|
|
||||||
|
|
||||||
|
|
||||||
# build the targets in different object dirs, since mess changes
|
# build the targets in different object dirs, since mess changes
|
||||||
|
Loading…
Reference in New Issue
Block a user