Ignore:
Timestamp:
2009-03-02T22:58:42+13:00 (15 years ago)
Author:
davidb
Message:

Change of main library cgi-bin program to library.cgi rather than library (for Unix) and library.exe (for Windows)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/Makefile.in

    r18226 r18612  
    204204    $(GSDL_LIBS)
    205205
    206 EXECUTABLE = library
     206EXECUTABLE = library.cgi
    207207
    208208
     
    215215    $(RANLIB) $(LIBRARY)
    216216
    217 library: $(EXECUTABLE_OBJECTS) $(GSDL_LIBS)
     217$(EXECUTABLE): $(EXECUTABLE_OBJECTS) $(GSDL_LIBS)
    218218    $(CXXLINK) $(EXECUTABLE_OBJECTS) $(LIBS)
    219219
Note: See TracChangeset for help on using the changeset viewer.