Content originally posted in LPCWare by ethan_kao on Fri Apr 25 02:47:46 MST 2014
I have "abc.c" "abc.h" file
function "void Test(void)" define in "abc.h" and coding in "abc.c"
I have a main.c call "void Test(void)"
first build has create new file "abc.o"
Can I remove "abc.c" and move abc.o in my project
function void Test(void) is my Algorithms ,I do not want others to see content
Thanks you