Hi,
I finally get all my files compiled. I have two separate C++ files and generated two object files.
#------------------------------------------------
# Compile the source files for the DLM
#------------------------------------------------
$(o)$(appName)$(oext): $(baseDir)$(appName).cpp
$(o)readisf$(oext) : $(baseDir)readisf.cpp
How to modify the make file to link these objects files together.
Best,