Ignore:
Timestamp:
2008-06-09T14:34:46+12:00 (16 years ago)
Author:
anna
Message:

The old method for checking free disk space overflows (returns a negative number) when the physical free disk space is bigger than 4G. So instead of comparing by byte, now we compare by K. The return type is also changed, from unsigned long to double.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gsinstaller/README.txt

    r11685 r15927  
    16161. C:\MSDEV\bin\VCVARS32.bat
    17172. nmake /f win32.mak (in the gsinstaller directory)
     18
     19Note: stlport.zip is required for compiling. This file is avaible in Greenstone SVN at http://svn.greenstone.org/gsdl/trunk/packages/windows/stlport/. Download and unzip the zip file, and change the include path in win32.mak accordingly.
Note: See TracChangeset for help on using the changeset viewer.