Ignore:
Timestamp:
2010-08-31T13:58:59+12:00 (14 years ago)
Author:
ak19
Message:

Fixing up makefiles to work with recent changes DLConsulting made related to expat (expat now set up like on Linux: it is compiled up rather than obtained from a zip file).

File:
1 edited

Legend:

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

    r22769 r22817  
    168168!ENDIF
    169169    cd "$(COMMONHOME)"
     170!IF EXIST (packages\expat)
    170171    cd packages\expat
    171172    $(MAKECLEANCMD)
    172173    cd "$(COMMONHOME)"
     174!ENDIF 
    173175    cd src\lib
    174176    $(MAKECLEANCMD)
Note: See TracChangeset for help on using the changeset viewer.