made it possible to easily regenerate makefiles with stream suit (temporary, before remaining problems are fixed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,6 +3,22 @@
|
|||||||
|
|
||||||
<makefile>
|
<makefile>
|
||||||
|
|
||||||
|
<!-- FIXME: temporary hack.
|
||||||
|
Override this on command line, e.g.
|
||||||
|
bakefile_gen -f autoconf -b ../../tests/*.bkl -DBUILD_STREAM_TESTS=1
|
||||||
|
-->
|
||||||
|
<set var="BUILD_STREAM_TESTS">0</set>
|
||||||
|
|
||||||
|
<set var="STREAMS_FILES">
|
||||||
|
<if cond="BUILD_STREAM_TESTS=='1'">
|
||||||
|
streams/bstream.cpp
|
||||||
|
streams/ffilestream.cpp
|
||||||
|
streams/filestream.cpp
|
||||||
|
streams/memstream.cpp
|
||||||
|
streams/zlibstream.cpp
|
||||||
|
</if>
|
||||||
|
</set>
|
||||||
|
|
||||||
<include file="../build/bakefiles/common_samples.bkl"/>
|
<include file="../build/bakefiles/common_samples.bkl"/>
|
||||||
|
|
||||||
<exe id="test" template="wx_test_console"
|
<exe id="test" template="wx_test_console"
|
||||||
@@ -15,6 +31,7 @@
|
|||||||
filesys/filesys.cpp
|
filesys/filesys.cpp
|
||||||
arrays/arrays.cpp
|
arrays/arrays.cpp
|
||||||
longlong/longlong.cpp
|
longlong/longlong.cpp
|
||||||
|
$(STREAMS_FILES)
|
||||||
</sources>
|
</sources>
|
||||||
<wx-lib>base</wx-lib>
|
<wx-lib>base</wx-lib>
|
||||||
</exe>
|
</exe>
|
||||||
|
Reference in New Issue
Block a user