Changeset 18309


Ignore:
Timestamp:
2009-01-06T13:15:03+13:00 (15 years ago)
Author:
davidb
Message:

New 'unzip' target added which checks windows/packages/*.zip and unzips them is companion folder not there

File:
1 edited

Legend:

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

    r18177 r18309  
    6767MAKECLEANCMD = $(MAKE) $(MDEFINES) GSDLHOME="$(GSDLHOME)" clean
    6868
    69 all: win32.mak $(INDEXERSDIR) $(PACKAGEDIRS) $(COMPILEDIRS) $(INSTALLDIRS)
     69all: win32.mak unzip $(INDEXERSDIR) $(PACKAGEDIRS) $(COMPILEDIRS) $(INSTALLDIRS)
    7070
    7171install: win32.mak $(INDEXERSDIR) $(INSTALLDIRS)
     72
     73unzip:
     74    cd "$(COMMONHOME)"
     75    cd packages\windows\crypt
     76    if NOT EXIST "crypt" unzip crypt.zip
     77    cd "$(COMMONHOME)"
     78    cd packages\windows\gdbm
     79    if NOT EXIST "gdbm" unzip gdbm.zip
     80    cd "$(COMMONHOME)"
     81    cd packages\windows\expat
     82    if NOT EXIST "expat" unzip expat.zip
    7283
    7384clean:
Note: See TracChangeset for help on using the changeset viewer.