diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 14:47:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 14:47:04 +0300 |
commit | 73d74fd020eb11a21fd963e96c4034aadec14979 (patch) | |
tree | 92c7c67183f90c98378a1a3eea32f2cb3e90a7a1 /plugins/example/example.cbp | |
parent | 7890dccf61ba5e92d76e79c121b926ac515d6747 (diff) |
something
Diffstat (limited to 'plugins/example/example.cbp')
-rw-r--r-- | plugins/example/example.cbp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/example/example.cbp b/plugins/example/example.cbp index 64c5694..c36a3bf 100644 --- a/plugins/example/example.cbp +++ b/plugins/example/example.cbp @@ -13,7 +13,12 @@ <Option compiler="gcc" /> <Compiler> <Add option="-g" /> + <Add option="-fPIC `wx-config --unicode=yes --cflags`" /> + <Add directory="../../api" /> </Compiler> + <Linker> + <Add option="-shared `wx-config --unicode=yes --libs`" /> + </Linker> </Target> <Target title="Release"> <Option output="bin/Release/example" prefix_auto="1" extension_auto="1" /> @@ -31,6 +36,7 @@ <Compiler> <Add option="-Wall" /> </Compiler> + <Unit filename="main.cpp" /> <Extensions> <envvars /> <code_completion /> |