Changeset 16632 in webkit for trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables
- Timestamp:
- Sep 28, 2006, 7:07:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables/dftables.vcproj
r16600 r16632 21 21 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" 22 22 ConfigurationType="1" 23 InheritedPropertySheets="..\debug.vsprops" 23 24 CharacterSet="1" 24 25 > … … 63 64 <Tool 64 65 Name="VCLinkerTool" 65 OutputFile="$(OutDir)\$(ProjectName) _debug.exe"66 OutputFile="$(OutDir)\$(ProjectName)$(ConfigSuffix).exe" 66 67 LinkIncremental="2" 67 68 GenerateDebugInformation="true" … … 99 100 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" 100 101 ConfigurationType="1" 102 InheritedPropertySheets="..\release.vsprops" 101 103 CharacterSet="1" 102 104 WholeProgramOptimization="1" … … 139 141 <Tool 140 142 Name="VCLinkerTool" 143 OutputFile="$(OutDir)\$(ProjectName)$(ConfigSuffix).exe" 141 144 LinkIncremental="1" 142 145 GenerateDebugInformation="true"
Note:
See TracChangeset
for help on using the changeset viewer.