Changeset 27061 in webkit for trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables
- Timestamp:
- Oct 25, 2007, 2:03:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables/dftables.vcproj
r25934 r27061 18 18 <Configuration 19 19 Name="Debug|Win32" 20 OutputDirectory="$(WebKitOutputDir)\ bin"20 OutputDirectory="$(WebKitOutputDir)\obj\JavaScriptCore" 21 21 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" 22 22 ConfigurationType="1" … … 64 64 <Tool 65 65 Name="VCLinkerTool" 66 OutputFile="$(OutDir)\$(ProjectName) $(WebKitConfigSuffix).exe"66 OutputFile="$(OutDir)\$(ProjectName).exe" 67 67 LinkIncremental="2" 68 68 GenerateDebugInformation="true" 69 69 SubSystem="1" 70 TargetMachine="1"71 />72 <Tool73 Name="VCALinkTool"74 />75 <Tool76 Name="VCManifestTool"77 />78 <Tool79 Name="VCXDCMakeTool"80 />81 <Tool82 Name="VCBscMakeTool"83 />84 <Tool85 Name="VCFxCopTool"86 />87 <Tool88 Name="VCAppVerifierTool"89 />90 <Tool91 Name="VCWebDeploymentTool"92 />93 <Tool94 Name="VCPostBuildEventTool"95 />96 </Configuration>97 <Configuration98 Name="Release|Win32"99 OutputDirectory="$(WebKitOutputDir)\bin"100 IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)"101 ConfigurationType="1"102 InheritedPropertySheets="..\release.vsprops"103 CharacterSet="1"104 WholeProgramOptimization="1"105 >106 <Tool107 Name="VCPreBuildEventTool"108 />109 <Tool110 Name="VCCustomBuildTool"111 />112 <Tool113 Name="VCXMLDataGeneratorTool"114 />115 <Tool116 Name="VCWebServiceProxyGeneratorTool"117 />118 <Tool119 Name="VCMIDLTool"120 />121 <Tool122 Name="VCCLCompilerTool"123 AdditionalIncludeDirectories="../../wtf"124 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"125 ExceptionHandling="0"126 RuntimeLibrary="2"127 UsePrecompiledHeader="0"128 WarningLevel="3"129 Detect64BitPortabilityProblems="true"130 DebugInformationFormat="3"131 />132 <Tool133 Name="VCManagedResourceCompilerTool"134 />135 <Tool136 Name="VCResourceCompilerTool"137 />138 <Tool139 Name="VCPreLinkEventTool"140 />141 <Tool142 Name="VCLinkerTool"143 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).exe"144 LinkIncremental="1"145 GenerateDebugInformation="true"146 SubSystem="1"147 OptimizeReferences="2"148 EnableCOMDATFolding="2"149 70 TargetMachine="1" 150 71 />
Note:
See TracChangeset
for help on using the changeset viewer.