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/oaiservr/win32.mak

    r24874 r24902  
    242242!ELSE
    243243install: $(EXECUTABLE)
     244!IF "$(PROCESSOR_ARCHITECTURE)"==""
    244245    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows"
     246!ELSE IF EXIST ("$(GSDL_DIR)\bin\windows") 
     247    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows"   
     248!ELSE IF "$(PROCESSOR_ARCHITECTURE)"=="x86"
     249    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows32"
     250!ELSE
     251    copy $(EXECUTABLE) "$(GSDL_DIR)\cgi-bin\windows64"
     252!ENDIF
    245253!ENDIF
    246254
Note: See TracChangeset for help on using the changeset viewer.