X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=libplomrogue.so.do;fp=libplomrogue.so.do;h=26ca117fc5f503b6a512c0aedbe4000efde7a4c7;hb=b110bc1052585df1b8b67c784e0b53104a73dafc;hp=0000000000000000000000000000000000000000;hpb=1ad4d94b467e6657a487b0cfe530661f0df81c20;p=plomrogue diff --git a/libplomrogue.so.do b/libplomrogue.so.do new file mode 100644 index 0000000..26ca117 --- /dev/null +++ b/libplomrogue.so.do @@ -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 $3 src/server/libplomrogue.c -lm