Ignore:
Timestamp:
Nov 11, 2007, 11:24:37 AM (18 years ago)
Author:
Darin Adler
Message:
  • try another way of fixing dftables builds -- refactor pcre_internal.h a bit
  • pcre/pcre_internal.h: Make most of this header do nothing when DFTABLES is set. Later we can break it into two files.
  • JavaScriptCore.vcproj/dftables/dftables.vcproj: Take out now-unneeded include paths.
  • pcre/dftables.cpp: Set DFTABLES. Use delete instead of free.
  • pcre/dftables.pro: Take out now-unneeded include paths.
  • pcre/pcre_maketables.cpp: Use new instead of malloc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables/dftables.vcproj

    r27686 r27689  
    4242                                Name="VCCLCompilerTool"
    4343                                Optimization="0"
    44                                 AdditionalIncludeDirectories="../../wtf;../..;"$(WebKitLibrariesDir)\include\""
    4544                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
    4645                                MinimalRebuild="true"
Note: See TracChangeset for help on using the changeset viewer.