Changeset 47844 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 27, 2009, 5:08:57 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r47842 r47844 1 2009-08-27 Brent Fulgham <[email protected]> 2 3 Reviewed by Adam Roben. 4 5 Link the testapi against CFLite when building the WinCairo port. 6 7 * JavaScriptCore.vcproj/testapi/testapi.vcproj: Add new Release_CFLite 8 target. Update all targets to inherit from either the 9 JavaScriptCF.vsprops (Apple target) or the JavaScriptCFLite.vsprops 10 file (WinCairo target). 11 * JavaScriptCore.vcproj/testapi/testapiCommon.vsprops: Remove 12 input file CoreFoundation.lib. This is provided by either the 13 JavaScriptCF.vsprops or JavaScriptCFLite.vsprops file. 14 1 15 2009-08-27 Steve Falkenburg <[email protected]> 2 16 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/testapi/testapi.vcproj
r47760 r47844 19 19 Name="Debug|Win32" 20 20 ConfigurationType="1" 21 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;.\testapiCommon.vsprops "21 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;.\testapiCommon.vsprops;..\JavaScriptCore\JavaScriptCoreCF.vsprops" 22 22 CharacterSet="1" 23 23 > … … 80 80 Name="Release|Win32" 81 81 ConfigurationType="1" 82 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;.\testapiCommon.vsprops "82 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;.\testapiCommon.vsprops;..\JavaScriptCore\JavaScriptCoreCF.vsprops" 83 83 CharacterSet="1" 84 84 WholeProgramOptimization="1" … … 142 142 Name="Debug_Internal|Win32" 143 143 ConfigurationType="1" 144 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;.\testapiCommon.vsprops "144 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;.\testapiCommon.vsprops;..\JavaScriptCore\JavaScriptCoreCF.vsprops" 145 145 CharacterSet="1" 146 146 > … … 203 203 Name="Debug_CFLite|Win32" 204 204 ConfigurationType="1" 205 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;.\testapiCommon.vsprops" 206 CharacterSet="1" 205 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;.\testapiCommon.vsprops;..\JavaScriptCore\JavaScriptCoreCFLite.vsprops" 206 CharacterSet="1" 207 > 208 <Tool 209 Name="VCPreBuildEventTool" 210 /> 211 <Tool 212 Name="VCCustomBuildTool" 213 /> 214 <Tool 215 Name="VCXMLDataGeneratorTool" 216 /> 217 <Tool 218 Name="VCWebServiceProxyGeneratorTool" 219 /> 220 <Tool 221 Name="VCMIDLTool" 222 /> 223 <Tool 224 Name="VCCLCompilerTool" 225 /> 226 <Tool 227 Name="VCManagedResourceCompilerTool" 228 /> 229 <Tool 230 Name="VCResourceCompilerTool" 231 /> 232 <Tool 233 Name="VCPreLinkEventTool" 234 /> 235 <Tool 236 Name="VCLinkerTool" 237 /> 238 <Tool 239 Name="VCALinkTool" 240 /> 241 <Tool 242 Name="VCManifestTool" 243 /> 244 <Tool 245 Name="VCXDCMakeTool" 246 /> 247 <Tool 248 Name="VCBscMakeTool" 249 /> 250 <Tool 251 Name="VCFxCopTool" 252 /> 253 <Tool 254 Name="VCAppVerifierTool" 255 /> 256 <Tool 257 Name="VCWebDeploymentTool" 258 /> 259 <Tool 260 Name="VCPostBuildEventTool" 261 /> 262 </Configuration> 263 <Configuration 264 Name="Release_CFLite|Win32" 265 ConfigurationType="1" 266 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;.\testapiCommon.vsprops;..\JavaScriptCore\JavaScriptCoreCFLite.vsprops" 267 CharacterSet="1" 268 WholeProgramOptimization="1" 207 269 > 208 270 <Tool … … 300 362 /> 301 363 </FileConfiguration> 364 <FileConfiguration 365 Name="Release_CFLite|Win32" 366 > 367 <Tool 368 Name="VCCLCompilerTool" 369 CompileAs="2" 370 /> 371 </FileConfiguration> 302 372 </File> 303 373 <File -
trunk/JavaScriptCore/JavaScriptCore.vcproj/testapi/testapiCommon.vsprops
r47392 r47844 13 13 <Tool 14 14 Name="VCLinkerTool" 15 AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WTF$(WebKitConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).libpthreadVC2$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib"15 AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WTF$(WebKitConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib" 16 16 SubSystem="1" 17 17 />
Note:
See TracChangeset
for help on using the changeset viewer.