Changeset 21332
- Timestamp:
- 2009-12-10T19:52:35+13:00 (13 years ago)
- Location:
- main/trunk/greenstone2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/common-src/win32.mak
r21327 r21332 162 162 cd "$(COMMONHOME)" 163 163 164 $(SQLITE_DIR): 164 $(SQLITE_DIR): FORCE 165 165 !IF "$(USE_SQLITE)" == "1" 166 FORCE167 166 cd "$(COMMONHOME)" 168 167 cd "$@" -
main/trunk/greenstone2/runtime-src/packages/apache-httpd/win32.mak
r20430 r21332 29 29 30 30 compile: 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 31 34 cd "$(APACHEHOME)" 32 35 copy "$(GSDLHOME)\bin\windows\awk.exe" "$(APACHEHOME)\." -
main/trunk/greenstone2/runtime-src/src/protocol/win32.mak
r21324 r21332 60 60 !ENDIF 61 61 62 !IF $(ENABLE_MGPP)== "0"62 !IF "$(ENABLE_MGPP)" == "0" 63 63 MGPP_INCLUDES = 64 64 !ELSE
Note:
See TracChangeset
for help on using the changeset viewer.