projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fbb088
)
forgot config.h.in
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 8 Jan 2011 15:35:41 +0000
(17:35 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 8 Jan 2011 15:35:41 +0000
(17:35 +0200)
src/config.h.in
[new file with mode: 0644]
patch
|
blob
diff --git a/src/config.h.in
b/src/config.h.in
new file mode 100644
(file)
index 0000000..
8ac6908
--- /dev/null
+++ b/
src/config.h.in
@@ -0,0
+1,10
@@
+// Filled in by the build system
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
+#define BUILD_INFO "BUILD_DATE=@BUILD_DATE@ RUN_IN_PLACE=@RUN_IN_PLACE@ INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@"
+
+#endif
+