I need to include more source file in compilation like:
bcc32 file1.cpp file2.cpp file3.cpp main.cpp
Now I don't like to type so many file names there very time I compile. Any solution?
Do I need to create a new compiler, linker, or maker configuration file? If yes, how?
bcc32 file1.cpp file2.cpp file3.cpp main.cpp
Now I don't like to type so many file names there very time I compile. Any solution?
Do I need to create a new compiler, linker, or maker configuration file? If yes, how?