X-Git-Url: http://dolda2000.com/gitweb/?p=lisp-utils.git;a=blobdiff_plain;f=common-net.asd;fp=common-net.asd;h=5546fc8faab514642429faa9f9d94f4deca917c4;hp=0000000000000000000000000000000000000000;hb=dfa6197cf07772bba6cc056c35672b7f8c4d0f3b;hpb=53d1dafed1900b44f42acacfd14c3beae1c3af22 diff --git a/common-net.asd b/common-net.asd new file mode 100644 index 0000000..5546fc8 --- /dev/null +++ b/common-net.asd @@ -0,0 +1,8 @@ +(defsystem :common-net + :serial t + :depends-on (:charcode) + :components ((:file "common-net") + #+sbcl (:file "net-sbcl") + #+ecl (:file "net-ecl") + #+(or sbcl ecl) (:file "net-sb-bsd") ; ECL uses SB-BSD-SOCKETS + #+clisp (:file "net-clisp")))