Ignore:
Timestamp:
2011-12-15T14:40:07+13:00 (12 years ago)
Author:
ak19
Message:

GSDLARCH used in Windows makefiles (and gsicontrol.bat) when working out the cgi-bin path (now cgi-bin\GSDL_OS_ARCH) to install the binaries like library.cgi and oaiserver.cgi into.

File:
1 edited

Legend:

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

    r24874 r24902  
    384384!ELSE
    385385install: $(EXECUTABLE)
     386!IF "$(PROCESSOR_ARCHITECTURE)"==""
    386387    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows"
     388!ELSE IF EXIST ("$(GSDL_DIR)\bin\windows")
     389    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows"   
     390!ELSE IF "$(PROCESSOR_ARCHITECTURE)"=="x86"
     391    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows32"
     392!ELSE
     393    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows64"
     394!ENDIF
    387395!ENDIF
    388396
Note: See TracChangeset for help on using the changeset viewer.