forked from LinuxA11y/IAccessible2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
267 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
;IAccessible2Proxy.def | ||
LIBRARY IAccessible2Proxy.dll | ||
EXPORTS | ||
DllGetClassObject PRIVATE | ||
DllCanUnloadNow PRIVATE | ||
DllRegisterServer PRIVATE | ||
DllUnregisterServer PRIVATE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// Generated by ResEdit 1.4.7 | ||
// Copyright (C) 2006-2009 | ||
// http://www.resedit.net | ||
|
||
#include "resource.h" | ||
#include <windows.h> | ||
#include <commctrl.h> | ||
#include <richedit.h> | ||
|
||
|
||
// | ||
// Version Information resources | ||
// | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | ||
1 VERSIONINFO | ||
FILEVERSION 1,1,0,0 | ||
PRODUCTVERSION 1,1,0,0 | ||
FILEOS VOS_UNKNOWN | ||
FILETYPE VFT_FONT | ||
{ | ||
BLOCK "StringFileInfo" | ||
{ | ||
BLOCK "040904e4" | ||
{ | ||
VALUE "Comments", "Proxy DLL for cross process access to IA2 enabled applications" | ||
VALUE "CompanyName", "The Linux Foundation" | ||
VALUE "FileDescription", "Proxy DLL for IAccessible2 applications" | ||
VALUE "FileVersion", "1.1.0.0" | ||
VALUE "InternalName", "IAccessible2Proxy.DLL" | ||
VALUE "LegalCopyright", "Linux Foundation, 2009" | ||
VALUE "OriginalFilename", "IAccessible2Proxy.DLL" | ||
VALUE "ProductName", "IAccessible2Proxy" | ||
VALUE "ProductVersion", "1.1.0.0" | ||
} | ||
} | ||
BLOCK "VarFileInfo" | ||
{ | ||
VALUE "Translation", 1033, 1252 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual C++ Express 2008 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IAccessible2Proxy", "IAccessible2Proxy.vcproj", "{9D62C5F6-6DE3-4E97-9B74-E4C17C55F6A8}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{9D62C5F6-6DE3-4E97-9B74-E4C17C55F6A8}.Release|Win32.ActiveCfg = Release|Win32 | ||
{9D62C5F6-6DE3-4E97-9B74-E4C17C55F6A8}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="9.00" | ||
Name="IAccessible2Proxy" | ||
ProjectGUID="{9D62C5F6-6DE3-4E97-9B74-E4C17C55F6A8}" | ||
TargetFrameworkVersion="0" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Release|Win32" | ||
OutputDirectory=".\Release" | ||
IntermediateDirectory=".\Release" | ||
ConfigurationType="2" | ||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
UseOfMFC="0" | ||
ATLMinimizesCRunTimeLibraryUsage="false" | ||
CharacterSet="2" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
PreprocessorDefinitions="NDEBUG" | ||
SuppressStartupBanner="true" | ||
TargetEnvironment="1" | ||
TypeLibraryName=".\Release/IAccessible2Proxy.tlb" | ||
HeaderFileName="" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="2" | ||
InlineFunctionExpansion="1" | ||
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;IACCESSIBLE2PROXY_EXPORTS;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL" | ||
StringPooling="true" | ||
RuntimeLibrary="0" | ||
EnableFunctionLevelLinking="true" | ||
PrecompiledHeaderFile=".\Release/IAccessible2Proxy.pch" | ||
AssemblerListingLocation=".\Release/" | ||
ObjectFile=".\Release/" | ||
ProgramDataBaseFileName=".\Release/" | ||
WarningLevel="3" | ||
SuppressStartupBanner="true" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
PreprocessorDefinitions="NDEBUG" | ||
Culture="1033" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalDependencies="odbc32.lib odbccp32.lib rpcrt4.lib" | ||
OutputFile=".\Release/IAccessible2Proxy.dll" | ||
LinkIncremental="1" | ||
SuppressStartupBanner="true" | ||
ModuleDefinitionFile=".\IAccessible2Proxy.def" | ||
ProgramDatabaseFile=".\Release/IAccessible2Proxy.pdb" | ||
RandomizedBaseAddress="1" | ||
DataExecutionPrevention="0" | ||
ImportLibrary=".\Release/IAccessible2Proxy.lib" | ||
TargetMachine="1" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
SuppressStartupBanner="true" | ||
OutputFile=".\Release/IAccessible2Proxy.bsc" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
</References> | ||
<Files> | ||
<Filter | ||
Name="Source Files" | ||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
> | ||
<File | ||
RelativePath="dlldata.c" | ||
> | ||
<FileConfiguration | ||
Name="Release|Win32" | ||
> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
PreprocessorDefinitions="" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
<File | ||
RelativePath="ia2_api_all.idl" | ||
> | ||
<FileConfiguration | ||
Name="Release|Win32" | ||
> | ||
<Tool | ||
Name="VCMIDLTool" | ||
PreprocessorDefinitions="" | ||
TargetEnvironment="1" | ||
TypeLibraryName="$(OUTDIR)/ia2_api_all.tlb" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
<File | ||
RelativePath="ia2_api_all_i.c" | ||
> | ||
<FileConfiguration | ||
Name="Release|Win32" | ||
> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
PreprocessorDefinitions="" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
<File | ||
RelativePath="ia2_api_all_p.c" | ||
> | ||
<FileConfiguration | ||
Name="Release|Win32" | ||
> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
PreprocessorDefinitions="" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
<File | ||
RelativePath="IAccessible2Proxy.def" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Resource Files" | ||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
> | ||
<File | ||
RelativePath="IAccessible2Proxy.rc" | ||
> | ||
<FileConfiguration | ||
Name="Release|Win32" | ||
> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
PreprocessorDefinitions="" | ||
AdditionalIncludeDirectories="$(OUTDIR)" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Header Files" | ||
Filter="h;hpp;hxx;hm;inl" | ||
> | ||
</Filter> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#ifndef IDC_STATIC | ||
#define IDC_STATIC (-1) | ||
#endif | ||
|