Changeset 30981 in webkit for trunk/JavaScriptCore/JavaScriptCore.vcproj
- Timestamp:
- Mar 11, 2008, 10:40:03 PM (17 years ago)
- Location:
- trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
r30920 r30981 442 442 RelativePath="..\..\kjs\nodes.cpp" 443 443 > 444 <FileConfiguration 445 Name="Release|Win32" 446 > 447 <Tool 448 Name="VCCLCompilerTool" 449 WholeProgramOptimization="false" 450 /> 451 </FileConfiguration> 444 452 </File> 445 453 <File … … 605 613 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\grammar.cpp" 606 614 > 615 <FileConfiguration 616 Name="Release|Win32" 617 > 618 <Tool 619 Name="VCCLCompilerTool" 620 WholeProgramOptimization="false" 621 /> 622 </FileConfiguration> 607 623 </File> 608 624 <File -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make
r30946 r30981 1 1 all: 2 -xcopy /y/d/e/i "..\..\..\WebKitLibraries\win\tools" "$(WEBKITLIBRARIESDIR)\tools" 2 3 set PATH=%PATH%;%SystemDrive%\cygwin\bin 3 4 touch "$(WEBKITOUTPUTDIR)\buildfailed"
Note:
See TracChangeset
for help on using the changeset viewer.