Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4361 → Rev 4362

/contrib/sdk/sources/pixman/Makefile
60,7 → 60,7
 
$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs $(LIBRARY).a $(OBJECTS)
mv -f $(LIBRARY).a ../../static
mv -f $(LIBRARY).a ../../lib
 
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)