In tutorial it says:
### Embedding Step #1 First, you will need to modify common.h and compile the system. You need to add all the CS .cpp files to yourbuild list.
Find the // #define NOMAIN 1 and uncomment it. This will allow you to
compile your program as the main program and ChatScript merely as a
collection of routines to accompany it.
I can’t understand how to add .cpp files to my build list? What does it mean by build list?