Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'wince/org.eclipse.tm.rapi/build')
-rw-r--r--wince/org.eclipse.tm.rapi/build/README.txt37
-rw-r--r--wince/org.eclipse.tm.rapi/build/build.xml36
-rw-r--r--wince/org.eclipse.tm.rapi/build/jrapi.sln20
-rw-r--r--wince/org.eclipse.tm.rapi/build/jrapi.vcproj239
4 files changed, 0 insertions, 332 deletions
diff --git a/wince/org.eclipse.tm.rapi/build/README.txt b/wince/org.eclipse.tm.rapi/build/README.txt
deleted file mode 100644
index d55edf1a3..000000000
--- a/wince/org.eclipse.tm.rapi/build/README.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Instructions for building the native library (jrapi.dll) for win32-x86
-======================================================================
-
-Requirements:
- Windows 2000/XP/Vista,
- Visual Studio 2005 or newer,
- Windows Mobile (PocketPC/Smartphone) SDK 5.0 or newer,
- JDK 1.4 or newer
-
-Building the library:
- 1. Open the solution file (jrapi.sln) in Visual Studio.
-
- 2. Navigate to "Tools" -> "Options", and expand "Projects and Solutions",
- and click "VC++ Directories".
-
- 3. In "Show directories for:" select "Include files".
-
- 4. Add the Activesync include directory from your Windows Mobile SDK:
- <WinMobile-SDK-path>\Activesync\Inc
-
- 5. Add the JNI include directories from your JDK:
- <JDK-path>\include
- <JDK-path>\include\win32
-
- 6. In "Show directories for:" select "Library files".
-
- 7. Add the Activesync library directory from your Windows Mobile SDK:
- <WinMobile-SDK-path>\Activesync\Lib
-
- 8. Navigate to "Build", and click "Rebuild Solution" to rebuild the library.
- The output dll will be placed in \lib\os\win32\x86
-
-Environment used for building the committed jrapi.dll:
- Windows 2000 SP4
- Visual Studio 2005 Standard Edition
- Windows Mobile 5.0 Pocket PC SDK
- JDK 1.4.2_10
diff --git a/wince/org.eclipse.tm.rapi/build/build.xml b/wince/org.eclipse.tm.rapi/build/build.xml
deleted file mode 100644
index a98b4f130..000000000
--- a/wince/org.eclipse.tm.rapi/build/build.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright (c) 2008 Radoslav Gerganov
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
-
-Contributors:
- Radoslav Gerganov - initial API and implementation
--->
-<project name="jrapi" basedir=".." default="jni">
- <description>
- Java wrappers for RAPI2
- </description>
-
- <target name="clean">
- <delete dir="bin"/>
- </target>
-
- <target name="compile" depends="clean">
- <mkdir dir="bin"/>
- <javac srcdir="src" destdir="bin" debug="on" source="1.3" target="1.3"/>
- </target>
-
- <target name="jni" depends="compile">
- <javah destdir="native" classpath="bin" force="yes">
- <class name="org.eclipse.tm.rapi.OS"/>
- <class name="org.eclipse.tm.internal.rapi.RapiDesktop"/>
- <class name="org.eclipse.tm.internal.rapi.RapiDevice"/>
- <class name="org.eclipse.tm.internal.rapi.RapiEnumDevices"/>
- <class name="org.eclipse.tm.internal.rapi.RapiSession"/>
- </javah>
- </target>
-
-</project>
diff --git a/wince/org.eclipse.tm.rapi/build/jrapi.sln b/wince/org.eclipse.tm.rapi/build/jrapi.sln
deleted file mode 100644
index 359d1f7b9..000000000
--- a/wince/org.eclipse.tm.rapi/build/jrapi.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jrapi", "jrapi.vcproj", "{7A9CC697-2EEB-40B9-B540-7FFC195B3D4F}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7A9CC697-2EEB-40B9-B540-7FFC195B3D4F}.Debug|Win32.ActiveCfg = Debug|Win32
- {7A9CC697-2EEB-40B9-B540-7FFC195B3D4F}.Debug|Win32.Build.0 = Debug|Win32
- {7A9CC697-2EEB-40B9-B540-7FFC195B3D4F}.Release|Win32.ActiveCfg = Release|Win32
- {7A9CC697-2EEB-40B9-B540-7FFC195B3D4F}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/wince/org.eclipse.tm.rapi/build/jrapi.vcproj b/wince/org.eclipse.tm.rapi/build/jrapi.vcproj
deleted file mode 100644
index 40b7c3221..000000000
--- a/wince/org.eclipse.tm.rapi/build/jrapi.vcproj
+++ /dev/null
@@ -1,239 +0,0 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="jrapi"
- ProjectGUID="{7A9CC697-2EEB-40B9-B540-7FFC195B3D4F}"
- RootNamespace="jrapi"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JRAPI_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="rapiuuid.lib"
- OutputFile="..\lib\os\win32\x86\jrapi.dll"
- LinkIncremental="2"
- IgnoreDefaultLibraryNames="libc.lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JRAPI_EXPORTS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="rapiuuid.lib"
- OutputFile="..\lib\os\win32\x86\jrapi.dll"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libc.lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\native\Rapi.cpp"
- >
- </File>
- <File
- RelativePath="..\native\RapiDesktop.cpp"
- >
- </File>
- <File
- RelativePath="..\native\RapiDevice.cpp"
- >
- </File>
- <File
- RelativePath="..\native\RapiEnumDevices.cpp"
- >
- </File>
- <File
- RelativePath="..\native\RapiSession.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\native\org_eclipse_tm_internal_rapi_RapiDesktop.h"
- >
- </File>
- <File
- RelativePath="..\native\org_eclipse_tm_internal_rapi_RapiDevice.h"
- >
- </File>
- <File
- RelativePath="..\native\org_eclipse_tm_internal_rapi_RapiEnumDevices.h"
- >
- </File>
- <File
- RelativePath="..\native\org_eclipse_tm_internal_rapi_RapiSession.h"
- >
- </File>
- <File
- RelativePath="..\native\org_eclipse_tm_rapi_Rapi.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>

Back to the top