home · contact · privacy
Add previously forgotten libplomrogue.so redo build file.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 9 Mar 2015 11:59:18 +0000 (12:59 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 9 Mar 2015 11:59:18 +0000 (12:59 +0100)
libplomrogue.so.do [new file with mode: 0644]

diff --git a/libplomrogue.so.do b/libplomrogue.so.do
new file mode 100644 (file)
index 0000000..d19de94
--- /dev/null
@@ -0,0 +1,10 @@
+# redo build file to build the library "libplomrogue.so"
+
+# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+# or any later version. For details on its copyright, license, and warranties,
+# see the file NOTICE in the root directory of the PlomRogue source package.
+
+redo-ifchange build/compiler_flags
+. ./build/compiler_flags
+redo-ifchange src/server/libplomrogue.c
+gcc -shared -fPIC $CFLAGS -o libplomrogue.so src/server/libplomrogue.c -lm