Ignore:
Timestamp:
2008-05-19T13:23:45+12:00 (16 years ago)
Author:
mdewsnip
Message:

Some win32.mak fixes so that the Z39.50 stuff compiles successfully when USE_Z3950 = 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/win32.mak

    r15568 r15569  
    194194    wizardaction.obj
    195195
     196LIBRARY = gsdlrecpt.lib
     197
    196198GSDL_LIBS = \
    197199    "$(PROTOCOL_DIR)\gsdlprotocol.lib" \
     
    209211EXECUTABLE = library.exe
    210212
    211 LIBRARY = gsdlrecpt.lib
    212 
    213 
     213
     214# Default target: make gsdlrecpt.lib if LOCAL_LIBRARY is set, otherwise both gsdlrecpt.lib and library.exe
    214215!IF $(LOCAL_LIBRARY)
    215216all: $(LIBRARY)
    216217!ELSE
    217 all: $(EXECUTABLE)
     218all: $(LIBRARY) $(EXECUTABLE)
    218219!ENDIF
    219220
     
    228229
    229230!IF $(LOCAL_LIBRARY)
    230 install: $(LIBRARY)
     231install:
    231232!ELSE
    232233install: $(EXECUTABLE)
     
    236237clean:
    237238    del *.obj
     239    del gsdlrecpt.lib
    238240    del library.exe
    239241
Note: See TracChangeset for help on using the changeset viewer.