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

Gunzips and untars sqlite-amalgamation.tar.gz file if gunzip and tar executables exist in bin win folder of GSDLHOME.

File:
1 edited

Legend:

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

    r19909 r19912  
    9494    if NOT EXIST "iconv" unzip iconv.zip
    9595    cd "$(COMMONHOME)"
    96 #   cd packages\sqlite
    97 #   if NOT EXIST "sqlite-amalgamation-3.5.9" unzip sqlite-amalgamation-3.5.zip
    98 #   cd "$(COMMONHOME)"
     96    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. ******
    9998
    10099clean:
Note: See TracChangeset for help on using the changeset viewer.