Changeset 29458 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 13, 2008, 10:05:38 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r29454 r29458 1 2008-01-13 Steve Falkenburg <[email protected]> 2 3 Share common files across projects. 4 5 Unify vsprops files 6 Debug: common.vsprops, debug.vsprops 7 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops 8 Release: common.vsprops, release.vsprops 9 10 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops. 11 debug_internal.vsprops will be mostly empty except for file path prefix modifiers. 12 13 Reviewed by Adam Roben. 14 15 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: 16 * JavaScriptCore.vcproj/WTF/WTF.vcproj: 17 * JavaScriptCore.vcproj/debug.vsprops: Removed. 18 * JavaScriptCore.vcproj/debug_internal.vsprops: Removed. 19 * JavaScriptCore.vcproj/release.vsprops: Removed. 20 * JavaScriptCore.vcproj/testkjs/testkjs.vcproj: 21 1 22 2008-01-13 Marius Bugge Monsen <[email protected]> 2 23 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
r29245 r29458 21 21 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)" 22 22 ConfigurationType="4" 23 InheritedPropertySheets=" ..\debug.vsprops"23 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops" 24 24 CharacterSet="1" 25 25 DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" … … 97 97 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)" 98 98 ConfigurationType="4" 99 InheritedPropertySheets=" ..\release.vsprops"99 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops" 100 100 CharacterSet="1" 101 101 DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" -
trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
r29096 r29458 21 21 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)" 22 22 ConfigurationType="4" 23 InheritedPropertySheets=" ..\debug.vsprops"23 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops" 24 24 CharacterSet="1" 25 25 DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" … … 94 94 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)" 95 95 ConfigurationType="4" 96 InheritedPropertySheets=" ..\release.vsprops"96 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops" 97 97 CharacterSet="1" 98 98 DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" -
trunk/JavaScriptCore/JavaScriptCore.vcproj/testkjs/testkjs.vcproj
r28635 r29458 21 21 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" 22 22 ConfigurationType="1" 23 InheritedPropertySheets=" ..\debug.vsprops"23 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops" 24 24 CharacterSet="1" 25 25 > … … 108 108 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" 109 109 ConfigurationType="1" 110 InheritedPropertySheets=" ..\release.vsprops"110 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops" 111 111 CharacterSet="1" 112 112 WholeProgramOptimization="1" … … 195 195 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" 196 196 ConfigurationType="1" 197 InheritedPropertySheets=" ..\debug_internal.vsprops"197 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops" 198 198 CharacterSet="1" 199 199 > 200 200 <Tool 201 201 Name="VCPreBuildEventTool" 202 CommandLine="if not "$(PRODUCTION)"=="" exit /b

mkdir 2>NUL "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icudt36.dll" xcopy /y /d "$(WebKitLibrariesDir)\bin\icudt36.dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icudt36$( ConfigSuffix).dll" xcopy /y /d "$(WebKitLibrariesDir)\bin\icudt36$(ConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icuuc36$(ConfigSuffix).dll" xcopy /y /d "$(WebKitLibrariesDir)\bin\icuuc36$(ConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icuuc36$(ConfigSuffix).pdb" xcopy /y /d "$(WebKitLibrariesDir)\bin\icuuc36$(ConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
"202 CommandLine="if not "$(PRODUCTION)"=="" exit /b

mkdir 2>NUL "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icudt36.dll" xcopy /y /d "$(WebKitLibrariesDir)\bin\icudt36.dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icudt36$(LibraryConfigSuffix).dll" xcopy /y /d "$(WebKitLibrariesDir)\bin\icudt36$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icuuc36$(LibraryConfigSuffix).dll" xcopy /y /d "$(WebKitLibrariesDir)\bin\icuuc36$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitLibrariesDir)\bin\icuuc36$(LibraryConfigSuffix).pdb" xcopy /y /d "$(WebKitLibrariesDir)\bin\icuuc36$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" 203 203 /> 204 204 <Tool
Note:
See TracChangeset
for help on using the changeset viewer.