diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 03:32:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 03:32:24 +0300 |
commit | e6d086fd2db736892290b0dfd8b38e1f12c093be (patch) | |
tree | 7419d09c763cf9694dffb3950ff8e5c70a8236be /core/core.cbp | |
parent | 0d4166dadd7d9404d42e04d57b71a595d8533ace (diff) |
new file: api/pluginapi.h
modified: core/core.cbp
modified: core/main.cpp
new file: core/modules.cpp
new file: core/modules.h
Diffstat (limited to 'core/core.cbp')
-rw-r--r-- | core/core.cbp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/core/core.cbp b/core/core.cbp index f4eeb66..674714a 100644 --- a/core/core.cbp +++ b/core/core.cbp @@ -14,10 +14,10 @@ <Option projectLinkerOptionsRelation="2" /> <Compiler> <Add option="-g" /> - <Add option="`wx-config --version=2.8 --static=yes --unicode=yes --debug=yes --cflags`" /> + <Add option="`wx-config --unicode=yes --cflags`" /> </Compiler> <Linker> - <Add option="`wx-config --version=2.8 --static=yes --unicode=yes --debug=yes --libs`" /> + <Add option="`wx-config --unicode=yes --libs`" /> </Linker> </Target> <Target title="Release"> @@ -28,18 +28,23 @@ <Option projectLinkerOptionsRelation="2" /> <Compiler> <Add option="-O2" /> - <Add option="`wx-config --unicode=yes --debug=no --cflags`" /> + <Add option="`wx-config --cflags --cxxflags`" /> </Compiler> <Linker> <Add option="-s" /> - <Add option="`wx-config --unicode=yes --debug=no --libs`" /> + <Add option="`wx-config --libs`" /> </Linker> </Target> </Build> <Compiler> <Add option="-Wall" /> </Compiler> + <Unit filename="../api/pluginapi.h" /> + <Unit filename="commonheaders.h" /> <Unit filename="main.cpp" /> + <Unit filename="modules.cpp" /> + <Unit filename="modules.h" /> + <Unit filename="services.h" /> <Extensions> <envvars /> <code_completion /> |