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 42... Line 42...
42
 
42
 
Line 43... Line 43...
43
 
43
 
44
$(LIBRARY).a: $(OBJECTS) Makefile
44
$(LIBRARY).a: $(OBJECTS) Makefile
45
	ar cvrs $(LIBRARY).a $(OBJECTS)
45
	ar cvrs $(LIBRARY).a $(OBJECTS)
Line 46... Line 46...
46
	mv -f $(LIBRARY).a ../../static
46
	mv -f $(LIBRARY).a ../../lib
47
 
47
 
48
$(LIBRARY).dll: libpng16.def $(OBJECTS) Makefile
48
$(LIBRARY).dll: libpng16.def $(OBJECTS) Makefile
49
	$(LD) $(LDFLAGS) $(LIBPATH) -o $@  libpng16.def $(OBJECTS) $(LIBS)
49
	$(LD) $(LDFLAGS) $(LIBPATH) -o $@  libpng16.def $(OBJECTS) $(LIBS)