diff options
Diffstat (limited to 'core/core.cbp')
-rw-r--r-- | core/core.cbp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/core.cbp b/core/core.cbp index 47f94f0..df5c13d 100644 --- a/core/core.cbp +++ b/core/core.cbp @@ -18,6 +18,8 @@ </Compiler> <Linker> <Add option="`wx-config --unicode=yes --libs`" /> + <Add option="-lboost_system" /> + <Add option="-lboost_filesystem" /> </Linker> </Target> <Target title="Release"> @@ -29,10 +31,13 @@ <Compiler> <Add option="-O2" /> <Add option="`wx-config --cflags --cxxflags`" /> + <Add directory="/usr/include" /> </Compiler> <Linker> <Add option="-s" /> <Add option="`wx-config --libs`" /> + <Add option="-lboost_system" /> + <Add option="-lboost_filesystem" /> </Linker> </Target> </Build> @@ -41,6 +46,8 @@ </Compiler> <Unit filename="../api/pluginapi.h" /> <Unit filename="commonheaders.h" /> + <Unit filename="compatibility.cpp" /> + <Unit filename="compatibility.h" /> <Unit filename="main.cpp" /> <Unit filename="modules.cpp" /> <Unit filename="modules.h" /> @@ -51,6 +58,15 @@ <code_completion /> <debugger /> <lib_finder disable_auto="1" /> + <DoxyBlocks> + <comment_style block="0" line="0" /> + <doxyfile_project /> + <doxyfile_build /> + <doxyfile_warnings /> + <doxyfile_output /> + <doxyfile_dot /> + <general /> + </DoxyBlocks> </Extensions> </Project> </CodeBlocks_project_file> |