From a989be6e8542cb59964b7f3447abbaf17817b432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Thu, 21 Sep 2006 09:43:46 +0000 Subject: [PATCH] add scons and cmake to the lyx-1.4.3 distribution git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15095 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Makefile.am | 2 +- status.14x | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/development/Makefile.am b/development/Makefile.am index d0e96dd2ec..0fef79d716 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -3,4 +3,4 @@ include $(top_srcdir)/config/common.am EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \ gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \ lyxserver lyx.spec.in lyx.spec MacOSX OS2 Seminar.txt \ - TodoPlan-1.3 tools Win32 + TodoPlan-1.3 tools Win32 scons cmake diff --git a/status.14x b/status.14x index f3e536ec7d..608af9b70e 100644 --- a/status.14x +++ b/status.14x @@ -162,7 +162,9 @@ What's new - A scons build system is added, for details please see INSTALL.scons. -- LyX can be compiled with MSVC using qt3 from the Q../Free project and scons. +- CMmake build system added, for details see /development/cmake/README.cmake + +- LyX can be compiled with MSVC using qt3 from the Q../Free project and scons or CMake. - 'scons install' now produces a cygwin-compatible binary package under cygwin.