Changeset 14263 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 9, 2006, 2:50:12 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r14257 r14263 1 2006-05-09 Steve Falkenburg <[email protected]> 2 3 Fix Windows build. 4 Minor fixes to WTF headers. 5 6 Reviewed by kevin. 7 8 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Fix include dirs, paths to files. 9 * JavaScriptCore.vcproj/testkjs/testkjs.vcproj: Fix include dirs. 10 * wtf/Assertions.h: include Platform.h to get definition for COMPILER() 11 * wtf/Vector.h: include FastMalloc.h for definition of fastMalloc, fastFree 12 1 13 2006-05-09 Maciej Stachowiak <[email protected]> 2 14 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
r14162 r14263 47 47 AdditionalOptions="
" 48 48 Optimization="0" 49 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../ kxmlcore/;../../../icu/include"49 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../wtf/;../../../icu/include" 50 50 PreprocessorDefinitions="HAVE_CONFIG_H; WIN32; __STD_C" 51 51 MinimalRebuild="true" … … 121 121 Name="VCCLCompilerTool" 122 122 AdditionalOptions="
" 123 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../ kxmlcore/;../../../icu/include"123 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../wtf/;../../../icu/include" 124 124 PreprocessorDefinitions="HAVE_CONFIG_H; WIN32; __STD_C;NDEBUG" 125 125 ExceptionHandling="0" … … 491 491 </Filter> 492 492 <Filter 493 Name=" KXMLCore"493 Name="WTF" 494 494 > 495 495 <File 496 RelativePath="..\..\ kxmlcore\AlwaysInline.h"497 > 498 </File> 499 <File 500 RelativePath="..\..\ kxmlcore\Assertions.cpp"501 > 502 </File> 503 <File 504 RelativePath="..\..\ kxmlcore\Assertions.h"505 > 506 </File> 507 <File 508 RelativePath="..\..\ kxmlcore\FastMalloc.cpp"509 > 510 </File> 511 <File 512 RelativePath="..\..\ kxmlcore\FastMalloc.h"513 > 514 </File> 515 <File 516 RelativePath="..\..\ kxmlcore\FastMallocInternal.h"517 > 518 </File> 519 <File 520 RelativePath="..\..\ kxmlcore\HashCountedSet.h"521 > 522 </File> 523 <File 524 RelativePath="..\..\ kxmlcore\HashFunctions.h"525 > 526 </File> 527 <File 528 RelativePath="..\..\ kxmlcore\HashMap.h"529 > 530 </File> 531 <File 532 RelativePath="..\..\ kxmlcore\HashSet.h"533 > 534 </File> 535 <File 536 RelativePath="..\..\ kxmlcore\HashTable.cpp"537 > 538 </File> 539 <File 540 RelativePath="..\..\ kxmlcore\HashTable.h"541 > 542 </File> 543 <File 544 RelativePath="..\..\ kxmlcore\HashTraits.h"545 > 546 </File> 547 <File 548 RelativePath="..\..\ kxmlcore\PassRefPtr.h"549 > 550 </File> 551 <File 552 RelativePath="..\..\ kxmlcore\RefPtr.h"496 RelativePath="..\..\wtf\AlwaysInline.h" 497 > 498 </File> 499 <File 500 RelativePath="..\..\wtf\Assertions.cpp" 501 > 502 </File> 503 <File 504 RelativePath="..\..\wtf\Assertions.h" 505 > 506 </File> 507 <File 508 RelativePath="..\..\wtf\FastMalloc.cpp" 509 > 510 </File> 511 <File 512 RelativePath="..\..\wtf\FastMalloc.h" 513 > 514 </File> 515 <File 516 RelativePath="..\..\wtf\FastMallocInternal.h" 517 > 518 </File> 519 <File 520 RelativePath="..\..\wtf\HashCountedSet.h" 521 > 522 </File> 523 <File 524 RelativePath="..\..\wtf\HashFunctions.h" 525 > 526 </File> 527 <File 528 RelativePath="..\..\wtf\HashMap.h" 529 > 530 </File> 531 <File 532 RelativePath="..\..\wtf\HashSet.h" 533 > 534 </File> 535 <File 536 RelativePath="..\..\wtf\HashTable.cpp" 537 > 538 </File> 539 <File 540 RelativePath="..\..\wtf\HashTable.h" 541 > 542 </File> 543 <File 544 RelativePath="..\..\wtf\HashTraits.h" 545 > 546 </File> 547 <File 548 RelativePath="..\..\wtf\PassRefPtr.h" 549 > 550 </File> 551 <File 552 RelativePath="..\..\wtf\RefPtr.h" 553 553 > 554 554 </File> -
trunk/JavaScriptCore/JavaScriptCore.vcproj/testkjs/testkjs.vcproj
r13684 r14263 41 41 Name="VCCLCompilerTool" 42 42 Optimization="0" 43 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../ kxmlcore/;../../../icu/include"43 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../wtf/;../../../icu/include" 44 44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE; WIN32" 45 45 MinimalRebuild="true" … … 119 119 <Tool 120 120 Name="VCCLCompilerTool" 121 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../ kxmlcore/;../../../icu/include"121 AdditionalIncludeDirectories=""$(WebKitOutputDir)\JavaScriptCore.intermediate\$(ConfigurationName)\JavaScriptCore.intermediate\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../wtf/;../../../icu/include" 122 122 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE; WIN32" 123 123 RuntimeLibrary="2" -
trunk/JavaScriptCore/wtf/Assertions.h
r14256 r14263 35 35 // For non-debug builds, everything is disabled by default. 36 36 // Defining any of the symbols explicitly prevents this from having any effect. 37 38 #include "Platform.h" 37 39 38 40 #ifdef NDEBUG -
trunk/JavaScriptCore/wtf/Vector.h
r14256 r14263 25 25 26 26 #include "Assertions.h" 27 #include "FastMalloc.h" 27 28 #include "VectorTraits.h" 28 29 #include <limits>
Note:
See TracChangeset
for help on using the changeset viewer.