summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--pjlib/build/pjlib.dsp4
2 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d2482318..92fe8c92 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,7 @@ size:
@echo
@for lib in $(LIBS); do \
echo "$$lib:"; \
- ar tv $$lib | awk '{print $$3 "\t" $$8}' | sort -n; \
- echo -n 'Total: '; \
- ar tv $$lib | awk '{print " + " $$3}' | xargs expr 0; \
+ size -t $$lib | awk '{print $$1 "\t" $$2 "\t" $$3 "\t" $$6}'; \
echo; \
done
@echo
diff --git a/pjlib/build/pjlib.dsp b/pjlib/build/pjlib.dsp
index 91031aa9..0ee608ad 100644
--- a/pjlib/build/pjlib.dsp
+++ b/pjlib/build/pjlib.dsp
@@ -425,10 +425,6 @@ SOURCE=..\include\pj\compat\socket.h
# End Source File
# Begin Source File
-SOURCE=..\include\pj\compat\sprintf.h
-# End Source File
-# Begin Source File
-
SOURCE=..\include\pj\compat\stdarg.h
# End Source File
# Begin Source File