]> git.lyx.org Git - lyx.git/commit
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
authorAngus Leeming <leeming@lyx.org>
Mon, 2 May 2005 13:35:30 +0000 (13:35 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 2 May 2005 13:35:30 +0000 (13:35 +0000)
commit201e5bdf707317be29e9b7476e2b97a34e2d0b48
tree501399c149e037472a524e8bcf5324363ab2d558
parentb52587a6501a51f64bd21798c197c227fd38adfa
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
Break compilation with MSVC. See accompanying mail on the lyx-devel list.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9895 a592a061-630c-0410-9148-cb99ea01b6c8
25 files changed:
ChangeLog
autogen.sh
config/ChangeLog
config/aspell.m4 [deleted file]
config/pspell.m4 [deleted file]
config/spell.m4 [new file with mode: 0644]
configure.ac
po/ChangeLog
po/POTFILES.in
src/ChangeLog
src/Makefile.am
src/SpellBase.C [new file with mode: 0644]
src/SpellBase.h
src/aspell.C
src/aspell_local.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlSpellchecker.C
src/lyx_cb.C
src/lyxserver.C
src/lyxsocket.C
src/pspell.C
src/pspell.h
src/support/ChangeLog
src/support/os_win32.h [deleted file]
src/support/socktools.C