From 33632622b52e8ece63e151b3dac8c2fe6ec3ca02 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 22 May 2011 23:51:37 +0200 Subject: [PATCH] Add new variables to Makefile to compensate latest customizations. --- msvc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msvc/Makefile b/msvc/Makefile index 0efeffe04..bf81c821b 100755 --- a/msvc/Makefile +++ b/msvc/Makefile @@ -279,6 +279,8 @@ compile.lsp: bare.lsp $(srcdir)/compile.lsp.in Makefile "@RANLIB@" "ranlib" \ "@LSP_FEATURES@" "$(ECL_FEATURES)" \ "@ECL_CMPDIR@" "cmp" \ + "@ECL_EXTRA_LISP_FILES@" "cmp" \ + "@ECL_INIT_FORM@" "(si::top-level t)" \ < $(srcdir)\compile.lsp.in > compile.lsp bare.lsp: $(srcdir)/bare.lsp.in lsp/load.lsp clos/load.lsp cmp/load.lsp cmp/cmpdefs.lsp c\cut "@true_srcdir@" "$(srcdir:\=/)" \