summaryrefslogtreecommitdiff
path: root/cmake/sword_linker_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/sword_linker_check.cpp')
-rw-r--r--cmake/sword_linker_check.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/cmake/sword_linker_check.cpp b/cmake/sword_linker_check.cpp
deleted file mode 100644
index 97d33b8..0000000
--- a/cmake/sword_linker_check.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-/*********
-*
-* This file is part of BibleTime's source code, http://www.bibletime.info/.
-*
-* Copyright 1999-2008 by the BibleTime developers.
-* The BibleTime source code is licensed under the GNU General Public License version 2.0.
-*
-**********/
-
-/*
- * Use some important Sword classes to see if the linker flags work correctly
- */
-
-#include <iostream>
-
-#include <swmgr.h>
-#include <installmgr.h>
-#include <ftptrans.h>
-
-int main(int argc, char* argv[])
-{
- sword::SWMgr mgr;
- sword::InstallMgr imgr;
- sword::FTPTransport trans("example.com");
-
- return 0;
-}