~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/cmp/cmpmain.lsp

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-07-02 00:20:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060702002000-8bn170vd0qpx7to8
Tags: 0.9i-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
       (unwind-protect
321
321
         (progn
322
322
           (with-open-file (f "static_lib.tmp" :direction :output :if-does-not-exist :create :if-exists :supersede)
323
 
             (format f "/DEBUGTYPE:CV /OUT:~A ~A ~{\"~&~A\"~}"
 
323
             (format f "/DEBUGTYPE:CV /OUT:~A ~A ~{~&\"~A\"~}"
324
324
                     output-name o-name ld-flags))
325
325
           (safe-system "link -lib @static_lib.tmp"))
326
326
         (when (probe-file "static_lib.tmp")