mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 13:31:58 -08:00
Activated building ECL with debug information under Windows VC6 (M. Goffioul)
This commit is contained in:
parent
47e85318c1
commit
a78bdff27a
2 changed files with 3 additions and 2 deletions
|
|
@ -182,8 +182,9 @@ ar -r ../@LIBPREFIX@ecl.@LIBEXT@ *.@OBJEXT@ ../c/all_symbols2.@OBJEXT@; rm *.@OB
|
|||
(setq si::*init-function-prefix* "ECL")
|
||||
|
||||
(compiler::build-program
|
||||
#+:msvc "ecl2"
|
||||
#+(or cross stage1) "ecl"
|
||||
#-(or cross stage1) "ecl2"
|
||||
#-(or cross stage1 msvc) "ecl2"
|
||||
:lisp-files *module-symbols*
|
||||
:ld-flags '(#-msvc "-L./"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue