X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=libplomrogue.so.do;fp=libplomrogue.so.do;h=d19de9433f4dd44b62aa05badf8c98bbbc17da90;hb=b9868f5aa6c4351b42ef706d7669883dc6c9de75;hp=0000000000000000000000000000000000000000;hpb=3cd4a494e34b587481a88fd24b4f9107bc35ab7f;p=plomrogue diff --git a/libplomrogue.so.do b/libplomrogue.so.do new file mode 100644 index 0000000..d19de94 --- /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 libplomrogue.so src/server/libplomrogue.c -lm