Skip to content

Commit

Permalink
use system wx-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Nov 23, 2014
1 parent 27c15a9 commit 45cd98c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flamerobin.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="`/home/dsf/wxWidgets-2.9.4/buildgtk/wx-config --cflags`" />
<Add option="`wx-config --cflags`" />
<Add option="-DIBPP_LINUX" />
</Compiler>
<Linker>
<Add option="`/home/dsf/wxWidgets-2.9.4/buildgtk/wx-config --libs`" />
<Add option="wx-config --libs`" />
<Add library="wx_gtk2u_aui-2.9" />
<Add library="wx_gtk2u_html-2.9" />
<Add library="wx_gtk2u_adv-2.9" />
<Add library="wx_gtk2u_stc-2.9" />
<Add library="wx_gtk2u_core-2.9" />
<Add library="wx_gtk2u_html-2.9" />
<Add library="wx_gtk2u_adv-2.9" />
<Add library="wx_gtk2u_stc-2.9" />
<Add library="wx_gtk2u_core-2.9" />
<Add library="wxscintilla-2.9" />
<Add library="fbclient" />
</Linker>
Expand Down

0 comments on commit 45cd98c

Please sign in to comment.