i have codewarrior2.10.
i want to convert c file to a lib file.How can i do?thanks.
Hello,
open project settings, choose EPPC Target option and select Library instead of Application. Please see the figure below.
If you have any other questions, please feel free to write me back.
Regards,
Martin
Hello,Martin,thanks for reply.
I follow your steps,click OK and click Make to build project,but it does not create other file like .lib file type.
My project compose with .c and .h files,some .c file are more important,so I only want to convert these .c file(not all .c file) into lib file.Is there some good method?
I remember that cw4.x has a tool which name is Libmaker.exe,it can covert one .c file into one .lib file.
Hello,
CodeWarrior by default creates output file with the same name for application and also for library. Please change the name of your output file in second line.
Regards,
Martin