Changeset 19913


Ignore:
Timestamp:
2009-06-25T15:48:46+12:00 (15 years ago)
Author:
ak19
Message:

Minor change to output message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/win32.mak

    r19912 r19913  
    9595    cd "$(COMMONHOME)"
    9696    IF NOT EXIST $(SQLITE_DIR) IF EXIST "$(GSDLHOME)\bin\windows\gunzip.exe" IF EXIST "$(GSDLHOME)\bin\windows\tar.exe" "$(GSDLHOME)\bin\windows\gunzip.exe" -cd "$(SQLITE_DIR).tar.gz" | "$(GSDLHOME)\bin\windows\tar.exe" xv --directory=./packages/sqlite
    97     IF NOT EXIST $(SQLITE_DIR) echo ****** Couldn't extract archive $(SQLITE_DIR).tar.gz. Check that gunzip.exe and tar.exe exist in GSDLHOME\bin\windows. ******
     97    IF NOT EXIST $(SQLITE_DIR) echo ****** Couldn't extract archive $(SQLITE_DIR).tar.gz. Extract it manually, or check that gunzip.exe and tar.exe exist in GSDLHOME\bin\windows. ******
    9898
    9999clean:
Note: See TracChangeset for help on using the changeset viewer.