Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2011-04-20 22:55:49 +0400
committerKandrashin Denis <mail@lintest.ru>2011-04-20 22:55:49 +0400
commitfba8eed61e6854eecfa95ddd5a88a81ffb90cd9f (patch)
tree6feb979edce8f943b743f2020d4cbcc5e4112c11 /myrulib.bkl
parent57e045330b6224046207637b82dc95c9750222da (diff)
Increment version
Diffstat (limited to 'myrulib.bkl')
-rw-r--r--myrulib.bkl9
1 files changed, 9 insertions, 0 deletions
diff --git a/myrulib.bkl b/myrulib.bkl
index 66924983..c26fa10f 100644
--- a/myrulib.bkl
+++ b/myrulib.bkl
@@ -2,6 +2,7 @@
<makefile>
<set var="PREFIX">/usr</set>
+ <option name="USE_CURL"/>
<option name="USE_FAXPP"/>
<option name="USE_EXPAT"/>
<option name="USE_SQLITE"/>
@@ -81,6 +82,12 @@
<sources>3rdparty/wxbzipstream/bzipstream.cpp</sources>
</lib>
+ <lib id="wxcurl_static" template="wx-lib" cond="USE_CURL=='yes'">
+ <include>3rdparty/wxcurl</include>
+ <sources>3rdparty/wxcurl/base.cpp</sources>
+ <sources>3rdparty/wxcurl/http.cpp</sources>
+ </lib>
+
<exe id="zipscan" template="wxconsole">
<depends>sqlite3_static</depends>
<define>NDEBUG</define>
@@ -166,9 +173,11 @@
<exe id="myrulib" template="wxgui">
<depends>expat_static</depends>
<depends>sqlite3_static</depends>
+ <depends>wxcurl_static</depends>
<depends>faxpp_static</depends>
<library>wxsqlite3_static</library>
<library>wxbzip2_static</library>
+ <library>wxcurl_static</library>
<include>$(BUILDDIR)</include>
<res-include>$(BUILDDIR)</res-include>
<define>NDEBUG</define>