1
1
diff --git a/Makefile b/Makefile
2
- index 3edc8c93..54cf8c37 100644
2
+ index 553b99a2..f9f51921 100644
3
3
--- a/Makefile
4
4
+++ b/Makefile
5
5
@@ -8,7 +8,7 @@ UNAME_M := $(shell uname -m)
@@ -20,7 +20,7 @@ index 3edc8c93..54cf8c37 100644
20
20
CPPFLAGS += -Ithird_party/gl3w
21
21
CPPFLAGS += -Ithird_party/googletest/googletest/include
22
22
CPPFLAGS += -Ithird_party/imgui
23
- @@ -32,16 +30,10 @@ CPPFLAGS += -Ithird_party/imgui/backends
23
+ @@ -32,16 +30,9 @@ CPPFLAGS += -Ithird_party/imgui/backends
24
24
CPPFLAGS += -Ithird_party/imgui/examples
25
25
CPPFLAGS += -Ithird_party/imgui/misc/cpp
26
26
CPPFLAGS += -Ithird_party/libelfin
@@ -37,7 +37,7 @@ index 3edc8c93..54cf8c37 100644
37
37
CPPFLAGS += -Ithird_party/zep/extensions
38
38
CPPFLAGS += -Ithird_party/zep/include
39
39
CPPFLAGS += -Ithird_party/xbyak/xbyak
40
- @@ -86,6 +78 ,8 @@ else
40
+ @@ -86,6 +77 ,8 @@ else
41
41
endif
42
42
43
43
LDFLAGS += third_party/luajit/src/libluajit.a
@@ -46,15 +46,15 @@ index 3edc8c93..54cf8c37 100644
46
46
LDFLAGS += -ldl
47
47
LDFLAGS += -g
48
48
49
- @@ -109,7 +103 ,6 @@ endif
49
+ @@ -109,7 +102 ,6 @@ endif
50
50
LD := $(CXX)
51
51
52
52
SRCS := $(call rwildcard,src/,*.cc)
53
53
- SRCS += third_party/fmt/src/os.cc third_party/fmt/src/format.cc
54
54
IMGUI_SRCS += $(wildcard third_party/imgui/*.cpp)
55
55
VIXL_SRCS := $(call rwildcard, third_party/vixl/src,*.cc)
56
56
SRCS += $(IMGUI_SRCS)
57
- @@ -129,16 +122 ,10 @@ SRCS += third_party/imgui/misc/freetype/imgui_freetype.cpp
57
+ @@ -129,17 +121 ,10 @@ SRCS += third_party/imgui/misc/freetype/imgui_freetype.cpp
58
58
SRCS += third_party/imgui_lua_bindings/imgui_lua_bindings.cpp
59
59
SRCS += third_party/imgui_md/imgui_md.cpp
60
60
SRCS += third_party/imgui_memory_editor/imgui_memory_editor.cpp
@@ -71,7 +71,8 @@ index 3edc8c93..54cf8c37 100644
71
71
- SRCS += $(wildcard third_party/uriparser/src/*.c)
72
72
SRCS += third_party/zep/extensions/repl/mode_repl.cpp
73
73
SRCS += $(wildcard third_party/zep/src/*.cpp)
74
- @@ -167,8 +154,6 @@ ifeq ($(CROSS),arm64)
74
+ SRCS += third_party/zep/src/mcommon/animation/timer.cpp
75
+ @@ -167,8 +152,6 @@ ifeq ($(CROSS),arm64)
75
76
endif
76
77
SUPPORT_SRCS := src/support/file.cc src/support/mem4g.cc src/support/zfile.cc
77
78
SUPPORT_SRCS += src/supportpsx/adpcm.cc src/supportpsx/binloader.cc src/supportpsx/ps1-packer.cc
0 commit comments