Changeset 250

Show
Ignore:
Timestamp:
07/27/06 17:01:26 (2 years ago)
Author:
bart
Message:

Fixed project files for win32 and made the debug version build again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/ChangeLog

    r242 r250  
     12006-07-27  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2 
     3        * Fixed project files for win32 and made the debug version build again. 
     4 
    152006-07-25  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    26 
  • eaccelerator/branches/0.9.5/debug.c

    r190 r250  
    207207#ifdef DEBUG /* This ifdef is still req'd because xpad is N/A in a non-debug compile */ 
    208208    if (eaccelerator_debug & debug_level) { 
    209         if (F_fp != stderr) { 
    210                 EACCELERATOR_FLOCK(file_no, LOCK_EX); 
    211         } 
    212         int i = EAG (xpad); 
     209                int i; 
     210        if (F_fp != stderr) { 
     211                EACCELERATOR_FLOCK(file_no, LOCK_EX); 
     212        } 
     213        i = EAG (xpad); 
    213214        while (i-- > 0) { 
    214215            fputc ('\t', F_fp); 
  • eaccelerator/branches/0.9.5/encoder.c

    r201 r250  
    10761076#ifdef ZEND_ENGINE_2 
    10771077 
     1078#if !defined(WIN32) && !defined(DEBUG) 
    10781079ZEND_DLIMPORT int isatty(int fd); 
     1080#endif 
    10791081 
    10801082static size_t eaccelerator_stream_stdio_reader(void *handle, char *buf, size_t len TSRMLS_DC) 
  • eaccelerator/branches/0.9.5/win32/eAccelerator.vcproj

    r238 r250  
    4747                        <Tool 
    4848                                Name="VCCLCompilerTool" 
    49                                 AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;&#x0D;&#x0A;
     49                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;
    5050                                Optimization="2" 
    5151                                InlineFunctionExpansion="1" 
     
    144144                        <Tool 
    145145                                Name="VCCLCompilerTool" 
    146                                 AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot;
     146                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;
    147147                                Optimization="2" 
    148148                                InlineFunctionExpansion="1" 
     
    241241                        <Tool 
    242242                                Name="VCCLCompilerTool" 
    243                                 AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot;
     243                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;
    244244                                Optimization="0" 
    245245                                AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 
     
    339339                        <Tool 
    340340                                Name="VCCLCompilerTool" 
    341                                 AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot;
     341                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;
    342342                                Optimization="0" 
    343343                                AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 
  • eaccelerator/branches/0.9.5/win32/eLoader.vcproj

    r238 r250  
    4747                        <Tool 
    4848                                Name="VCCLCompilerTool" 
     49                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;" 
    4950                                Optimization="0" 
    5051                                AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 
     
    144145                        <Tool 
    145146                                Name="VCCLCompilerTool" 
     147                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;" 
    146148                                Optimization="2" 
    147149                                InlineFunctionExpansion="1" 
     
    240242                        <Tool 
    241243                                Name="VCCLCompilerTool" 
     244                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;" 
    242245                                Optimization="2" 
    243246                                InlineFunctionExpansion="1" 
     
    336339                        <Tool 
    337340                                Name="VCCLCompilerTool" 
     341                                AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot;" 
    338342                                Optimization="0" 
    339343                                AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main"