We got linux make system(standard one, prefered) and dsplink make system(dislike it). My big project have to choose dsplink make system, because too many header include problem when using linux make system. But dsplink make system couldn't produce two target at the same time
How could I produce EXE and LIB the same time in dsplink make system?