mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Always compile in performance.c on Win32.
This commit is contained in:
parent
c6b50d2645
commit
36f32696b2
@ -28,7 +28,8 @@ OBJ = retroarch.o \
|
|||||||
gfx/scaler/scaler_int.o \
|
gfx/scaler/scaler_int.o \
|
||||||
gfx/scaler/filter.o \
|
gfx/scaler/filter.o \
|
||||||
gfx/state_tracker.o \
|
gfx/state_tracker.o \
|
||||||
gfx/image.o
|
gfx/image.o \
|
||||||
|
performance.o
|
||||||
|
|
||||||
JOBJ := conf/config_file.o \
|
JOBJ := conf/config_file.o \
|
||||||
tools/retroarch-joyconfig.o \
|
tools/retroarch-joyconfig.o \
|
||||||
@ -78,7 +79,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(PERF_TEST), 1)
|
ifeq ($(PERF_TEST), 1)
|
||||||
DEFINES += -DPERF_TEST
|
DEFINES += -DPERF_TEST
|
||||||
OBJ += performance.o
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
JLIBS =
|
JLIBS =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user