From 04b09161e398849c0503f82c143273bc0e267c63 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 18 Nov 2012 17:42:03 +0100 Subject: [PATCH] Add file_path.o to joyconfig on Win32. --- Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.win b/Makefile.win index d2c9f1339d..2607f68ff3 100644 --- a/Makefile.win +++ b/Makefile.win @@ -34,6 +34,7 @@ OBJ = retroarch.o \ JOBJ := conf/config_file.o \ tools/retroarch-joyconfig.o \ compat/compat.o \ + file_path.o \ input/input_common.o \ input/dinput.o