Ignore:
Timestamp:
2008-05-16T14:31:12+12:00 (16 years ago)
Author:
mdewsnip
Message:

Fix for local library compilation.

File:
1 edited

Legend:

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

    r15540 r15542  
    212212EXECUTABLE = library.exe
    213213
     214LIBRARY = gsdlrecpt.lib
     215
     216
     217!IF $(LOCAL_LIBRARY)
     218all: $(LIBRARY)
     219!ELSE
     220all: $(EXECUTABLE)
     221!ENDIF
     222
    214223
    215224library.exe: $(EXECUTABLE_OBJECTS)
    216225    $(LINK) $(EXECUTABLE_OBJECTS) $(LIBS)
    217 
    218 
    219 LIBRARY = gsdlrecpt.lib
    220226
    221227gsdlrecpt.lib: $(OBJECTS)
     
    225231
    226232!IF $(LOCAL_LIBRARY)
    227 all: $(LIBRARY)
    228 !ELSE
    229 all: $(EXECUTABLE)
    230 !ENDIF
    231 
    232 !IF $(LOCAL_LIBRARY)
    233233install: $(LIBRARY)
    234234!ELSE
Note: See TracChangeset for help on using the changeset viewer.