Revision: 6069 Author: [email protected] Date: Tue Sep 1 17:48:27 2009 Log: Checkin updated VS project files used to build the plugins (FF2 needs more libraries, which will probably require building FF2 from source).
http://code.google.com/p/google-web-toolkit/source/detail?r=6069 Modified: /changes/jat/plugins/plugins/xpcom/VisualStudio/ff2-xpcom.vcproj /changes/jat/plugins/plugins/xpcom/VisualStudio/ff3-xpcom.vcproj /changes/jat/plugins/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj ======================================= --- /changes/jat/plugins/plugins/xpcom/VisualStudio/ff2-xpcom.vcproj Mon Aug 24 08:21:30 2009 +++ /changes/jat/plugins/plugins/xpcom/VisualStudio/ff2-xpcom.vcproj Tue Sep 1 17:48:27 2009 @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="ff2-xpcom" ProjectGUID="{6BF0C2CE-CB0C-421B-A67C-1E448371D24B}" RootNamespace="ff2-xpcom" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -72,8 +71,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" ImportLibrary="$(IntDir)\$(TargetName).lib" TargetMachine="1" /> @@ -155,8 +152,6 @@ SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" ImportLibrary="$(IntDir)\$(TargetName).lib" TargetMachine="1" /> ======================================= --- /changes/jat/plugins/plugins/xpcom/VisualStudio/ff3-xpcom.vcproj Mon Aug 24 08:21:30 2009 +++ /changes/jat/plugins/plugins/xpcom/VisualStudio/ff3-xpcom.vcproj Tue Sep 1 17:48:27 2009 @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="ff3-xpcom" ProjectGUID="{6BF0C2CE-CB0C-421B-A67C-1E448371D24C}" RootNamespace="ff3-xpcom" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -18,8 +17,8 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" + OutputDirectory="Debug3" + IntermediateDirectory="Debug3" ConfigurationType="2" UseOfMFC="1" > @@ -46,6 +45,7 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" + TreatWChar_tAsBuiltInType="false" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -72,8 +72,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" ImportLibrary="$(IntDir)\$(TargetName).lib" TargetMachine="1" /> @@ -95,14 +93,17 @@ <Tool Name="VCAppVerifierTool" /> + <Tool + Name="VCWebDeploymentTool" + /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" + OutputDirectory="Release3" + IntermediateDirectory="Release3" ConfigurationType="2" > <Tool @@ -124,10 +125,11 @@ Name="VCCLCompilerTool" Optimization="3" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories=""..\..\common"" + AdditionalIncludeDirectories=""$(ProjectDir)\..\..\common";"..\prebuilt\ff3\include";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\WINNT_x86-msvc\include";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\caps";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\dom";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\js";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\necko";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\string";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\widget";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\xpcom";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include\xpconnect";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.0\include"" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FIREFOXPLUGIN_EXPORTS;GWT_DEBUGLEVEL=Warning;XPCOM_GLUE;XPCOM_GLUE_USE_NSPR;MOZILLA_STRICT_API;BROWSER_FF3" ExceptionHandling="1" RuntimeLibrary="2" + TreatWChar_tAsBuiltInType="false" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="false" @@ -155,8 +157,6 @@ SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" ImportLibrary="$(IntDir)\$(TargetName).lib" TargetMachine="1" /> @@ -178,6 +178,9 @@ <Tool Name="VCAppVerifierTool" /> + <Tool + Name="VCWebDeploymentTool" + /> <Tool Name="VCPostBuildEventTool" /> @@ -790,6 +793,14 @@ GeneratePreprocessedFile="0" /> </FileConfiguration> + </File> + <File + RelativePath="..\Preferences.cpp" + > + </File> + <File + RelativePath="..\Preferences.h" + > </File> <File RelativePath="..\..\common\ProtocolVersionMessage.cpp" ======================================= --- /changes/jat/plugins/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj Tue Sep 1 07:10:25 2009 +++ /changes/jat/plugins/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj Tue Sep 1 17:48:27 2009 @@ -17,8 +17,8 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" + OutputDirectory="Debug35" + IntermediateDirectory="Debug35" ConfigurationType="2" UseOfMFC="1" > @@ -102,8 +102,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" + OutputDirectory="Release35" + IntermediateDirectory="Release35" ConfigurationType="2" > <Tool @@ -125,10 +125,11 @@ Name="VCCLCompilerTool" Optimization="3" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories=""..\..\common"" + AdditionalIncludeDirectories=""$(ProjectDir)\..\..\common";..\prebuilt\ff3\include;"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\WINNT_x86-msvc\include";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\caps";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\dom";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\js";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\necko";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\string";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\widget";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom";"..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpconnect"" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FIREFOXPLUGIN_EXPORTS;GWT_DEBUGLEVEL=Warning;XPCOM_GLUE;XPCOM_GLUE_USE_NSPR;MOZILLA_STRICT_API;BROWSER_FF3" ExceptionHandling="1" RuntimeLibrary="2" + TreatWChar_tAsBuiltInType="false" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="false" @@ -370,11 +371,11 @@ > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nscore.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nscore.h" > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nscore.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nscore.h" > </File> <File @@ -498,19 +499,19 @@ > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsISimpleEnumerator.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsISimpleEnumerator.h" > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsISimpleEnumerator.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsISimpleEnumerator.h" > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsISupports.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsISupports.h" > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsISupports.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsISupports.h" > </File> <File @@ -526,11 +527,11 @@ > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsISupportsUtils.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsISupportsUtils.h" > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsISupportsUtils.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsISupportsUtils.h" > </File> <File @@ -554,11 +555,11 @@ > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsrootidl.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsrootidl.h" > </File> <File - RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\nsrootidl.h" + RelativePath="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\include\xpcom\nsrootidl.h" > </File> <File --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
