Open the EOSERV project file (eoserv\project\mingw.cbp). Code::Blocks will load the project.<br />
Open '''Project > Build options''' and go to the '''Search directories''' tab.<br />
Go to the '''Compiler''' tab. Add '''"..\include"''' (without quotation marks).<br />
| Open the EOSERV project file (eoserv\project\mingw.cbp). Code::Blocks will load the project.
Open '''Project > Build options''' and go to the '''Search directories''' tab.
Go to the '''Compiler''' tab. Add '''"..\include"''' (without quotation marks).
|
* '''DEBUG''' targets are for debug builds.<br />
* '''MYSQL''' targets are for MySQL-supportive builds.<br />
* '''SQLITE''' targets are for SQLite-supportive builds.<br />
| * '''DEBUG''' targets are for debug builds.
* '''MYSQL''' targets are for MySQL-supportive builds.
* '''SQLITE''' targets are for SQLite-supportive builds.
|