Changeset 21332


Ignore:
Timestamp:
2009-12-10T19:52:35+13:00 (14 years ago)
Author:
ak19
Message:

Some Windows-specific bugfixes to the recent changes for enabling or disabling individual indexers during compilation.

Location:
main/trunk/greenstone2
Files:
3 edited

Legend:

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

    r21327 r21332  
    162162    cd "$(COMMONHOME)"
    163163
    164 $(SQLITE_DIR):
     164$(SQLITE_DIR): FORCE
    165165!IF "$(USE_SQLITE)" == "1"
    166     FORCE
    167166    cd "$(COMMONHOME)"
    168167    cd "$@"
  • main/trunk/greenstone2/runtime-src/packages/apache-httpd/win32.mak

    r20430 r21332  
    2929
    3030compile:
     31    if not exist "$(APACHEHOME)" if exist "$(GSDLHOME)\bin\windows\gunzip.exe" if exist "$(GSDLHOME)\bin\windows\tar.exe" "$(GSDLHOME)\bin\windows\gunzip.exe" -cd "$(APACHEHOME)-gs.tar.gz" | "$(GSDLHOME)\bin\windows\tar.exe" xv --directory=.
     32    if not exist "$(APACHEHOME)" echo ****** Couldn't extract archive $(APACHEHOME)-gs.tar.gz. Extract it manually, or check that gunzip.exe and tar.exe exist in $(GSDLHOME)\bin\windows. ******
     33    if not exist "$(APACHEHOME)" exit /b 1
    3134    cd "$(APACHEHOME)"
    3235    copy "$(GSDLHOME)\bin\windows\awk.exe" "$(APACHEHOME)\."
  • main/trunk/greenstone2/runtime-src/src/protocol/win32.mak

    r21324 r21332  
    6060!ENDIF
    6161
    62 !IF $(ENABLE_MGPP) == "0"
     62!IF "$(ENABLE_MGPP)" == "0"
    6363MGPP_INCLUDES =
    6464!ELSE
Note: See TracChangeset for help on using the changeset viewer.