mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
scons_manifest.py: add AppleSpellChecker
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34805 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07eef68a90
commit
5902b7c1f7
@ -28,6 +28,7 @@ TOP_extra_files = Split('''
|
||||
|
||||
|
||||
src_header_files = Split('''
|
||||
AppleSpellChecker.h
|
||||
AspellChecker.h
|
||||
Author.h
|
||||
BiblioInfo.h
|
||||
@ -142,6 +143,8 @@ src_header_files = Split('''
|
||||
|
||||
|
||||
src_pre_files = Split('''
|
||||
AppleSpellChecker.cpp
|
||||
AspellChecker.cpp
|
||||
Author.cpp
|
||||
Bidi.cpp
|
||||
BranchList.cpp
|
||||
@ -281,6 +284,8 @@ src_client_extra_files = Split('''
|
||||
|
||||
|
||||
src_support_header_files = Split('''
|
||||
AppleSpeller.h
|
||||
AppleSpeller.m
|
||||
bind.h
|
||||
convert.h
|
||||
copied_ptr.h
|
||||
|
Loading…
Reference in New Issue
Block a user