Subversion Repositories Kolibri OS

Rev

Rev 4349 | Rev 4367 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4349 Rev 4362
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
 
59
 
60
$(LIBRARY).a: $(OBJECTS) Makefile
60
$(LIBRARY).a: $(OBJECTS) Makefile
61
	ar cvrs $(LIBRARY).a $(OBJECTS)
61
	ar cvrs $(LIBRARY).a $(OBJECTS)
Line 62... Line 62...
62
	mv -f $(LIBRARY).a ../../static
62
	mv -f $(LIBRARY).a ../../lib
63
 
63
 
64
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
64
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
65
	$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)
65
	$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)