You probably only should have your own C files in your project to create the library, well it depends on what the library is for.
For a general purpose lib, I would not put the ansi*.lib, start*.c, datapage.c inside of it.
PS: What for a library do you create anyway?