]> git.cworth.org Git - lmno.games/blobdiff - flempires/linux/app_configuration.mk
Rename flutterempires to flempires
[lmno.games] / flempires / linux / app_configuration.mk
diff --git a/flempires/linux/app_configuration.mk b/flempires/linux/app_configuration.mk
new file mode 100644 (file)
index 0000000..3af6f98
--- /dev/null
@@ -0,0 +1,16 @@
+# This file contains variables that applications are likely to need to
+# change, to isolate them from the main Makefile where the build rules are still
+# in flux. This should simplify re-creating the runner while preserving local
+# changes.
+
+# Executable name.
+BINARY_NAME=flempires
+# Any extra source files to build.
+EXTRA_SOURCES=
+# Paths of any additional libraries to be bundled in the output directory.
+EXTRA_BUNDLED_LIBRARIES=
+# Extra flags (e.g., for library dependencies).
+SYSTEM_LIBRARIES=
+EXTRA_CXXFLAGS=
+EXTRA_CPPFLAGS=
+EXTRA_LDFLAGS=
\ No newline at end of file