[/] [trunk/] - Rev 649
Go to most recent revision |
Changes |
View Log |
Last modification
- Rev 649 2006-11-16 02:07:18 GMT
- Author: tianwei
- Log message:
- our compiler would generate a temp .o file for dwarf info during compiler,so if
a previous same .o object file exsited, it will be deleted, such as
opencc expr.o -c expr.cxx
opencc c-expr.o -c expr.cxx
ar a.so expr.o c-expr.o
we will found that the first expr.o is missing