Changeset 8329


Ignore:
Timestamp:
2004-10-14T16:04:24+13:00 (20 years ago)
Author:
kjdon
Message:

renamed oaimain(.exe) to oaiserver(.exe)

Location:
trunk/gsdl/src/oaiservr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/Makefile.in

    r8277 r8329  
    105105
    106106ifeq ($(USE_CORBA), 1)
    107 EXEC = oaimain
    108 else
    109 EXEC = oaimain
     107EXEC = oaiserver
     108else
     109EXEC = oaiserver
    110110endif
    111111
     
    194194
    195195install:
    196     install -m 755 -s oaimain ../../cgi-bin
     196    install -m 755 -s oaiserver ../../cgi-bin
    197197
    198198depend:
     
    214214    $(srcDir)/mgpp/lib/libmg.a
    215215
    216 oaimain: $(OAI_OBJS)
     216oaiserver: $(OAI_OBJS)
    217217    $(CPPLINK) $(OAI_OBJS) $(LIBS)
    218218
  • trunk/gsdl/src/oaiservr/win32.mak

    r8309 r8329  
    113113OAI_OBJS = $(COMMONOBJECTS) $(OAIOBJECTS) $(LIBS)
    114114
    115 EXEC = oaimain.exe
     115EXEC = oaiserver.exe
    116116
    117117all: $(EXEC)
     
    119119clean:
    120120    del *.obj
    121     del oaimain.exe
     121    del oaiserver.exe
    122122install:
    123     copy oaimain.exe "$(GSDLHOME)\cgi-bin"
     123    copy oaiserver.exe "$(GSDLHOME)\cgi-bin"
    124124
    125 oaimain.exe: $(OAI_OBJS)
     125oaiserver.exe: $(OAI_OBJS)
    126126         $(LINK) $(OAI_OBJS)
Note: See TracChangeset for help on using the changeset viewer.