From a41afe80a9e837d2fa2d0f4c56687b2b95fbe387 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Fri, 16 May 2014 12:09:04 -0500 Subject: [PATCH] Adding back in Eclipse project files. --- .bzrignore | 2 - .cproject | 403 +++++++++++++++++++++++++++++++++++++++++++++++++++++ .project | 88 ++++++++++++ 3 files changed, 491 insertions(+), 2 deletions(-) create mode 100644 .cproject create mode 100644 .project diff --git a/.bzrignore b/.bzrignore index b7f2fd79..a5a4351f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -3,5 +3,3 @@ build/* *.DS_Store .pydevproject .settings -.cproject -.project diff --git a/.cproject b/.cproject new file mode 100644 index 00000000..13b4aee6 --- /dev/null +++ b/.cproject @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cmake + -G "Unix Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Release" + true + false + true + + + cmake + -G "Unix Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Debug" + true + false + true + + + make + test + true + false + true + + + make + help + true + false + true + + + make + doc + true + false + true + + + cmake + -DCMAKE_CXX_COMPILER=/usr/local/opt/gcc48/bin/g++-4.8 -DCMAKE_C_COMPILER=/usr/local/opt/gcc48/bin/gcc-4.8 -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.1.1/ -DPYTHON_INCLUDE_DIR=/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/include/python3.3m/ -DPYTHON_LIBRARY=/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib -DPython_FRAMEWORKS=/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/ ../ -D"CMAKE_BUILD_TYPE:STRING=Debug" + + true + false + true + + + cmake + -DCMAKE_CXX_COMPILER=/usr/local/opt/gcc48/bin/g++-4.8 -DCMAKE_C_COMPILER=/usr/local/opt/gcc48/bin/gcc-4.8 -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.1.1/ -DPYTHON_INCLUDE_DIR=/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/include/python3.3m/ -DPYTHON_LIBRARY=/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib -DPython_FRAMEWORKS=/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/ ../ -D"CMAKE_BUILD_TYPE:STRING=Release" + + true + false + true + + + cmake + -G "MinGW Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Debug" + true + false + true + + + cmake + -G "MinGW Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Release" + true + false + true + + + + + + diff --git a/.project b/.project new file mode 100644 index 00000000..f822811f --- /dev/null +++ b/.project @@ -0,0 +1,88 @@ + + + libopenshot + + + + + + org.python.pydev.PyDevBuilder + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.buildLocation + ${workspace_loc:/libopenshot/build} + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + org.python.pydev.pythonNature + +