]> git.lyx.org Git - features.git/commit
* LinkBack support files, now in pure Objective-C (without any Objective-C++ which...
authorStefan Schimanski <sts@lyx.org>
Sun, 3 Feb 2008 10:41:23 +0000 (10:41 +0000)
committerStefan Schimanski <sts@lyx.org>
Sun, 3 Feb 2008 10:41:23 +0000 (10:41 +0000)
commitdd714bfce853591de0d10464679b4b37f0bb98d3
treee7f4dd35cf3a8a46de1a57d3c5c32528b9bdc7cd
parentd4a87d0dce149d29ac6ccc72126ef0227039c3c4
* LinkBack support files, now in pure Objective-C (without any Objective-C++ which is not supported by automake)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22761 a592a061-630c-0410-9148-cb99ea01b6c8
configure.ac
development/cmake/src/support/CMakeLists.txt
src/support/Makefile.am
src/support/linkback/LinkBack.h [new file with mode: 0644]
src/support/linkback/LinkBack.m [new file with mode: 0644]
src/support/linkback/LinkBackProxy.h [new file with mode: 0644]
src/support/linkback/LinkBackProxy.m [new file with mode: 0644]
src/support/linkback/LinkBackServer.h [new file with mode: 0644]
src/support/linkback/LinkBackServer.m [new file with mode: 0644]