mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-03 16:01:35 -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
|
|
@ -85,7 +85,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/gc/mkinstalldirs
|
|||
#
|
||||
SUBDIR = c gc gmp
|
||||
LIBRARIES =
|
||||
TARGETS = ecl$(EXE)
|
||||
TARGETS = ecl2$(EXE)
|
||||
DEF = ecl.def
|
||||
|
||||
# Additional configuration for thread support
|
||||
|
|
|
|||
|
|
@ -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