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

    r18077 r18612  
    220220    $(GSDL_LIBS)
    221221
    222 EXECUTABLE = library.exe
     222EXECUTABLE = library.cgi
    223223
    224224
     
    234234    $(AR) -nologo /out:$(LIBRARY) $(OBJECTS)
    235235
    236 library.exe: $(EXECUTABLE_OBJECTS)
     236library.cgi: $(EXECUTABLE_OBJECTS)
    237237    $(LINK) $(EXECUTABLE_OBJECTS) $(LIBS)
    238238
Note: See TracChangeset for help on using the changeset viewer.