aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2023-09-30 02:10:41 +0200
committerTeddy Wing2023-09-30 02:10:41 +0200
commit1a05118fca75f4f45579b3eecebe17fffb6a76ef (patch)
tree680c65fe39fdb19e72189c45b259aa00ae04a3a8 /Makefile
parent17ecda6af3611a5e0c19b16b5a3592695aaea544 (diff)
downloadBase-Windowed-Application-1a05118fca75f4f45579b3eecebe17fffb6a76ef.tar.bz2
MainMenu: Move application name to a constant
Switch to a constant-stored application name from the Makefile-defined one. This makes it easier to render the application name without worrying about escaping differences between the Makefile and Objective-C. But I still don't like it compared to what I had before.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df1cb72..cfa25a1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ LOCALIZABLE_STRINGS := $(shell find Internationalization -name Localizable.strin
CFLAGS += -x objective-c
CFLAGS += -Wall -Werror
-CFLAGS += -DMK_APP_NAME="@\"$(APP_NAME)\""
LDFLAGS += -framework Cocoa