VC++ static library needs .obj stored in other project. How to do it?
- by Saurabh Chopra
Hi all,
I am using Visual C++ 6.0. I have a static library containing a set of C functions. To create the .lib file, I need .obj of some .C files. Some such files are contained within the same static library project but some are to be stored in some othr project due to separate flags, etc.
How can I include those .objs to create this library file..?