summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2017-02-02 20:27:50 +0100
committerjan Iversen <jani@documentfoundation.org>2017-02-02 20:29:05 +0100
commit8944a4dc98ff4e1028936aa7c287f57183aa9b56 (patch)
tree131928c50365e607c039059f97961eef7416577e /osx
parentdrop bundled ooo2gd (Google Docs) extension (diff)
downloadcore-8944a4dc98ff4e1028936aa7c287f57183aa9b56.tar.gz
core-8944a4dc98ff4e1028936aa7c287f57183aa9b56.zip
gbuild-to-ide added -DLIBO_INTERNAL_ONLY to CXXFLAGS
In order to compile correct this flag is needed and it is not exported in the json files Change-Id: Ib8f0b882f2d59ed467a9198c148263e2882c60b3
Diffstat (limited to 'osx')
-rw-r--r--osx/janTestLib/janTestLib.h13
-rw-r--r--osx/janTestLib/janTestLib.m13
-rw-r--r--osx/jantest/LibMain.cpp15
-rw-r--r--osx/jantest/UnittestMain.cpp15
4 files changed, 0 insertions, 56 deletions
diff --git a/osx/janTestLib/janTestLib.h b/osx/janTestLib/janTestLib.h
deleted file mode 100644
index ecd13097d6fb..000000000000
--- a/osx/janTestLib/janTestLib.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// janTestLib.h
-// janTestLib
-//
-// Created by Jan Iversen on 29/01/2017.
-// Copyright © 2017 Jan Iversen. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-@interface janTestLib : NSObject
-
-@end
diff --git a/osx/janTestLib/janTestLib.m b/osx/janTestLib/janTestLib.m
deleted file mode 100644
index 365103e2efee..000000000000
--- a/osx/janTestLib/janTestLib.m
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// janTestLib.m
-// janTestLib
-//
-// Created by Jan Iversen on 29/01/2017.
-// Copyright © 2017 Jan Iversen. All rights reserved.
-//
-
-#import "janTestLib.h"
-
-@implementation janTestLib
-
-@end
diff --git a/osx/jantest/LibMain.cpp b/osx/jantest/LibMain.cpp
deleted file mode 100644
index 20a59c3b86ff..000000000000
--- a/osx/jantest/LibMain.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// main.cpp
-// jantest
-//
-// Created by Jan Iversen on 29/01/2017.
-// Copyright © 2017 Jan Iversen. All rights reserved.
-//
-
-#include <iostream>
-
-int main(int argc, const char * argv[]) {
- // insert code here...
- std::cout << "Hello, World!\n";
- return 0;
-}
diff --git a/osx/jantest/UnittestMain.cpp b/osx/jantest/UnittestMain.cpp
deleted file mode 100644
index 20a59c3b86ff..000000000000
--- a/osx/jantest/UnittestMain.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// main.cpp
-// jantest
-//
-// Created by Jan Iversen on 29/01/2017.
-// Copyright © 2017 Jan Iversen. All rights reserved.
-//
-
-#include <iostream>
-
-int main(int argc, const char * argv[]) {
- // insert code here...
- std::cout << "Hello, World!\n";
- return 0;
-}