summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-29 11:15:34 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-29 11:15:34 +0000
commitdfc70260daca970cc1df362f26fd669d75812eb0 (patch)
tree75dabbd26e4269a51644d14d49ca1c3205584a00
parentd0c1e54e8d96215f0baad41f59d5ca7a3d1c4a27 (diff)
Removed pj/compat/sprintf.h from MSVC workspace, also changed "make size" to calculate .bss and .data as well.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@634 74dad513-b988-da41-8d7b-12977e46ad98
-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