Removed pj/compat/sprintf.h from MSVC workspace, also changed "make size" to calculate .bss and .data as well.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@634 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2006-07-29 11:15:34 +00:00
parent c5dfa170c7
commit 53c367748e
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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