forked from wxWidgets/wxWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This sample shows usage of wxArchiveStream and wxArchiveFactory. It also allows for easy testing of wxArchiveStream implementations outside of the unit tests. See wxWidgets#730
- Loading branch information
Showing
19 changed files
with
3,192 additions
and
61 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
# ========================================================================= | ||
# This makefile was generated by | ||
# Bakefile 0.2.11 (http://www.bakefile.org) | ||
# Do not modify, all changes will be overwritten! | ||
# ========================================================================= | ||
|
||
|
||
@MAKE_SET@ | ||
|
||
prefix = @prefix@ | ||
exec_prefix = @exec_prefix@ | ||
datarootdir = @datarootdir@ | ||
INSTALL = @INSTALL@ | ||
EXEEXT = @EXEEXT@ | ||
BK_DEPS = @BK_DEPS@ | ||
srcdir = @srcdir@ | ||
top_srcdir = @top_srcdir@ | ||
LIBS = @LIBS@ | ||
CXX = @CXX@ | ||
CXXFLAGS = @CXXFLAGS@ | ||
CPPFLAGS = @CPPFLAGS@ | ||
LDFLAGS = @LDFLAGS@ | ||
WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ | ||
TOOLKIT = @TOOLKIT@ | ||
TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ | ||
TOOLKIT_VERSION = @TOOLKIT_VERSION@ | ||
EXTRALIBS = @EXTRALIBS@ | ||
EXTRALIBS_XML = @EXTRALIBS_XML@ | ||
EXTRALIBS_GUI = @EXTRALIBS_GUI@ | ||
CXXWARNINGS = @CXXWARNINGS@ | ||
HOST_SUFFIX = @HOST_SUFFIX@ | ||
SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@ | ||
SAMPLES_CXXFLAGS = @SAMPLES_CXXFLAGS@ | ||
wx_top_builddir = @wx_top_builddir@ | ||
|
||
### Variables: ### | ||
|
||
DESTDIR = | ||
WX_RELEASE = 3.1 | ||
LIBDIRNAME = $(wx_top_builddir)/lib | ||
ARCHIVE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ | ||
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ | ||
-I$(srcdir) $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CXXWARNINGS) $(SAMPLES_CXXFLAGS) \ | ||
$(CPPFLAGS) $(CXXFLAGS) | ||
ARCHIVE_OBJECTS = \ | ||
archive_archive.o | ||
|
||
### Conditionally set variables: ### | ||
|
||
@COND_DEPS_TRACKING_0@CXXC = $(CXX) | ||
@COND_DEPS_TRACKING_1@CXXC = $(BK_DEPS) $(CXX) | ||
@COND_USE_GUI_0@PORTNAME = base | ||
@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION) | ||
@COND_TOOLKIT_MAC@WXBASEPORT = _carbon | ||
@COND_BUILD_debug@WXDEBUGFLAG = d | ||
@COND_UNICODE_1@WXUNICODEFLAG = u | ||
@COND_WXUNIV_1@WXUNIVNAME = univ | ||
@COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS) | ||
@COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) \ | ||
@COND_MONOLITHIC_1@ $(EXTRALIBS_XML) $(EXTRALIBS_GUI) | ||
@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI) | ||
@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI = | ||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | ||
@COND_DEBUG_FLAG_0@__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0 | ||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS | ||
@COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI | ||
@COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS | ||
@COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL | ||
COND_MONOLITHIC_0___WXLIB_BASE_p = \ | ||
-lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p) | ||
COND_MONOLITHIC_1___WXLIB_MONO_p = \ | ||
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p) | ||
@COND_MONOLITHIC_1_USE_STC_1@__LIB_SCINTILLA_IF_MONO_p \ | ||
@COND_MONOLITHIC_1_USE_STC_1@ = \ | ||
@COND_MONOLITHIC_1_USE_STC_1@ -lwxscintilla$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \ | ||
@COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@ = \ | ||
@COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@ -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@__LIB_JPEG_p \ | ||
@COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@ = \ | ||
@COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@ -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_USE_GUI_1_wxUSE_LIBPNG_builtin@__LIB_PNG_p \ | ||
@COND_USE_GUI_1_wxUSE_LIBPNG_builtin@ = \ | ||
@COND_USE_GUI_1_wxUSE_LIBPNG_builtin@ -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_wxUSE_ZLIB_builtin@__LIB_ZLIB_p = \ | ||
@COND_wxUSE_ZLIB_builtin@ -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
COND_wxUSE_REGEX_builtin___LIB_REGEX_p = \ | ||
-lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
@COND_wxUSE_REGEX_builtin@__LIB_REGEX_p = $(COND_wxUSE_REGEX_builtin___LIB_REGEX_p) | ||
@COND_wxUSE_EXPAT_builtin@__LIB_EXPAT_p = \ | ||
@COND_wxUSE_EXPAT_builtin@ -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | ||
|
||
### Targets: ### | ||
|
||
all: archive$(EXEEXT) | ||
|
||
install: | ||
|
||
uninstall: | ||
|
||
install-strip: install | ||
|
||
clean: | ||
rm -rf ./.deps ./.pch | ||
rm -f ./*.o | ||
rm -f archive$(EXEEXT) | ||
|
||
distclean: clean | ||
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile | ||
|
||
archive$(EXEEXT): $(ARCHIVE_OBJECTS) | ||
$(CXX) -o $@ $(ARCHIVE_OBJECTS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(LDFLAGS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE) $(LIBS) | ||
|
||
archive_archive.o: $(srcdir)/archive.cpp | ||
$(CXXC) -c -o $@ $(ARCHIVE_CXXFLAGS) $(srcdir)/archive.cpp | ||
|
||
|
||
# Include dependency info, if present: | ||
@IF_GNU_MAKE@-include ./.deps/*.d | ||
|
||
.PHONY: all install uninstall clean distclean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<makefile> | ||
|
||
<include file="../../build/bakefiles/common_samples.bkl"/> | ||
|
||
<exe id="archive" template="wx_sample_console" template_append="wx_append"> | ||
<sources>archive.cpp</sources> | ||
<wx-lib>base</wx-lib> | ||
<uid type="creatorid">wx06</uid> | ||
</exe> | ||
|
||
</makefile> |
Oops, something went wrong.