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 67... Line 67...
67
 
67
 
Line 68... Line 68...
68
 
68
 
69
lib$(LIBRARY).a: $(OBJECTS) Makefile
69
lib$(LIBRARY).a: $(OBJECTS) Makefile
70
	ar cvrs lib$(LIBRARY).a $(OBJECTS)
70
	ar cvrs lib$(LIBRARY).a $(OBJECTS)
Line 71... Line 71...
71
	mv -f lib$(LIBRARY).a ../../static
71
	mv -f lib$(LIBRARY).a ../../lib
72
 
72
 
73
$(LIBRARY).dll: lib$(LIBRARY).def $(OBJECTS) Makefile
73
$(LIBRARY).dll: lib$(LIBRARY).def $(OBJECTS) Makefile
74
	$(LD) $(LDFLAGS) $(LIBPATH) -o $@ lib$(LIBRARY).def $(OBJECTS) $(LIBS)
74
	$(LD) $(LDFLAGS) $(LIBPATH) -o $@ lib$(LIBRARY).def $(OBJECTS) $(LIBS)