Changeset 18532 for gsdl


Ignore:
Timestamp:
2009-02-18T11:10:23+13:00 (15 years ago)
Author:
oranfry
Message:

don't unzip the non-existent windows gdbm package

Location:
gsdl/trunk/common-src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/src/lib/gsdlconf.h

    r16577 r18532  
    2828#define GSDLCONF_H
    2929
    30 #define GSDL_VERSION "svn-trunk"
     30#define GSDL_VERSION "2s2009.02.18"
    3131
    3232#if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_) || defined(WIN32)
  • gsdl/trunk/common-src/win32.mak

    r18443 r18532  
    7878    if NOT EXIST "crypt" unzip crypt.zip
    7979    cd "$(COMMONHOME)"
    80     cd packages\windows\gdbm
    81     if NOT EXIST "gdbm" unzip gdbm.zip
    82     cd "$(COMMONHOME)"
    8380    cd packages\windows\expat
    8481    if NOT EXIST "expat" unzip expat.zip
Note: See TracChangeset for help on using the changeset viewer.