X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-grovel%2Fdef-to-lisp.lisp;fp=contrib%2Fsb-grovel%2Fdef-to-lisp.lisp;h=375e8473ed9b4052e9918d105c4e923611393008;hb=33353162b9fea0bf13a79f0860a9e91da1bbede3;hp=0c8159c0ead781c36727c2e37ceee189b582a033;hpb=e0f344219fe6cd5329aae9fc343466bcd71d4edf;p=sbcl.git diff --git a/contrib/sb-grovel/def-to-lisp.lisp b/contrib/sb-grovel/def-to-lisp.lisp index 0c8159c..375e847 100644 --- a/contrib/sb-grovel/def-to-lisp.lisp +++ b/contrib/sb-grovel/def-to-lisp.lisp @@ -155,7 +155,8 @@ code: (translate-logical-pathname output-file) (pathname output-file))) (tmp-c-source (merge-pathnames #p"foo.c" real-output-file)) - (tmp-a-dot-out (merge-pathnames #p"a.out" real-output-file)) + (tmp-a-dot-out (merge-pathnames #-win32 #p"a.out" #+win32 #p"a.exe" + real-output-file)) (tmp-constants (merge-pathnames #p"constants.lisp-temp" real-output-file))) (princ (list filename output-file real-output-file