Removed obsolete files from richedit sample directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
richeditM5.mcp
|
|
||||||
richeditM*Data
|
|
||||||
*Classic?Debug*
|
|
||||||
*Classic?Release*
|
|
||||||
*Carbon?Debug*
|
|
||||||
*Carbon?Release*
|
|
@@ -1,219 +0,0 @@
|
|||||||
# =========================================================================
|
|
||||||
# This makefile was generated by
|
|
||||||
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
|
||||||
# Do not modify, all changes will be overwritten!
|
|
||||||
# =========================================================================
|
|
||||||
|
|
||||||
|
|
||||||
@MAKE_SET@
|
|
||||||
|
|
||||||
prefix = @prefix@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
INSTALL = @INSTALL@
|
|
||||||
EXEEXT = @EXEEXT@
|
|
||||||
WINDRES = @WINDRES@
|
|
||||||
REZ = @REZ@
|
|
||||||
SETFILE = @SETFILE@
|
|
||||||
NM = @NM@
|
|
||||||
srcdir = @srcdir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
top_builddir = @top_builddir@
|
|
||||||
LDFLAGS_GUI = @LDFLAGS_GUI@
|
|
||||||
CXX = @CXX@
|
|
||||||
CXXFLAGS = @CXXFLAGS@
|
|
||||||
CPPFLAGS = @CPPFLAGS@
|
|
||||||
LDFLAGS = @LDFLAGS@
|
|
||||||
WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
|
|
||||||
TOOLKIT = @TOOLKIT@
|
|
||||||
TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
|
|
||||||
TOOLKIT_VERSION = @TOOLKIT_VERSION@
|
|
||||||
TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@
|
|
||||||
EXTRALIBS = @EXTRALIBS@
|
|
||||||
EXTRALIBS_GUI = @EXTRALIBS_GUI@
|
|
||||||
HOST_SUFFIX = @HOST_SUFFIX@
|
|
||||||
SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@
|
|
||||||
SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
|
|
||||||
|
|
||||||
### Variables: ###
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
WX_RELEASE = 2.7
|
|
||||||
WX_VERSION = $(WX_RELEASE).0
|
|
||||||
LIBDIRNAME = $(top_builddir)lib
|
|
||||||
RICHEDIT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
|
||||||
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
|
|
||||||
-I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS)
|
|
||||||
RICHEDIT_OBJECTS = \
|
|
||||||
$(__richedit___win32rc) \
|
|
||||||
$(__richedit_os2_lib_res) \
|
|
||||||
richedit_wxLayout.o \
|
|
||||||
richedit_kbList.o \
|
|
||||||
richedit_wxllist.o \
|
|
||||||
richedit_wxlparser.o \
|
|
||||||
richedit_wxlwindow.o
|
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
|
||||||
|
|
||||||
@COND_DEPS_TRACKING_0@CXXC = $(CXX)
|
|
||||||
@COND_DEPS_TRACKING_1@CXXC = $(top_builddir)./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_DEBUG_FLAG_DEFAULT@WXDEBUGFLAG = d
|
|
||||||
@COND_DEBUG_FLAG_1@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) $(EXTRALIBS_GUI)
|
|
||||||
@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI)
|
|
||||||
@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI =
|
|
||||||
@COND_PLATFORM_MAC_1@__richedit___mac_setfilecmd = \
|
|
||||||
@COND_PLATFORM_MAC_1@ $(SETFILE) -a C richedit$(EXEEXT)
|
|
||||||
@COND_PLATFORM_MAC_1@__richedit___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
|
|
||||||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
|
||||||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_1 = -d __WXUNIVERSAL__
|
|
||||||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__
|
|
||||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
|
||||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_1 = -d wxNO_EXCEPTIONS
|
|
||||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_2 = --define wxNO_EXCEPTIONS
|
|
||||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI
|
|
||||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_1 = -d wxNO_RTTI
|
|
||||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_2 = --define wxNO_RTTI
|
|
||||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS
|
|
||||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_1 = -d wxNO_THREADS
|
|
||||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_2 = --define wxNO_THREADS
|
|
||||||
@COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL
|
|
||||||
@COND_SHARED_1@__DLLFLAG_p_1 = -d WXUSINGDLL
|
|
||||||
@COND_SHARED_1@__DLLFLAG_p_2 = --define WXUSINGDLL
|
|
||||||
COND_PLATFORM_OS2_1___richedit___os2_emxbindcmd = $(NM) richedit$(EXEEXT) | if \
|
|
||||||
grep -q pmwin.763 ; then emxbind -ep richedit$(EXEEXT) ; fi
|
|
||||||
@COND_PLATFORM_OS2_1@__richedit___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___richedit___os2_emxbindcmd)
|
|
||||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p = -i \
|
|
||||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
|
||||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \
|
|
||||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
|
||||||
@COND_PLATFORM_WIN32_1@__richedit___win32rc = richedit_sample_rc.o
|
|
||||||
@COND_PLATFORM_OS2_1@__richedit_os2_lib_res = \
|
|
||||||
@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
|
|
||||||
@COND_PLATFORM_MACOSX_1@__richedit_bundle___depname = richedit_bundle
|
|
||||||
@COND_TOOLKIT_COCOA@____richedit_BUNDLE_TGT_REF_DEP = \
|
|
||||||
@COND_TOOLKIT_COCOA@ richedit.app/Contents/PkgInfo
|
|
||||||
@COND_TOOLKIT_MAC@____richedit_BUNDLE_TGT_REF_DEP = \
|
|
||||||
@COND_TOOLKIT_MAC@ richedit.app/Contents/PkgInfo
|
|
||||||
COND_MONOLITHIC_0___WXLIB_CORE_p = \
|
|
||||||
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p)
|
|
||||||
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_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_ODBC_BUILTIN@__LIB_ODBC_p = \
|
|
||||||
@COND_WXUSE_ODBC_BUILTIN@ -lwxodbc$(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)
|
|
||||||
COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(REZ) -d __DARWIN__ -t APPL -d \
|
|
||||||
__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) \
|
|
||||||
$(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) -i $(srcdir) $(__DLLFLAG_p_1) -i \
|
|
||||||
$(srcdir)/../../samples $(__RCDEFDIR_p) -i $(top_srcdir)/include -o \
|
|
||||||
richedit$(EXEEXT) Carbon.r sample.r
|
|
||||||
@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
|
|
||||||
|
|
||||||
### Targets: ###
|
|
||||||
|
|
||||||
all: richedit$(EXEEXT) $(__richedit_bundle___depname) data
|
|
||||||
|
|
||||||
install: all
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
|
|
||||||
install-strip: install
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf ./.deps ./.pch
|
|
||||||
rm -f ./*.o
|
|
||||||
rm -f richedit$(EXEEXT)
|
|
||||||
rm -rf richedit.app
|
|
||||||
|
|
||||||
distclean: clean
|
|
||||||
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
|
||||||
|
|
||||||
richedit$(EXEEXT): $(RICHEDIT_OBJECTS) $(__richedit___win32rc)
|
|
||||||
$(CXX) -o $@ $(RICHEDIT_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE) $(EXTRALIBS_FOR_GUI)
|
|
||||||
$(__richedit___mac_rezcmd)
|
|
||||||
$(__richedit___mac_setfilecmd)
|
|
||||||
$(__richedit___os2_emxbindcmd)
|
|
||||||
$(SAMPLES_RPATH_POSTLINK)
|
|
||||||
|
|
||||||
richedit.app/Contents/PkgInfo: richedit$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
|
|
||||||
mkdir -p richedit.app/Contents
|
|
||||||
mkdir -p richedit.app/Contents/MacOS
|
|
||||||
mkdir -p richedit.app/Contents/Resources
|
|
||||||
|
|
||||||
|
|
||||||
sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
|
|
||||||
-e "s/EXECUTABLE/richedit/" \
|
|
||||||
-e "s/VERSION/$(WX_VERSION)/" \
|
|
||||||
$(top_srcdir)/src/mac/carbon/Info.plist.in >richedit.app/Contents/Info.plist
|
|
||||||
|
|
||||||
|
|
||||||
echo -n "APPL????" >richedit.app/Contents/PkgInfo
|
|
||||||
|
|
||||||
|
|
||||||
ln -f richedit$(EXEEXT) richedit.app/Contents/MacOS/richedit
|
|
||||||
|
|
||||||
|
|
||||||
cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns richedit.app/Contents/Resources/wxmac.icns
|
|
||||||
|
|
||||||
@COND_PLATFORM_MACOSX_1@richedit_bundle: $(____richedit_BUNDLE_TGT_REF_DEP)
|
|
||||||
|
|
||||||
data:
|
|
||||||
@mkdir -p .
|
|
||||||
@for f in wxLayout.cpp; do \
|
|
||||||
if test ! -f ./$$f -a ! -d ./$$f ; \
|
|
||||||
then x=yep ; \
|
|
||||||
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
|
|
||||||
fi; \
|
|
||||||
case "$$x" in ?*) \
|
|
||||||
cp -pRf $(srcdir)/$$f . ;; \
|
|
||||||
esac; \
|
|
||||||
done
|
|
||||||
|
|
||||||
richedit_sample_rc.o: $(srcdir)/../../samples/sample.rc
|
|
||||||
$(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include
|
|
||||||
|
|
||||||
richedit_wxLayout.o: $(srcdir)/wxLayout.cpp
|
|
||||||
$(CXXC) -c -o $@ $(RICHEDIT_CXXFLAGS) $(srcdir)/wxLayout.cpp
|
|
||||||
|
|
||||||
richedit_kbList.o: $(srcdir)/kbList.cpp
|
|
||||||
$(CXXC) -c -o $@ $(RICHEDIT_CXXFLAGS) $(srcdir)/kbList.cpp
|
|
||||||
|
|
||||||
richedit_wxllist.o: $(srcdir)/wxllist.cpp
|
|
||||||
$(CXXC) -c -o $@ $(RICHEDIT_CXXFLAGS) $(srcdir)/wxllist.cpp
|
|
||||||
|
|
||||||
richedit_wxlparser.o: $(srcdir)/wxlparser.cpp
|
|
||||||
$(CXXC) -c -o $@ $(RICHEDIT_CXXFLAGS) $(srcdir)/wxlparser.cpp
|
|
||||||
|
|
||||||
richedit_wxlwindow.o: $(srcdir)/wxlwindow.cpp
|
|
||||||
$(CXXC) -c -o $@ $(RICHEDIT_CXXFLAGS) $(srcdir)/wxlwindow.cpp
|
|
||||||
|
|
||||||
|
|
||||||
# Include dependency info, if present:
|
|
||||||
@IF_GNU_MAKE@-include .deps/*.d
|
|
||||||
|
|
||||||
.PHONY: all install uninstall clean distclean richedit_bundle data
|
|
@@ -1,309 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *Micon_xpm[] = {
|
|
||||||
/* width height num_colors chars_per_pixel */
|
|
||||||
" 64 48 254 2",
|
|
||||||
/* colors */
|
|
||||||
".. c #040207",
|
|
||||||
".# c #6482b4",
|
|
||||||
".a c #2a4471",
|
|
||||||
".b c #9cc2d4",
|
|
||||||
".c c #4c627f",
|
|
||||||
".d c #94918e",
|
|
||||||
".e c #0c243e",
|
|
||||||
".f c #4c4a4a",
|
|
||||||
".g c #3c63a8",
|
|
||||||
".h c #7ca2ac",
|
|
||||||
".i c #24447e",
|
|
||||||
".j c #2c2c2c",
|
|
||||||
".k c #5482cc",
|
|
||||||
".l c #d4d0d0",
|
|
||||||
".m c #99aab7",
|
|
||||||
".n c #5c74b1",
|
|
||||||
".o c #2c5287",
|
|
||||||
".p c #1a2a4d",
|
|
||||||
".q c #acdefc",
|
|
||||||
".r c #646362",
|
|
||||||
".s c #7491d0",
|
|
||||||
".t c #bcc4bf",
|
|
||||||
".u c #5273aa",
|
|
||||||
".v c #b4b1aa",
|
|
||||||
".w c #3d5583",
|
|
||||||
".x c #828482",
|
|
||||||
".y c #8c9490",
|
|
||||||
".z c #6f7369",
|
|
||||||
".A c #1c365c",
|
|
||||||
".B c #041220",
|
|
||||||
".C c #2c325c",
|
|
||||||
".D c #94b6e4",
|
|
||||||
".E c #3e4242",
|
|
||||||
".F c #648edc",
|
|
||||||
".G c #d4f2fc",
|
|
||||||
".H c #cbd3d1",
|
|
||||||
".I c #3c54a1",
|
|
||||||
".J c #243244",
|
|
||||||
".K c #4c69aa",
|
|
||||||
".L c #7c8ba2",
|
|
||||||
".M c #4c5d84",
|
|
||||||
".N c #34497f",
|
|
||||||
".O c #1c2228",
|
|
||||||
".P c #6484c5",
|
|
||||||
".Q c #6a7788",
|
|
||||||
".R c #9ba09b",
|
|
||||||
".S c #2c3634",
|
|
||||||
".T c #acb6b4",
|
|
||||||
".U c #141517",
|
|
||||||
".V c #a0c4e8",
|
|
||||||
".W c #515753",
|
|
||||||
".X c #5c76cc",
|
|
||||||
".Y c #1b2f51",
|
|
||||||
".Z c #4472c4",
|
|
||||||
".0 c #7c8a88",
|
|
||||||
".1 c #5a6262",
|
|
||||||
".2 c #a4aba6",
|
|
||||||
".3 c #bcc8d5",
|
|
||||||
".4 c #7494df",
|
|
||||||
".5 c #84b2d4",
|
|
||||||
".6 c #6784d9",
|
|
||||||
".7 c #acd3e4",
|
|
||||||
".8 c #304b72",
|
|
||||||
".9 c #2c4c81",
|
|
||||||
"#. c #3c5b93",
|
|
||||||
"## c #5468bc",
|
|
||||||
"#a c #b5bbb0",
|
|
||||||
"#b c #1c3765",
|
|
||||||
"#c c #444e44",
|
|
||||||
"#d c #ecece8",
|
|
||||||
"#e c #7ca3dc",
|
|
||||||
"#f c #d4deda",
|
|
||||||
"#g c #345495",
|
|
||||||
"#h c #1c2641",
|
|
||||||
"#i c #94a6cc",
|
|
||||||
"#j c #243252",
|
|
||||||
"#k c #a7acb5",
|
|
||||||
"#l c #5c7ab3",
|
|
||||||
"#m c #0a152d",
|
|
||||||
"#n c #c4def0",
|
|
||||||
"#o c #686e84",
|
|
||||||
"#p c #a4a19e",
|
|
||||||
"#q c #3e3c3a",
|
|
||||||
"#r c #84aaee",
|
|
||||||
"#s c #040a09",
|
|
||||||
"#t c #3c6294",
|
|
||||||
"#u c #7c929c",
|
|
||||||
"#v c #3c5c9d",
|
|
||||||
"#w c #4e6ead",
|
|
||||||
"#x c #344458",
|
|
||||||
"#y c #446bae",
|
|
||||||
"#z c #696b6a",
|
|
||||||
"#A c #547cbc",
|
|
||||||
"#B c #789ae3",
|
|
||||||
"#C c #112a44",
|
|
||||||
"#D c #4f504b",
|
|
||||||
"#E c #2c3140",
|
|
||||||
"#F c #8c8688",
|
|
||||||
"#G c #5e5c5c",
|
|
||||||
"#H c #8c8c80",
|
|
||||||
"#I c #cccccc",
|
|
||||||
"#J c #4c6398",
|
|
||||||
"#K c #c7cbc4",
|
|
||||||
"#L c #5174b8",
|
|
||||||
"#M c #3d558e",
|
|
||||||
"#N c #2c3c5f",
|
|
||||||
"#O c #acbad4",
|
|
||||||
"#P c #3f495a",
|
|
||||||
"#Q c #354e82",
|
|
||||||
"#R c #6a8ac7",
|
|
||||||
"#S c #767c84",
|
|
||||||
"#T c #30374b",
|
|
||||||
"#U c #b1c9e7",
|
|
||||||
"#V c #1b315d",
|
|
||||||
"#W c #537bcb",
|
|
||||||
"#X c #c4bec0",
|
|
||||||
"#Y c #243e6a",
|
|
||||||
"#Z c #969892",
|
|
||||||
"#0 c #7e858e",
|
|
||||||
"#1 c #94b3f1",
|
|
||||||
"#2 c #c2d4e8",
|
|
||||||
"#3 c #141e35",
|
|
||||||
"#4 c #acb2ac",
|
|
||||||
"#5 c #c4ced0",
|
|
||||||
"#6 c #2b4d8e",
|
|
||||||
"#7 c #445ca2",
|
|
||||||
"#8 c #2c3e6f",
|
|
||||||
"#9 c #14243e",
|
|
||||||
"a. c #f1fdfa",
|
|
||||||
"a# c #8c9abc",
|
|
||||||
"aa c #d7f9f9",
|
|
||||||
"ab c #5a697e",
|
|
||||||
"ac c #c7ebf7",
|
|
||||||
"ad c #bceefc",
|
|
||||||
"ae c #b4c2b4",
|
|
||||||
"af c #889cf0",
|
|
||||||
"ag c #d8d6c8",
|
|
||||||
"ah c #748598",
|
|
||||||
"ai c #b4d2fc",
|
|
||||||
"aj c #4c5eb0",
|
|
||||||
"ak c #3f4f64",
|
|
||||||
"al c #8492bc",
|
|
||||||
"am c #161d1e",
|
|
||||||
"an c #5d7dcf",
|
|
||||||
"ao c #5c86d6",
|
|
||||||
"ap c #9cacc8",
|
|
||||||
"aq c #6c92e6",
|
|
||||||
"ar c #e4ecec",
|
|
||||||
"as c #89b7ef",
|
|
||||||
"at c #a6d0f8",
|
|
||||||
"au c #e4e2e0",
|
|
||||||
"av c #8c98a4",
|
|
||||||
"aw c #ccdaec",
|
|
||||||
"ax c #94bee4",
|
|
||||||
"ay c #232b2b",
|
|
||||||
"az c #1c2b43",
|
|
||||||
"aA c #0c1c33",
|
|
||||||
"aB c #99bcf7",
|
|
||||||
"aC c #6c72bc",
|
|
||||||
"aD c #7c766c",
|
|
||||||
"aE c #a4a2b4",
|
|
||||||
"aF c #6c7eac",
|
|
||||||
"aG c #e4d6dc",
|
|
||||||
"aH c #e4fefc",
|
|
||||||
"aI c #84aeb4",
|
|
||||||
"aJ c #b4b6bf",
|
|
||||||
"aK c #345b9b",
|
|
||||||
"aL c #bce2ef",
|
|
||||||
"aM c #ccc6bc",
|
|
||||||
"aN c #82a3ef",
|
|
||||||
"aO c #7c7b77",
|
|
||||||
"aP c #040c1e",
|
|
||||||
"aQ c #6c7e94",
|
|
||||||
"aR c #9ca69c",
|
|
||||||
"aS c #acbebc",
|
|
||||||
"aT c #a2cafa",
|
|
||||||
"aU c #545e5f",
|
|
||||||
"aV c #5c6a74",
|
|
||||||
"aW c #cae6ee",
|
|
||||||
"aX c #5c6e7c",
|
|
||||||
"aY c #5474c6",
|
|
||||||
"aZ c #fcfaf4",
|
|
||||||
"a0 c #344672",
|
|
||||||
"a1 c #446ec4",
|
|
||||||
"a2 c #b4c4d4",
|
|
||||||
"a3 c #313231",
|
|
||||||
"a4 c #9cb2b4",
|
|
||||||
"a5 c #345a8c",
|
|
||||||
"a6 c #7496d4",
|
|
||||||
"a7 c #0c1a24",
|
|
||||||
"a8 c #444a47",
|
|
||||||
"a9 c #343e3c",
|
|
||||||
"b. c #dce6e4",
|
|
||||||
"b# c #a9b2bc",
|
|
||||||
"ba c #a6a6a3",
|
|
||||||
"bb c #446a9c",
|
|
||||||
"bc c #c4f2f8",
|
|
||||||
"bd c #445667",
|
|
||||||
"be c #727475",
|
|
||||||
"bf c #6a7896",
|
|
||||||
"bg c #9aa0a7",
|
|
||||||
"bh c #9ec4fa",
|
|
||||||
"bi c #545a61",
|
|
||||||
"bj c #6474e0",
|
|
||||||
"bk c #546674",
|
|
||||||
"bl c #b8bcbd",
|
|
||||||
"bm c #5d7cbf",
|
|
||||||
"bn c #515255",
|
|
||||||
"bo c #979a9f",
|
|
||||||
"bp c #849cd0",
|
|
||||||
"bq c #546a8f",
|
|
||||||
"br c #d7d8d5",
|
|
||||||
"bs c #688ada",
|
|
||||||
"bt c #4f6ebe",
|
|
||||||
"bu c #343e4c",
|
|
||||||
"bv c #dafefc",
|
|
||||||
"bw c #acd6fc",
|
|
||||||
"bx c #b4b6b0",
|
|
||||||
"by c #8c9a94",
|
|
||||||
"bz c #203a44",
|
|
||||||
"bA c #a4b6c8",
|
|
||||||
"bB c #4c6a98",
|
|
||||||
"bC c #040214",
|
|
||||||
"bD c #5c74be",
|
|
||||||
"bE c #4c5c98",
|
|
||||||
"bF c #24325c",
|
|
||||||
"bG c #8c8c8f",
|
|
||||||
"bH c #4464a7",
|
|
||||||
"bI c #2c457e",
|
|
||||||
"bJ c #5c83c7",
|
|
||||||
"bK c #34538a",
|
|
||||||
"bL c #b4dff1",
|
|
||||||
"bM c #7c92d4",
|
|
||||||
"bN c #c4c4c0",
|
|
||||||
"bO c #243759",
|
|
||||||
"bP c #0c151e",
|
|
||||||
"bQ c #9cb2d4",
|
|
||||||
"bR c #6c8fd3",
|
|
||||||
"bS c #546aab",
|
|
||||||
"bT c #848c9f",
|
|
||||||
"bU c #242420",
|
|
||||||
"bV c #6c83c0",
|
|
||||||
"bW c #343935",
|
|
||||||
"bX c #848b89",
|
|
||||||
"bY c #acaca6",
|
|
||||||
"bZ c #c4cad0",
|
|
||||||
"b0 c #445c90",
|
|
||||||
"b1 c #243865",
|
|
||||||
"b2 c #dce0dc",
|
|
||||||
"b3 c #747b76",
|
|
||||||
"b4 c #8cacee",
|
|
||||||
"b5 c #0c0c08",
|
|
||||||
"b6 c #446299",
|
|
||||||
"b7 c #8493a4",
|
|
||||||
/* pixels */
|
|
||||||
"................................................................................................................................",
|
|
||||||
"..................................bC....bC....bC..bC....bC..bCbCbCbC..bCbC..bC..bC..bC..bCbC..bC..bC....bC....bC................",
|
|
||||||
"..#9#C#h#C.p.Y.Y.Y#j.Y.Y.Y#V#V#Vb1bFb1b1#8#Y.a.a#Q#Q.a.N#Q.abI.i.9bI#Q#MbK#M.wb0#M.9.N.N.N.9.abI.a#Y#Yb1b1#b#bb1b1b1#V#V#V#Vaz..",
|
|
||||||
"..#h#C.p.p#9.Y.Y#j.AbObO.A.AbO.Ab1#Y#Y#8.a.aa0.N.8.w.w#QbK.w.ibI.9#6#Q#.#Mb0b0#J#MbK#M.NbK.N.9.NbI.N#YbIb1#Y#8#8bOb1bO#j#V#Caz..",
|
|
||||||
"..#9.e#h#C.p.p.Y.YbO.A#b#N.a#8#Y#bb1#8#Y.Na0.9.8#Q.w.Mb0#Q#MbK.9bK#g#6.Kb6#J#J#wb0#M#MbKbK#Q#M.9bI.N.N.a.N.a.a.ab1b1#V.Y#V.Y.Y..",
|
|
||||||
"..#9#C.p#h.p.p.p.Y#VbO#b.a.ia0.9#Q.N#YbI.a.N.N.N.w#Q.wb6b6b0b6#.#g#v#M.K#w#L.n.n#vbH#.bH.Ib6aK#MbK.9#Q#Q#Q#Q.a#Yb1.AbF#VbO.Y#j..",
|
|
||||||
"..#h#h.p.p.p.Y.p#bbF#bb1#Y.a.8.N#Q#M#M#Q.N.9#QbK#M#Mb0b0.ubB.K.K#..K#v#w.nbmbV.nbHbS#w#7#w#vb0#.#M#Mb0#M#Q.9#Y#Yb1#Yb1b1.Y.Y.Y..",
|
|
||||||
"..#h#9.p.p.p#V#V#b#b#Y#Y.a.ibI.N.w#Mb0b6#7#M#Q#QbK#.b6b6bq#l.n#LbHbH#y#L#R.s.4#AaY#w#w#L.K.KbH.g.KbH#v#M.9bI.i.8.a#Yb1.A.A.A#j..",
|
|
||||||
"..#h#C.p.p.Y#V#V#bb1.abIbI#6.o.o#g.oaK#tbH.K.KbH#M.Iaj.K#w.n#R.P#Rbt#W#W.4bpb4aoanbsaobm#La1#L#A#L.ga5bK#g#g#Q.8#Y#bb1b1bOb1bO..",
|
|
||||||
"...p.p.Y#V.Y#V.Ab1#YbI.9#Q#Q#M#M#7#7#M#v.M#J.K.K.nbS#MbH.nbm.#b4.s#Baq#Wb4aB#1aqaq#R.P.##l#RbmbD.K#7#J#J#.#Q.9.i.N.a#Y#Yb1.Aaz..",
|
|
||||||
"..az#C#V#j#V.A#N#8.N.N.ibObz#T.J#E.J#T#Tbu.Y.8#..K.nbVbD#wbm.4a6aTb4aoaNaTaiasaNa6.n.m.3bZ#2bN.3aR#2#2.3#J#Q#MbK.8.a#8#b.AbO#j..",
|
|
||||||
"..#h.p.p.Y.Yb1bO.ibI#g#Mbd#hambU.jbW.Sa3aybP.Y.9bHbH.ubm#BbM.P#rbhbc.qasbL.G.VbhaBbpbZaJbobxbl#I#a#abXbP#V.9#6.NbI#8#8#bbF#V#j..",
|
|
||||||
"..az#C.Y.Y.Y#bb1.abI#Q.oaj#Pa3a3aya3a3bW.Eayb0.K.g#y.K#LanbRbhaTaxbLbvbLbvbvaLadaTai.mbobYba#Xbl.H#I#P#m#.#M#QbIbI#Y#Yb1#b#V#j..",
|
|
||||||
"..az.p.p#VbObO#Y.a.N#g#g.I#xbW.j.ja3.E.Ebnbib0bmananbm#wanbs.4asacbLbvaHa.aHbvbc.7aIbY#p#pblbl#Kbe#F#k#9#..I#g#6.i#8#8b1b1.A#j..",
|
|
||||||
"..#h#C.p.YbO#bb1a0bIbKbK#7#xaya3.jaya3#q.Wbn.J.wbD#Lbm.X#Bb4bhat.b#na.a.a.aZaHaHaW#k#a.vagbNaObl#I.vb3#3#w.K#7#v#M#QbIa0#Y#N#N..",
|
|
||||||
"..#haz.p#V.YbO#Y#Y.N.9#g#7#P.EbUa8#q#D.f.f.fbi#hbB#LaY.n.P#R#e.5.7aLa.a.aZaZa.a.aS#5#p.d#p.t.l.HbYaObo.Y#w.Kb6#.#M.Na0.a#8#NbO..",
|
|
||||||
"..#h#C.YbO#V#N#Y.8#Q#g#t##ak.j.W.f.Wbn#Gbe#zbnaU.M#Ra6#eaNb4bh.7bLaWa.aZaZaZa.br.H.2ba.H.T#fau.H.H#p.x#3#w.K#tb0#Q#Q.a#8#Nb1bO..",
|
|
||||||
"..az#j#j.Ab1#N.a.8#Q#.bb##ak.Ebnbn.1.Ua8.zaO#z.xbubqbsbR.saqaN#1bw.7aaaHa.b.a.a4bZ#k#dbgbP.H#IbG#4bY#o#9#w.K#7b0#Q.8.a#8#NbObO..",
|
|
||||||
"..az#j.Y.YbO#8.a.8#Q#7#t##bd.r#D#D.rbPaV#G#z.x.y#z.p.u#W.6#B#r#eaTaTaLaWaaaI#5#aau#XbraU#8.HbN.T.RbY#0#9#w.Kb6#M#Q#Qa0#Y#Y#N#N..",
|
|
||||||
"..#h#j.YbOb1bO#Ya0.NbKa5aj.c.f#G#z.1#3.Mbe#zaO.x#pbT#.bmbsbs.F#1#easat.Gbc.hb.b2aragbgbPaC.3#k.v#4babe#9.KbH#7b0#Qak.a.i#N#Y#T..",
|
|
||||||
"..az.Y#j.Y.Ab1#Y.8.N#gbK.IaX.r.raDaV.Bb0bfbeb3bab3#HazbBaYbsaqbRaf#1.DaB#na2#K#4b3.ybC.Yaf#k#Z.y.d#p#S#3#v#7#M#g.N.N.a#N#Y#NbO..",
|
|
||||||
"..#h.p#C#jbFbO#8.a.NbK#.#7bk.z.zb3#H#9aKbm#J.y#Hbablb#.e.PaqbmbsaNaN#1aB#2bZ.x.2aub3.AbSbjapbobobo.rbn#9#v#gbK.9bI.a.a#Yb1bObO..",
|
|
||||||
"..#haz.YbF#VbO#Y.abI#QaK.I.Q.z.WaO#za7b0an.ub#.R.y.R#XbXbEbtbJbR#Bbsb4.D.3.v#p#za3#s.ubJbj#u.WbWb3.Rbe#9#v#v#g.9bI#Yb1b1#b.A#j..",
|
|
||||||
"..#h#C.p#C.Y#bbO#YbI.9.o.Iab#Zb3.x.da7bK#WbmalbTae.t#F#Gaz.nbsaqbJ.6#R#U#aaMbx#KbPbz#laoanb#ba.2.RbG#G#9#v#v#g.9bI.ab1#bbF#Vaz..",
|
|
||||||
"..#haz.p.p#V#Vb1#Y.a#6bK#7bk.1#z#Z.y#m#.a1a1bq.LbX#HblbN.3#N.PaobJafbQ.3.tblbx.TazbB.X.kaYb7bG.d.x#ZaV#3bH#v#Q.NbI#8b1b1.A.Y.Y..",
|
|
||||||
"..az#h#C.p#VbO#b#YbIbK#g#7aQ.d.y.RbX#mbK#y#ybt.#bZ#IaM.l.2bdbmanaobMap.t.2bY.2.ObO.s.X#W.6bX#F.yaOaD#G#9b6#7.I#Q.a.ab1#bbF.Y.Y..",
|
|
||||||
"..#9#h.p.p#V#Vb1.a.NbK#..IaQ.xbob3aO#m.9#L.ZaY#w#iaJagaGbr#5.8aF.4a#blbN#Z#Z.WaP#l#l.6#WaY#0aO.y.xb3#PaA#7b6bK#QbI#8b1bO.A#V.Y..",
|
|
||||||
"..#h.p#C#V.YbO#Y.abI.9aK.Ibf#D.1bYbY#mbK#ybt#ybHbSbT#aba.tbx#S.M#B.y#kbxbYbYaP.YbR#A.6bmbt.Lb3#z.W#Dbn#3bK#.#M#Q.N#Yb1b1#V.Yaz..",
|
|
||||||
"..#h#C.p#V.p#b.A.a#Y#Q#..Ib7#kbe#4#pa7bK#ybH.g.gbHbfbZbN#4bNbgakah#Zbg#F.x.1#9bK.P#A.X.#btbTaO.W.r.ra8.e#Q.o#Q#Q.a.ab1bO.A.Yaz..",
|
|
||||||
"..#h.p#h#C#VbOb1#YbI.9.o.I.L#H#Z.2.vaA#QbHaK.g.g#y#7#nbr#a.H.vaE.zaU#4blbebCbIaK#Lbm#LbJbtaXaO.z#z#G.EaA#g#Q.9bI.a.a#Nb1#jbO.Y..",
|
|
||||||
"..#h#C#h#V.p#V.A.a#8.9.9.Iah#4bY#4bGbP#QaKaKaKaK#7#wbEbg.z.zay.E#a#K.2#ZbCbO#v#gbH.Xbb.ubDbk#z.r#c.f.E#9#Q#6bI.i#8b1#YbO.AbO.J..",
|
|
||||||
"..#h.p#9.p.p#b.A#8#Y.9.9.I.0.R.2bN#XbP.NaK.IaK#v.IbS.KaQaR.Wbl#K.RbY.R.y#9#M#gaKbH.Kbb#yaCbk.r#Ga8#D#TaAbK#6.i.a#Y#bbObO.Y#jaz..",
|
|
||||||
"..#9#9.p.p.Y#V.Ab1#YbI.9#7a#bn.Hb2#FaP.a.I#g#g#g#v#7bHb0.L.HbY.y.0#ZaObC.8b0#g#6aKbH#wbb#LaX#D#q.Ea3.UaAbK#QbI#Y#Y#bbO.AbO.Y.Y..",
|
|
||||||
"..#9#h#h#C.p.Y#V#Y#Y#6.obEbk.H.2bUbe#m.a#g#g#Q#M#M#vaK#6bq#k.d.x.y#Z..az#M#v.o#6.o#v#L#tbSbda8bU.Ub5.O#3#6#6bI.ib1#bbF.Y#C.Yaz..",
|
|
||||||
"..#9#9.p.p.p#Vb1#Y.N#6.o#Q#O.R.xaM.HaPa0bK#Q#Q#M#M#MbK#gb0akb3aO.xbX#9#x#v#g.N#6.9.wbH#yb0bn#D.f#q.j.U#3.N#6#8.i#b#b.Y.p.Y.paz..",
|
|
||||||
"..#9#h#9.p.p#V#bb1#8bI#g.NbAb.br.t#H#m#Y#Q#g#Q.9.9.N#6.o#gb0avbG#Z...Y.w#g#6bIbIbIbK#v.K#Ma7#s#s....#haA#Q.NbI#Yb1#V#V#V.p.paz..",
|
|
||||||
"..#9#9#9.p.p#VbO#Y#8#6.i#M.Q#z.H#f#K.B#Y#6.9.N.9bIbI.9.9#M#M#JbybP.B.Nb0.NbIbI#Y.ibI#vbH.wbubW.E.Sa3a7#m.o#Q#Y#Yb1#V#V#C.p.p.e..",
|
|
||||||
"..#3#9#9#9.Y#V#VbF#Y#8#6ak#O#db2br.HaP#N.N#QbIbI.a#Y.i.8#M#Qa0.L.B.p#Q#Q.i.i.i#Y.ibI#Q#..c.E.ja3a3bWambP.N.9#Y#Y#b#b#V.p.p.p#9..",
|
|
||||||
"..#3.e#9.p.p.Y.Yb1b1#Y#.#Ubgbl.T#S..aw#obI.a.a#8#Y#Y.a#YbI.Na0.8bO#8a0#Qa0#8b1#Y#Y#8#Q.ibO#Ta9a9bWa3ay#Eb1.a.ab1#V#V.Y.p.p.e#9..",
|
|
||||||
"..#3#9.p#h#C.p.Y#Vb1#b#V.a.Y.Y.Y#CazbO.eb1#8#Y#b#bb1b1#8bI#Y.8.abIb1#Y.Nb1#Y#Y#Y#b#Y.9.8.8.C.JbO#j.Yaz#C.p.Y#bb1#V.p.p.p#C.e#9..",
|
|
||||||
"..#9#9#9.p#9.p.Y.Y#V#b#bb1#8.i#8.a.a#Y#Y#Y#Yb1b1#b#bb1#N#Y#8b1#Y#Yb1#8#Yb1#b#b#b#bb1#Y.N.w.8.N.8#Q.8.i.a#b#Y#bbO#V.Y.p#C.p.p#9..",
|
|
||||||
"..#3#9.e#9.p.p#9#C.Y#V#b#b#b#Y#Y#Y#Y#Y#Yb1b1bO#V.Y#j#Vb1b1bObObObO.Ab1#N.A.AbF#V#V#V#b#8.aa0.a.ibI.8#Y#Yb1#V#V#V#V.p.p#9.p.e#9..",
|
|
||||||
"..#3#3#9.e.e.p.p.p.p#V.Y#b#b#Vb1#b#Yb1.A#V.Y.Y.Y.Y.Y.A#j.YbO#VbO.Y#jbO#b#j#j#V.Y#V#V#bb1#Y.a#Yb1.a#8b1b1#b.A#V#C.p.p.p.p.e.e#9..",
|
|
||||||
"..#3aAaA#3#9.e.e#9#C#C.Y.p.Y#V#VbF#VbO.Y#j.p.p.Y#C#j.Y#j.Y#j.Y#j.Y.YbO.Y#j.Y.p.p.p.p.Y#VbOb1#NbObOb1b1.A#V.p.p.p#C.p#9#9#9.e#9..",
|
|
||||||
"..#3#9.e#3aA#9.e#9.p.p.e.p.p.p#V#j.Y.Y.Y#9.p.p#9.Yaz.Yaz.paz.Y.paz.Y.Y#j#C.p#C.p#C#C.p#V#VbO#VbF#V#j#V#j.p.p.p#C.p#9#C#C#9.e#9..",
|
|
||||||
"..#3aA#9aA#9aA.e#9.e#9#9.p.p.p.p#Caz.Y#C.p.p#9.p#C#Caz.p#Caz.Y#C.p#9#j.p#h.p#C#C#C.e.p#9.Y#j.Y.Y.p.p.p#C.p.p#9#9#9#9#9.e#9.e#3..",
|
|
||||||
"..#3.e#3.e#3.e#9#9aA#9.e.e.e.p#C.p#h#Caz#9.p.p.p#h.Y#9.p.p#C.paz.p#h.Yaz#9.p#C.e.e.e.p.p#9.p.paz#C.paz.Y#9.p.e#9.e#9#9#9#9aA#9..",
|
|
||||||
"......bC..bC..bCbCbCbCbCbCbC..bC....bC..bCbCbCbCbC..bC....bC......bC..bCbCbCbCbCbCbCbCbCbCbC....bC......bCbC..bC..bC..bC........"
|
|
||||||
};
|
|
@@ -1,8 +0,0 @@
|
|||||||
/*
|
|
||||||
This is an empty Mpch.h file to allow me to move the
|
|
||||||
wxl* files between Mahogany and the wxLayout sample
|
|
||||||
without modifying them.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// static int _mpch_dummy = 0;
|
|
||||||
|
|
@@ -1,58 +0,0 @@
|
|||||||
|
|
||||||
README for wxLayout classes
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
All the source in this directory is copyrighted under the
|
|
||||||
GPL (GNU GENERAL PUBLIC LICENSE), version 2,
|
|
||||||
by Karsten Ballueder <ballueder@usa.net>.
|
|
||||||
|
|
||||||
|
|
||||||
This is still work in progress, so if you want to make any significant
|
|
||||||
changes, please get in touch with me before.
|
|
||||||
|
|
||||||
|
|
||||||
*** THIS SOURCE IS USUALLY OUTDATED AND FOR DEMONSTRATION ONLY ***
|
|
||||||
*** GET THE VERY LATEST VERSION OF THE WXLAYOUT CLASSES FROM ***
|
|
||||||
*** THE SOURCE OF THE MAHOGANY MAIL/NEWS CLIENT, AVAILABLE FROM ***
|
|
||||||
*** http://www.wxwindows.org/Mahogany/ ***
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
There are three building blocks for rich text editing:
|
|
||||||
|
|
||||||
wxllist :
|
|
||||||
|
|
||||||
The wxLayoutList layout engine. It is a linked list of wxLayoutObjects
|
|
||||||
which can arrange and display them on any wxDC. I am trying to keep
|
|
||||||
this class as simple as possible, to be just the core layout
|
|
||||||
engine. All "convenience" functions should be defined in classes built
|
|
||||||
on top of this.
|
|
||||||
The wxLayoutList is derived from kbList, a double-linked list with an
|
|
||||||
interface modelled after the STL list. As wxLayoutList depends on the
|
|
||||||
way kbList treats iterators (i.e. the iterator value after an insert()
|
|
||||||
or erase() operation), I don't feel like rewriting it for wxList.
|
|
||||||
|
|
||||||
wxlwindow :
|
|
||||||
|
|
||||||
Contains a class wxLayoutWindow, derived from wxScrolledWindow which
|
|
||||||
can directly be used as a rich-text display or editing window. The
|
|
||||||
function responsible for keyboard handling is virtual and can be
|
|
||||||
overloaded for different keybindings. wxLayoutWindow can sent fake
|
|
||||||
menu-events to the application to react to the user clicking on
|
|
||||||
objects.
|
|
||||||
|
|
||||||
wxlparser:
|
|
||||||
|
|
||||||
Contains several high level functions operating on
|
|
||||||
wxLayoutList. Currently implemented is inserting of text (including
|
|
||||||
linebreaks) and export of objects, text or html.
|
|
||||||
Planned for the future is an html parser for importing html.
|
|
||||||
|
|
||||||
|
|
||||||
wxLayout.cpp is a simple test program. It will export Text and HTML to
|
|
||||||
stdout and demonstrate some of the features and bugs of wxLayoutList.
|
|
||||||
|
|
||||||
There are still things to do and I'm working on them. :-)
|
|
||||||
|
|
||||||
Karsten Ballueder <Ballueder@usa.ne> 29 June 1998
|
|
||||||
|
|
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
BUGS
|
|
||||||
=====================================================================
|
|
||||||
|
|
||||||
- word wrap for objects with lots of non-space needs to search in positive
|
|
||||||
direction if begin of first object is reached
|
|
||||||
|
|
||||||
TODO
|
|
||||||
=====================================================================
|
|
||||||
|
|
||||||
- use printsetup margins
|
|
||||||
|
|
||||||
- UNDO!!
|
|
||||||
- replacement of llist in window
|
|
||||||
|
|
||||||
- update rectangle (needs support in wxllist and wxWindows)
|
|
||||||
--> needs a bit of fixing still
|
|
||||||
some code bits are commented out in wxlwindow.cpp
|
|
||||||
offset handling seems a bit dodgy, white shadow to top/left of cursor
|
|
||||||
|
|
||||||
- add wxHTML parser to import HTML
|
|
||||||
- add some kind of callback for objects with userdata
|
|
||||||
- use wxTempFile to get rid of temporary image files
|
|
@@ -1,55 +0,0 @@
|
|||||||
#*****************************************************************************
|
|
||||||
# *
|
|
||||||
# Make file for VMS *
|
|
||||||
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
|
|
||||||
# Date : 15 October 2001 *
|
|
||||||
# *
|
|
||||||
#*****************************************************************************
|
|
||||||
.first
|
|
||||||
define wx [--.include.wx]
|
|
||||||
|
|
||||||
.ifdef __WXMOTIF__
|
|
||||||
CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
|
|
||||||
/assume=(nostdnew,noglobal_array_new)
|
|
||||||
.else
|
|
||||||
.ifdef __WXGTK__
|
|
||||||
CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
|
|
||||||
/assume=(nostdnew,noglobal_array_new)
|
|
||||||
.else
|
|
||||||
CXX_DEFINE =
|
|
||||||
.endif
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.suffixes : .cpp
|
|
||||||
|
|
||||||
.cpp.obj :
|
|
||||||
cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
|
|
||||||
|
|
||||||
all :
|
|
||||||
.ifdef __WXMOTIF__
|
|
||||||
$(MMS)$(MMSQUALIFIERS) wxlayout.exe
|
|
||||||
.else
|
|
||||||
.ifdef __WXGTK__
|
|
||||||
$(MMS)$(MMSQUALIFIERS) wxlayout_gtk.exe
|
|
||||||
.endif
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.ifdef __WXMOTIF__
|
|
||||||
wxlayout.exe : wxlayout.obj,kbList.obj,wxllist.obj,wxlparser.obj,wxlwindow.obj
|
|
||||||
|
|
||||||
cxxlink wxlayout,kbList.obj,wxllist.obj,wxlparser.obj,wxlwindow.obj,\
|
|
||||||
[--.lib]vms/opt
|
|
||||||
.else
|
|
||||||
.ifdef __WXGTK__
|
|
||||||
wxlayout_gtk.exe : wxlayout.obj,kbList.obj,wxllist.obj,wxlparser.obj,\
|
|
||||||
wxlwindow.obj
|
|
||||||
cxxlink/exec=wxlayout_gtk.exe wxlayout,kbList.obj,wxllist.obj,\
|
|
||||||
wxlparser.obj,wxlwindow.obj,[--.lib]vms_gtk/opt
|
|
||||||
.endif
|
|
||||||
.endif
|
|
||||||
|
|
||||||
wxlayout.obj : wxlayout.cpp
|
|
||||||
kbList.obj : kblist.cpp
|
|
||||||
wxllist.obj : wxllist.cpp
|
|
||||||
wxlparser.obj : wxlparser.cpp
|
|
||||||
wxlwindow.obj : wxlwindow.cpp
|
|
@@ -1,367 +0,0 @@
|
|||||||
/*-*- c++ -*-********************************************************
|
|
||||||
* kbList.cc : a double linked list *
|
|
||||||
* *
|
|
||||||
* (C) 1998 by Karsten Ball<6C>der (Ballueder@usa.net) *
|
|
||||||
* *
|
|
||||||
* $Id$ *
|
|
||||||
* *
|
|
||||||
* $Log$
|
|
||||||
* Revision 1.5 2005/09/23 12:52:18 MR
|
|
||||||
* Nuke #pragma implementation/interface's
|
|
||||||
*
|
|
||||||
* Revision 1.4 2005/05/31 09:19:38 JS
|
|
||||||
* Typo correction patch [ 1208110 ] Lots of typo corrections
|
|
||||||
* Olly Betts
|
|
||||||
*
|
|
||||||
* Revision 1.3 2004/08/06 17:27:18 ABX
|
|
||||||
* Deleting void is undefined.
|
|
||||||
*
|
|
||||||
* Revision 1.2 2002/01/16 13:39:50 GT
|
|
||||||
* Added checks for wxUSE_IOSTREAMH to determine which iostream(.h) to use
|
|
||||||
*
|
|
||||||
* Revision 1.1 1999/06/07 09:57:12 KB
|
|
||||||
* Formerly known as wxLayout.
|
|
||||||
*
|
|
||||||
* Revision 1.3 1998/11/19 20:34:50 KB
|
|
||||||
* fixes
|
|
||||||
*
|
|
||||||
* Revision 1.8 1998/09/23 08:57:27 KB
|
|
||||||
* changed deletion behaviour
|
|
||||||
*
|
|
||||||
* Revision 1.7 1998/08/16 21:21:29 VZ
|
|
||||||
*
|
|
||||||
* 1) fixed config file bug: it was never created (attempt to create ~/.M/config
|
|
||||||
* always failed, must mkdir("~/.M") first)
|
|
||||||
* 2) "redesign" of "Folder properties" dialog and bug corrected, small change to
|
|
||||||
* MInputBox (it was too wide)
|
|
||||||
* 3) bug in ProvFC when it didn't recognize the books as being in the correct
|
|
||||||
* format (=> messages "can't reopen book") corrected
|
|
||||||
* 4) I tried to enhance MDialog_About(), but it didn't really work... oh well,
|
|
||||||
* I've never said I was an artist
|
|
||||||
*
|
|
||||||
* Revision 1.6 1998/07/08 11:56:56 KB
|
|
||||||
* M compiles and runs on Solaris 2.5/gcc 2.8/c-client gso
|
|
||||||
*
|
|
||||||
* Revision 1.5 1998/06/27 20:07:18 KB
|
|
||||||
* several bug fixes for kbList
|
|
||||||
* started adding my layout stuff
|
|
||||||
*
|
|
||||||
* Revision 1.1.1.1 1998/06/13 21:51:12 karsten
|
|
||||||
* initial code
|
|
||||||
*
|
|
||||||
* Revision 1.4 1998/05/24 14:48:00 KB
|
|
||||||
* lots of progress on Python, but cannot call functions yet
|
|
||||||
* kbList fixes again?
|
|
||||||
*
|
|
||||||
* Revision 1.3 1998/05/18 17:48:34 KB
|
|
||||||
* more list<>->kbList changes, fixes for wxXt, improved makefiles
|
|
||||||
*
|
|
||||||
* Revision 1.2 1998/05/14 16:39:31 VZ
|
|
||||||
*
|
|
||||||
* fixed SIGSEGV in ~kbList if the list is empty
|
|
||||||
*
|
|
||||||
* Revision 1.1 1998/05/13 19:02:11 KB
|
|
||||||
* added kbList, adapted MimeTypes for it, more python, new icons
|
|
||||||
*
|
|
||||||
*******************************************************************/
|
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
|
||||||
# pragma hdrstop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/wx.h"
|
|
||||||
|
|
||||||
#include "kbList.h"
|
|
||||||
|
|
||||||
|
|
||||||
kbListNode::kbListNode( void *ielement,
|
|
||||||
kbListNode *iprev,
|
|
||||||
kbListNode *inext)
|
|
||||||
{
|
|
||||||
next = inext;
|
|
||||||
prev = iprev;
|
|
||||||
if(prev)
|
|
||||||
prev->next = this;
|
|
||||||
if(next)
|
|
||||||
next->prev = this;
|
|
||||||
element = ielement;
|
|
||||||
}
|
|
||||||
|
|
||||||
kbListNode::~kbListNode()
|
|
||||||
{
|
|
||||||
if(prev)
|
|
||||||
prev->next = next;
|
|
||||||
if(next)
|
|
||||||
next->prev = prev;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
kbList::iterator::iterator(kbListNode *n)
|
|
||||||
{
|
|
||||||
node = n;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
kbList::iterator::operator*()
|
|
||||||
{
|
|
||||||
return node->element;
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::iterator &
|
|
||||||
kbList::iterator::operator++()
|
|
||||||
{
|
|
||||||
node = node ? node->next : NULL;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::iterator &
|
|
||||||
kbList::iterator::operator--()
|
|
||||||
{
|
|
||||||
node = node ? node->prev : NULL;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
kbList::iterator &
|
|
||||||
kbList::iterator::operator++(int /* foo */)
|
|
||||||
{
|
|
||||||
return operator++();
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::iterator &
|
|
||||||
kbList::iterator::operator--(int /* bar */)
|
|
||||||
{
|
|
||||||
return operator--();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
bool
|
|
||||||
kbList::iterator::operator !=(kbList::iterator const & i) const
|
|
||||||
{
|
|
||||||
return node != i.node;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool
|
|
||||||
kbList::iterator::operator ==(kbList::iterator const & i) const
|
|
||||||
{
|
|
||||||
return node == i.node;
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::kbList(bool ownsEntriesFlag)
|
|
||||||
{
|
|
||||||
first = NULL;
|
|
||||||
last = NULL;
|
|
||||||
ownsEntries = ownsEntriesFlag;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
kbList::push_back(void *element)
|
|
||||||
{
|
|
||||||
if(! first) // special case of empty list
|
|
||||||
{
|
|
||||||
first = new kbListNode(element);
|
|
||||||
last = first;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
last = new kbListNode(element, last);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
kbList::push_front(void *element)
|
|
||||||
{
|
|
||||||
if(! first) // special case of empty list
|
|
||||||
{
|
|
||||||
push_back(element);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
first = new kbListNode(element, NULL, first);
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
kbList::pop_back(void)
|
|
||||||
{
|
|
||||||
iterator i;
|
|
||||||
void *data;
|
|
||||||
bool ownsFlagBak = ownsEntries;
|
|
||||||
i = tail();
|
|
||||||
data = *i;
|
|
||||||
ownsEntries = false;
|
|
||||||
erase(i);
|
|
||||||
ownsEntries = ownsFlagBak;
|
|
||||||
return data;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
kbList::pop_front(void)
|
|
||||||
{
|
|
||||||
iterator i;
|
|
||||||
void *data;
|
|
||||||
bool ownsFlagBak = ownsEntries;
|
|
||||||
|
|
||||||
i = begin();
|
|
||||||
data = *i;
|
|
||||||
ownsEntries = false;
|
|
||||||
erase(i);
|
|
||||||
ownsEntries = ownsFlagBak;
|
|
||||||
return data;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
kbList::insert(kbList::iterator & i, void *element)
|
|
||||||
{
|
|
||||||
if(! i.Node())
|
|
||||||
return;
|
|
||||||
else if(i.Node() == first)
|
|
||||||
{
|
|
||||||
push_front(element);
|
|
||||||
i = first;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
i = kbList::iterator(new kbListNode(element, i.Node()->prev, i.Node()));
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
kbList::doErase(kbList::iterator & i)
|
|
||||||
{
|
|
||||||
kbListNode
|
|
||||||
*node = i.Node(),
|
|
||||||
*prev, *next;
|
|
||||||
|
|
||||||
if(! node) // illegal iterator
|
|
||||||
return;
|
|
||||||
|
|
||||||
prev = node->prev;
|
|
||||||
next = node->next;
|
|
||||||
|
|
||||||
// correct first/last:
|
|
||||||
if(node == first)
|
|
||||||
first = node->next;
|
|
||||||
if(node == last) // don't put else here!
|
|
||||||
last = node->prev;
|
|
||||||
|
|
||||||
// build new links:
|
|
||||||
if(prev)
|
|
||||||
prev->next = next;
|
|
||||||
if(next)
|
|
||||||
next->prev = prev;
|
|
||||||
|
|
||||||
// delete this node and contents:
|
|
||||||
// now done separately
|
|
||||||
//if(ownsEntries)
|
|
||||||
//delete *i;
|
|
||||||
delete i.Node();
|
|
||||||
|
|
||||||
// change the iterator to next element:
|
|
||||||
i = kbList::iterator(next);
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::~kbList()
|
|
||||||
{
|
|
||||||
kbListNode *next;
|
|
||||||
|
|
||||||
while ( first != NULL )
|
|
||||||
{
|
|
||||||
next = first->next;
|
|
||||||
if(ownsEntries)
|
|
||||||
{
|
|
||||||
#if 0
|
|
||||||
delete first->element;
|
|
||||||
#else
|
|
||||||
wxLogError(wxT("Deleting `void*' is undefined."));
|
|
||||||
wxLogError(wxT("Entries of kbList should be deleted by destructors of derived classes."));
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
delete first;
|
|
||||||
first = next;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::iterator
|
|
||||||
kbList::begin(void) const
|
|
||||||
{
|
|
||||||
return kbList::iterator(first);
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::iterator
|
|
||||||
kbList::tail(void) const
|
|
||||||
{
|
|
||||||
return kbList::iterator(last);
|
|
||||||
}
|
|
||||||
|
|
||||||
kbList::iterator
|
|
||||||
kbList::end(void) const
|
|
||||||
{
|
|
||||||
return kbList::iterator(NULL); // the one after the last
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned
|
|
||||||
kbList::size(void) const // inefficient
|
|
||||||
{
|
|
||||||
unsigned count = 0;
|
|
||||||
kbList::iterator i;
|
|
||||||
for(i = begin(); i != end(); i++, count++)
|
|
||||||
;
|
|
||||||
return count;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef KBLIST_TEST
|
|
||||||
|
|
||||||
#if wxUSE_IOSTREAMH
|
|
||||||
#include <iostream.h>
|
|
||||||
#else
|
|
||||||
#include <iostream>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
KBLIST_DEFINE(kbListInt,int);
|
|
||||||
|
|
||||||
int main(void)
|
|
||||||
{
|
|
||||||
int
|
|
||||||
n, *ptr;
|
|
||||||
kbListInt
|
|
||||||
l;
|
|
||||||
kbListInt::iterator
|
|
||||||
i;
|
|
||||||
|
|
||||||
for(n = 0; n < 10; n++)
|
|
||||||
{
|
|
||||||
ptr = new int;
|
|
||||||
*ptr = n*n;
|
|
||||||
l.push_back(ptr);
|
|
||||||
}
|
|
||||||
|
|
||||||
i = l.begin(); // first element
|
|
||||||
i++; // 2nd
|
|
||||||
i++; // 3rd
|
|
||||||
i++; // 4th, insert here:
|
|
||||||
ptr = new int;
|
|
||||||
*ptr = 4444;
|
|
||||||
l.insert(i,ptr);
|
|
||||||
|
|
||||||
// this cannot work, because l.end() returns NULL:
|
|
||||||
i = l.end(); // behind last
|
|
||||||
i--; // still behind last
|
|
||||||
l.erase(i); // doesn't do anything
|
|
||||||
|
|
||||||
// this works:
|
|
||||||
i = l.tail(); // last element
|
|
||||||
i--;
|
|
||||||
--i;
|
|
||||||
l.erase(i); // erase 3rd last element (49)
|
|
||||||
|
|
||||||
for(i = l.begin(); i != l.end(); i++)
|
|
||||||
cout << *i << '\t' << *((int *)*i) << endl;
|
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
@@ -1,326 +0,0 @@
|
|||||||
/*-*- c++ -*-********************************************************
|
|
||||||
* kbList.h : a double linked list *
|
|
||||||
* *
|
|
||||||
* (C) 1998-1999 by Karsten Ball<6C>der (karsten@phy.hw.ac.uk) *
|
|
||||||
* *
|
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*******************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef KBLIST_H
|
|
||||||
# define KBLIST_H
|
|
||||||
|
|
||||||
#ifndef NULL
|
|
||||||
# define NULL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**@name Double linked list implementation. */
|
|
||||||
//@{
|
|
||||||
|
|
||||||
/** kbListNode is a class used by kbList. It represents a single
|
|
||||||
element in the list. It is not intended for general use outside
|
|
||||||
kbList functions.
|
|
||||||
*/
|
|
||||||
struct kbListNode
|
|
||||||
{
|
|
||||||
/// pointer to next node or NULL
|
|
||||||
struct kbListNode *next;
|
|
||||||
/// pointer to previous node or NULL
|
|
||||||
struct kbListNode *prev;
|
|
||||||
/// pointer to the actual data
|
|
||||||
void *element;
|
|
||||||
/** Constructor - it automatically links the node into the list, if
|
|
||||||
the iprev, inext parameters are given.
|
|
||||||
@param ielement pointer to the data for this node (i.e. the data itself)
|
|
||||||
@param iprev if not NULL, use this as previous element in list
|
|
||||||
@param inext if not NULL, use this as next element in list
|
|
||||||
*/
|
|
||||||
kbListNode( void *ielement,
|
|
||||||
kbListNode *iprev = NULL,
|
|
||||||
kbListNode *inext = NULL);
|
|
||||||
/// Destructor.
|
|
||||||
~kbListNode();
|
|
||||||
};
|
|
||||||
|
|
||||||
/** The main list class, handling void pointers as data.
|
|
||||||
*/
|
|
||||||
|
|
||||||
class kbList
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
/// An iterator class for kbList, just like for the STL classes.
|
|
||||||
class iterator
|
|
||||||
{
|
|
||||||
protected:
|
|
||||||
/// the node to which this iterator points
|
|
||||||
kbListNode *node;
|
|
||||||
friend class kbList;
|
|
||||||
public:
|
|
||||||
/** Constructor.
|
|
||||||
@param n if not NULL, the node to which to point
|
|
||||||
*/
|
|
||||||
iterator(kbListNode *n = NULL);
|
|
||||||
/** Dereference operator.
|
|
||||||
@return the data pointer of the node belonging to this
|
|
||||||
iterator
|
|
||||||
*/
|
|
||||||
void * operator*();
|
|
||||||
|
|
||||||
/** This operator allows us to write if(i). It is <em>not</em> a
|
|
||||||
dereference operator and the result is always useless apart
|
|
||||||
from its logical value!
|
|
||||||
*/
|
|
||||||
operator void*() const { return node == NULL ? (void*)0 : (void*)(-1); }
|
|
||||||
|
|
||||||
|
|
||||||
/** Increment operator - prefix, goes to next node in list.
|
|
||||||
@return itself
|
|
||||||
*/
|
|
||||||
iterator & operator++();
|
|
||||||
|
|
||||||
/** Decrement operator - prefix, goes to previous node in list.
|
|
||||||
@return itself
|
|
||||||
*/
|
|
||||||
iterator & operator--();
|
|
||||||
|
|
||||||
/** Increment operator - prefix, goes to next node in list.
|
|
||||||
@return itself
|
|
||||||
*/
|
|
||||||
iterator & operator++(int); //postfix
|
|
||||||
|
|
||||||
/** Decrement operator - prefix, goes to previous node in list.
|
|
||||||
@return itself
|
|
||||||
*/
|
|
||||||
iterator & operator--(int); //postfix
|
|
||||||
|
|
||||||
/** Comparison operator.
|
|
||||||
@return true if not equal.
|
|
||||||
*/
|
|
||||||
bool operator !=(iterator const &) const;
|
|
||||||
|
|
||||||
/* Comparison operator.
|
|
||||||
@return true if equal
|
|
||||||
*/
|
|
||||||
bool operator ==(iterator const &) const;
|
|
||||||
|
|
||||||
/** Returns a pointer to the node associated with this iterator.
|
|
||||||
This function is not for general use and should be
|
|
||||||
protected. However, if protected, it cannot be called from
|
|
||||||
derived classes' iterators. (Is this a bug in gcc/egcs?)
|
|
||||||
@return the node pointer
|
|
||||||
*/
|
|
||||||
inline kbListNode * Node(void) const
|
|
||||||
{ return node; }
|
|
||||||
};
|
|
||||||
|
|
||||||
/** Constructor.
|
|
||||||
@param ownsEntriesFlag if true, the list owns the entries and
|
|
||||||
will issue a delete on each of them when deleting them. If
|
|
||||||
false, the entries themselves will not get deleted. Do not use
|
|
||||||
this with array types!
|
|
||||||
*/
|
|
||||||
kbList(bool ownsEntriesFlag = true);
|
|
||||||
|
|
||||||
/** Destructor.
|
|
||||||
If entries are owned, they will all get deleted from here.
|
|
||||||
*/
|
|
||||||
~kbList();
|
|
||||||
|
|
||||||
/** Tell list whether it owns objects. If owned, they can be
|
|
||||||
deleted by list. See the constructor for more details.
|
|
||||||
@param ownsflag if true, list will own entries
|
|
||||||
*/
|
|
||||||
void ownsObjects(bool ownsflag)
|
|
||||||
{ ownsEntries = ownsflag; }
|
|
||||||
|
|
||||||
/** Query whether list owns entries.
|
|
||||||
@return true if list owns entries
|
|
||||||
*/
|
|
||||||
bool ownsObjects(void)
|
|
||||||
{ return ownsEntries; }
|
|
||||||
|
|
||||||
// This must be protected to disallow insertion of wrong elements.
|
|
||||||
protected:
|
|
||||||
/** Add an entry at the end of the list.
|
|
||||||
@param element pointer to data
|
|
||||||
*/
|
|
||||||
void push_back(void *element);
|
|
||||||
|
|
||||||
/** Add an entry at the head of the list.
|
|
||||||
@param element pointer to data
|
|
||||||
*/
|
|
||||||
void push_front(void *element);
|
|
||||||
|
|
||||||
/** Insert an element into the list.
|
|
||||||
@param i an iterator pointing to the element, before which the new one should be inserted
|
|
||||||
@param element the element data
|
|
||||||
*/
|
|
||||||
void insert(iterator & i, void *element);
|
|
||||||
|
|
||||||
public:
|
|
||||||
/** Get element from end of the list and delete it.
|
|
||||||
NOTE: In this case the element's data will not get deleted by
|
|
||||||
the list. It is the responsibility of the caller to free it.
|
|
||||||
@return the element data
|
|
||||||
*/
|
|
||||||
void * pop_back(void);
|
|
||||||
|
|
||||||
/** Get element from head of the list and delete it.
|
|
||||||
NOTE: In this case the element's data will not get deleted by
|
|
||||||
the list. It is the responsibility of the caller to free it.
|
|
||||||
@return the element data
|
|
||||||
*/
|
|
||||||
void * pop_front(void);
|
|
||||||
|
|
||||||
/** Remove an element from the list _without_ deleting the object.
|
|
||||||
@param i iterator pointing to the element to be deleted
|
|
||||||
@return the value of the element just removed
|
|
||||||
*/
|
|
||||||
void *remove(iterator& i) { void *p = *i; doErase(i); return p; }
|
|
||||||
|
|
||||||
/** Erase an element, move iterator to following element.
|
|
||||||
@param i iterator pointing to the element to be deleted
|
|
||||||
*/
|
|
||||||
void erase(iterator & i) { deleteContent(i); doErase(i); }
|
|
||||||
|
|
||||||
/* Get head of list.
|
|
||||||
@return iterator pointing to head of list
|
|
||||||
*/
|
|
||||||
iterator begin(void) const;
|
|
||||||
|
|
||||||
/* Get end of list.
|
|
||||||
@return iterator pointing after the end of the list. This is an
|
|
||||||
invalid iterator which cannot be dereferenced or decremented. It is
|
|
||||||
only of use in comparisons. NOTE: this is different from STL!
|
|
||||||
@see tail
|
|
||||||
*/
|
|
||||||
iterator end(void) const;
|
|
||||||
|
|
||||||
/* Get last element in list.
|
|
||||||
@return iterator pointing to the last element in the list.
|
|
||||||
@see end
|
|
||||||
*/
|
|
||||||
iterator tail(void) const;
|
|
||||||
|
|
||||||
/* Get the number of elements in the list.
|
|
||||||
@return number of elements in the list
|
|
||||||
*/
|
|
||||||
unsigned size(void) const;
|
|
||||||
|
|
||||||
/* Query whether list is empty.
|
|
||||||
@return true if list is empty
|
|
||||||
*/
|
|
||||||
inline bool empty(void) const
|
|
||||||
{ return first == NULL ; }
|
|
||||||
|
|
||||||
protected:
|
|
||||||
/// if true, list owns entries
|
|
||||||
bool ownsEntries;
|
|
||||||
/// pointer to first element in list
|
|
||||||
kbListNode *first;
|
|
||||||
/// pointer to last element in list
|
|
||||||
kbListNode *last;
|
|
||||||
protected:
|
|
||||||
/** Erase an element, move iterator to following element.
|
|
||||||
@param i iterator pointing to the element to be deleted
|
|
||||||
*/
|
|
||||||
void doErase(iterator & i);
|
|
||||||
|
|
||||||
/** Deletes the actual content if ownsflag is set.
|
|
||||||
param iterator i
|
|
||||||
*/
|
|
||||||
inline void deleteContent(iterator i)
|
|
||||||
{
|
|
||||||
iterator *i_ptr = &i;
|
|
||||||
if(ownsEntries) delete i_ptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
/// forbid copy construction
|
|
||||||
kbList(kbList const &foo);
|
|
||||||
/// forbid assignments
|
|
||||||
kbList& operator=(const kbList& foo);
|
|
||||||
};
|
|
||||||
|
|
||||||
/// just for backward compatibility, will be removed soon
|
|
||||||
typedef kbList::iterator kbListIterator;
|
|
||||||
/// cast an iterator to a pointer, compatibility only to be removed
|
|
||||||
#define kbListICast(type, iterator) ((type *)*iterator)
|
|
||||||
/// cast an iterator to a const pointer, compatibility only to be removed
|
|
||||||
#define kbListIcCast(type, iterator) ((type const *)*iterator)
|
|
||||||
|
|
||||||
/** Macro to define a kbList with a given name, having elements of
|
|
||||||
pointer to the given type. I.e. KBLIST_DEFINE(Int,int) would
|
|
||||||
create a kbListInt type holding int pointers.
|
|
||||||
*/
|
|
||||||
#define KBLIST_DEFINE(name,type) \
|
|
||||||
class name : public kbList \
|
|
||||||
{ \
|
|
||||||
public: \
|
|
||||||
class iterator : public kbList::iterator \
|
|
||||||
{ \
|
|
||||||
protected: \
|
|
||||||
inline iterator(kbList::iterator const & i) \
|
|
||||||
{ node = i.Node(); } \
|
|
||||||
friend class name; \
|
|
||||||
public: \
|
|
||||||
inline iterator(kbListNode *n = NULL) \
|
|
||||||
: kbList::iterator(n) {} \
|
|
||||||
inline type * operator*() \
|
|
||||||
/* the cast is needed for MS VC++ 5.0 */ \
|
|
||||||
{ return (type *)((kbList::iterator *)this)->operator*() ; } \
|
|
||||||
}; \
|
|
||||||
inline name(bool ownsEntriesFlag = true) \
|
|
||||||
: kbList(ownsEntriesFlag) {} \
|
|
||||||
\
|
|
||||||
inline type *pop_back(void) \
|
|
||||||
{ return (type *) kbList::pop_back(); } \
|
|
||||||
\
|
|
||||||
inline type *pop_front(void) \
|
|
||||||
{ return (type *) kbList::pop_front(); } \
|
|
||||||
inline void push_back(type *element) \
|
|
||||||
{ kbList::push_back( (void *) element); } \
|
|
||||||
void push_front(type *element) \
|
|
||||||
{ kbList::push_front( (void *) element); } \
|
|
||||||
void insert(iterator & i, void *element) \
|
|
||||||
{ kbList::insert( i, (void *) element); } \
|
|
||||||
type *remove(iterator& i) \
|
|
||||||
{ return (type *)kbList::remove(i); } \
|
|
||||||
inline void erase(iterator & i) \
|
|
||||||
{ deleteContent(i); doErase(i); } \
|
|
||||||
\
|
|
||||||
inline iterator begin(void) const \
|
|
||||||
{ return kbList::begin(); } \
|
|
||||||
\
|
|
||||||
inline iterator end(void) const \
|
|
||||||
{ return kbList::end(); } \
|
|
||||||
\
|
|
||||||
inline iterator tail(void) const \
|
|
||||||
{ return kbList::tail(); } \
|
|
||||||
~name() \
|
|
||||||
{ \
|
|
||||||
kbListNode *next; \
|
|
||||||
while ( first != NULL ) \
|
|
||||||
{ \
|
|
||||||
next = first->next; \
|
|
||||||
if(ownsEntries) \
|
|
||||||
delete (type *)first->element; \
|
|
||||||
delete first; \
|
|
||||||
first = next; \
|
|
||||||
} \
|
|
||||||
} \
|
|
||||||
protected: \
|
|
||||||
inline void deleteContent(iterator i) \
|
|
||||||
{ if(ownsEntries) delete *i; } \
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef MCONFIG_H
|
|
||||||
/// define the most commonly used list type once:
|
|
||||||
KBLIST_DEFINE(kbStringList, String);
|
|
||||||
#endif
|
|
||||||
//@}
|
|
||||||
|
|
||||||
#endif // KBLIST_H
|
|
@@ -1,245 +0,0 @@
|
|||||||
# =========================================================================
|
|
||||||
# This makefile was generated by
|
|
||||||
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
|
||||||
# Do not modify, all changes will be overwritten!
|
|
||||||
# =========================================================================
|
|
||||||
|
|
||||||
.autodepend
|
|
||||||
|
|
||||||
!ifndef BCCDIR
|
|
||||||
!ifndef MAKEDIR
|
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
|
||||||
!endif
|
|
||||||
BCCDIR = $(MAKEDIR)\..
|
|
||||||
!endif
|
|
||||||
|
|
||||||
!include ../../build/msw/config.bcc
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
# Do not modify the rest of this file!
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
|
|
||||||
### Variables: ###
|
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 27
|
|
||||||
OBJS = \
|
|
||||||
bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
|
||||||
LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
|
|
||||||
SETUPHDIR = \
|
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
|
||||||
RICHEDIT_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
|
||||||
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
|
||||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
|
|
||||||
-I.\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH \
|
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
|
||||||
RICHEDIT_OBJECTS = \
|
|
||||||
$(OBJS)\richedit_wxLayout.obj \
|
|
||||||
$(OBJS)\richedit_kbList.obj \
|
|
||||||
$(OBJS)\richedit_wxllist.obj \
|
|
||||||
$(OBJS)\richedit_wxlparser.obj \
|
|
||||||
$(OBJS)\richedit_wxlwindow.obj
|
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
|
||||||
PORTNAME = base
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
PORTNAME = msw
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_FLAG)" == "1"
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
!endif
|
|
||||||
!if "$(UNICODE)" == "1"
|
|
||||||
WXUNICODEFLAG = u
|
|
||||||
!endif
|
|
||||||
!if "$(WXUNIV)" == "1"
|
|
||||||
WXUNIVNAME = univ
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
WXDLLFLAG = dll
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "0"
|
|
||||||
LIBTYPE_SUFFIX = lib
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
LIBTYPE_SUFFIX = dll
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "0"
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "1"
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug"
|
|
||||||
__OPTIMIZEFLAG_2 = -Od
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release"
|
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREADSFLAG_5 =
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "1"
|
|
||||||
__THREADSFLAG_5 = mt
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREADSFLAG_6 =
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "1"
|
|
||||||
__THREADSFLAG_6 = -tWM
|
|
||||||
!endif
|
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
||||||
__RUNTIME_LIBS_7 = -tWR
|
|
||||||
!endif
|
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
|
||||||
__RUNTIME_LIBS_7 =
|
|
||||||
!endif
|
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
||||||
__RUNTIME_LIBS_8 = i
|
|
||||||
!endif
|
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
|
||||||
__RUNTIME_LIBS_8 =
|
|
||||||
!endif
|
|
||||||
!if "$(WXUNIV)" == "1"
|
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
|
||||||
!endif
|
|
||||||
!if "$(WXUNIV)" == "1"
|
|
||||||
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
||||||
__DEBUG_DEFINE_p = -D__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_FLAG)" == "1"
|
|
||||||
__DEBUG_DEFINE_p = -D__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
||||||
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_FLAG)" == "1"
|
|
||||||
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
|
||||||
!endif
|
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
|
||||||
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
|
||||||
!endif
|
|
||||||
!if "$(USE_RTTI)" == "0"
|
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
|
||||||
!endif
|
|
||||||
!if "$(USE_RTTI)" == "0"
|
|
||||||
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
|
||||||
!endif
|
|
||||||
!if "$(UNICODE)" == "1"
|
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
|
||||||
!endif
|
|
||||||
!if "$(UNICODE)" == "1"
|
|
||||||
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
|
||||||
!endif
|
|
||||||
!if "$(MSLU)" == "1"
|
|
||||||
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
|
|
||||||
!endif
|
|
||||||
!if "$(MSLU)" == "1"
|
|
||||||
__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
__DLLFLAG_p_1 = -dWXUSINGDLL
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "0"
|
|
||||||
__WXLIB_CORE_p = \
|
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "0"
|
|
||||||
__WXLIB_BASE_p = \
|
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "1"
|
|
||||||
__WXLIB_MONO_p = \
|
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
!if "$(MSLU)" == "1"
|
|
||||||
__UNICOWS_LIB_p = unicows.lib
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
|
||||||
__DEBUGINFO = -v
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
|
||||||
__DEBUGINFO = -v-
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
|
||||||
__DEBUGINFO = -v-
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
|
||||||
__DEBUGINFO = -v
|
|
||||||
!endif
|
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
|
||||||
$(OBJS):
|
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
|
|
||||||
### Targets: ###
|
|
||||||
|
|
||||||
all: $(OBJS)\richedit.exe data
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
|
||||||
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
|
||||||
-if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
|
|
||||||
-if exist $(OBJS)\richedit.tds del $(OBJS)\richedit.tds
|
|
||||||
-if exist $(OBJS)\richedit.ilc del $(OBJS)\richedit.ilc
|
|
||||||
-if exist $(OBJS)\richedit.ild del $(OBJS)\richedit.ild
|
|
||||||
-if exist $(OBJS)\richedit.ilf del $(OBJS)\richedit.ilf
|
|
||||||
-if exist $(OBJS)\richedit.ils del $(OBJS)\richedit.ils
|
|
||||||
|
|
||||||
$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
|
|
||||||
ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
|
|
||||||
c0w32.obj $(RICHEDIT_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\richedit_sample.res
|
|
||||||
|
|
|
||||||
|
|
||||||
data:
|
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
|
||||||
|
|
||||||
$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
|
|
||||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
|
|
||||||
$(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_kbList.obj: .\kbList.cpp
|
|
||||||
$(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
|
|
||||||
$(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
|
|
||||||
$(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
|
|
||||||
$(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
@@ -1,243 +0,0 @@
|
|||||||
# =========================================================================
|
|
||||||
# This makefile was generated by
|
|
||||||
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
|
||||||
# Do not modify, all changes will be overwritten!
|
|
||||||
# =========================================================================
|
|
||||||
|
|
||||||
include ../../build/msw/config.gcc
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
# Do not modify the rest of this file!
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
|
|
||||||
### Variables: ###
|
|
||||||
|
|
||||||
CPPDEPS = -MT$@ -MF$@.d -MD
|
|
||||||
WX_RELEASE_NODOT = 27
|
|
||||||
OBJS = \
|
|
||||||
gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
|
||||||
LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
|
|
||||||
SETUPHDIR = \
|
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
|
||||||
RICHEDIT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
|
||||||
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
|
||||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
|
|
||||||
-I.\..\..\include -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
|
|
||||||
-DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy \
|
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
|
||||||
RICHEDIT_OBJECTS = \
|
|
||||||
$(OBJS)\richedit_sample_rc.o \
|
|
||||||
$(OBJS)\richedit_wxLayout.o \
|
|
||||||
$(OBJS)\richedit_kbList.o \
|
|
||||||
$(OBJS)\richedit_wxllist.o \
|
|
||||||
$(OBJS)\richedit_wxlparser.o \
|
|
||||||
$(OBJS)\richedit_wxlwindow.o
|
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
|
||||||
|
|
||||||
ifeq ($(GCC_VERSION),2.95)
|
|
||||||
GCCFLAGS = -fvtable-thunks
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_GUI),0)
|
|
||||||
PORTNAME = base
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_GUI),1)
|
|
||||||
PORTNAME = msw
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),debug)
|
|
||||||
ifeq ($(DEBUG_FLAG),default)
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
ifeq ($(DEBUG_FLAG),1)
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
endif
|
|
||||||
ifeq ($(UNICODE),1)
|
|
||||||
WXUNICODEFLAG = u
|
|
||||||
endif
|
|
||||||
ifeq ($(WXUNIV),1)
|
|
||||||
WXUNIVNAME = univ
|
|
||||||
endif
|
|
||||||
ifeq ($(SHARED),1)
|
|
||||||
WXDLLFLAG = dll
|
|
||||||
endif
|
|
||||||
ifeq ($(SHARED),0)
|
|
||||||
LIBTYPE_SUFFIX = lib
|
|
||||||
endif
|
|
||||||
ifeq ($(SHARED),1)
|
|
||||||
LIBTYPE_SUFFIX = dll
|
|
||||||
endif
|
|
||||||
ifeq ($(MONOLITHIC),0)
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
endif
|
|
||||||
ifeq ($(MONOLITHIC),1)
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),debug)
|
|
||||||
__OPTIMIZEFLAG_2 = -O0
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),release)
|
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_RTTI),0)
|
|
||||||
__RTTIFLAG_5 = -fno-rtti
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_RTTI),1)
|
|
||||||
__RTTIFLAG_5 =
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
|
||||||
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_EXCEPTIONS),1)
|
|
||||||
__EXCEPTIONSFLAG_6 =
|
|
||||||
endif
|
|
||||||
ifeq ($(WXUNIV),1)
|
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
|
||||||
endif
|
|
||||||
ifeq ($(WXUNIV),1)
|
|
||||||
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),debug)
|
|
||||||
ifeq ($(DEBUG_FLAG),default)
|
|
||||||
__DEBUG_DEFINE_p = -D__WXDEBUG__
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
ifeq ($(DEBUG_FLAG),1)
|
|
||||||
__DEBUG_DEFINE_p = -D__WXDEBUG__
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),debug)
|
|
||||||
ifeq ($(DEBUG_FLAG),default)
|
|
||||||
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
ifeq ($(DEBUG_FLAG),1)
|
|
||||||
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
|
||||||
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_RTTI),0)
|
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_RTTI),0)
|
|
||||||
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_THREADS),0)
|
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_THREADS),0)
|
|
||||||
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
|
||||||
endif
|
|
||||||
ifeq ($(UNICODE),1)
|
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
|
||||||
endif
|
|
||||||
ifeq ($(UNICODE),1)
|
|
||||||
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
|
||||||
endif
|
|
||||||
ifeq ($(MSLU),1)
|
|
||||||
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
|
|
||||||
endif
|
|
||||||
ifeq ($(MSLU),1)
|
|
||||||
__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
|
|
||||||
endif
|
|
||||||
ifeq ($(SHARED),1)
|
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
|
||||||
endif
|
|
||||||
ifeq ($(SHARED),1)
|
|
||||||
__DLLFLAG_p_1 = --define WXUSINGDLL
|
|
||||||
endif
|
|
||||||
ifeq ($(MONOLITHIC),0)
|
|
||||||
__WXLIB_CORE_p = \
|
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
|
||||||
endif
|
|
||||||
ifeq ($(MONOLITHIC),0)
|
|
||||||
__WXLIB_BASE_p = \
|
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
|
||||||
endif
|
|
||||||
ifeq ($(MONOLITHIC),1)
|
|
||||||
__WXLIB_MONO_p = \
|
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_GUI),1)
|
|
||||||
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_GUI),1)
|
|
||||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_GUI),1)
|
|
||||||
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
|
||||||
endif
|
|
||||||
ifeq ($(MSLU),1)
|
|
||||||
__UNICOWS_LIB_p = -lunicows
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),debug)
|
|
||||||
ifeq ($(DEBUG_INFO),default)
|
|
||||||
__DEBUGINFO = -g
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
ifeq ($(BUILD),release)
|
|
||||||
ifeq ($(DEBUG_INFO),default)
|
|
||||||
__DEBUGINFO =
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
ifeq ($(DEBUG_INFO),0)
|
|
||||||
__DEBUGINFO =
|
|
||||||
endif
|
|
||||||
ifeq ($(DEBUG_INFO),1)
|
|
||||||
__DEBUGINFO = -g
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_THREADS),0)
|
|
||||||
__THREADSFLAG =
|
|
||||||
endif
|
|
||||||
ifeq ($(USE_THREADS),1)
|
|
||||||
__THREADSFLAG = -mthreads
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
|
||||||
$(OBJS):
|
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
|
|
||||||
### Targets: ###
|
|
||||||
|
|
||||||
all: $(OBJS)\richedit.exe data
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
|
||||||
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
|
||||||
-if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
|
|
||||||
|
|
||||||
$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample_rc.o
|
|
||||||
$(CXX) -o $@ $(RICHEDIT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
|
|
||||||
|
|
||||||
data:
|
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
for %%f in (wxLayout.cpp) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
|
||||||
|
|
||||||
$(OBJS)\richedit_sample_rc.o: ./../../samples/sample.rc
|
|
||||||
windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxLayout.o: ./wxLayout.cpp
|
|
||||||
$(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $(CPPDEPS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_kbList.o: ./kbList.cpp
|
|
||||||
$(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $(CPPDEPS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxllist.o: ./wxllist.cpp
|
|
||||||
$(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $(CPPDEPS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlparser.o: ./wxlparser.cpp
|
|
||||||
$(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $(CPPDEPS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlwindow.o: ./wxlwindow.cpp
|
|
||||||
$(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $(CPPDEPS) $<
|
|
||||||
|
|
||||||
.PHONY: all clean data
|
|
||||||
|
|
||||||
|
|
||||||
# Dependencies tracking:
|
|
||||||
-include $(OBJS)/*.d
|
|
@@ -1,6 +0,0 @@
|
|||||||
#Digital Mars (was Symantec) C++ makefile
|
|
||||||
WXDIR = ..\..
|
|
||||||
EXTRALIBS=
|
|
||||||
TARGET=wxlayout
|
|
||||||
OBJECTS = wxLayout.obj kbList.obj wxllist.obj wxlparser.obj wxlwindow.obj
|
|
||||||
include $(WXDIR)\src\makeprog.sc
|
|
@@ -1,22 +0,0 @@
|
|||||||
# Purpose: makefile for richedit example (Unix)
|
|
||||||
# Created: 2000-03-14
|
|
||||||
# hand hacked from template file by Ron <ron@debian.org>
|
|
||||||
|
|
||||||
CXX = $(shell wx-config --cxx)
|
|
||||||
|
|
||||||
PROGRAM = wxLayout
|
|
||||||
|
|
||||||
OBJECTS = $(PROGRAM).o kbList.o wxllist.o wxlparser.o wxlwindow.o
|
|
||||||
|
|
||||||
# implementation
|
|
||||||
|
|
||||||
.SUFFIXES: .o .cpp
|
|
||||||
|
|
||||||
.cpp.o :
|
|
||||||
$(CXX) -c `wx-config --cxxflags` -o $@ $<
|
|
||||||
|
|
||||||
$(PROGRAM): $(OBJECTS)
|
|
||||||
$(CXX) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f *.o $(PROGRAM)
|
|
@@ -1,320 +0,0 @@
|
|||||||
# =========================================================================
|
|
||||||
# This makefile was generated by
|
|
||||||
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
|
||||||
# Do not modify, all changes will be overwritten!
|
|
||||||
# =========================================================================
|
|
||||||
|
|
||||||
!include <../../build/msw/config.vc>
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
# Do not modify the rest of this file!
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
|
|
||||||
### Variables: ###
|
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 27
|
|
||||||
OBJS = \
|
|
||||||
vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
|
|
||||||
LIBDIRNAME = .\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
|
|
||||||
SETUPHDIR = \
|
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
|
||||||
RICHEDIT_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
|
|
||||||
$(__DEBUGINFO_0) /Fd$(OBJS)\richedit.pdb $(____DEBUGRUNTIME_2_p) \
|
|
||||||
$(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
|
||||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
|
|
||||||
/I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
|
||||||
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) \
|
|
||||||
$(CXXFLAGS)
|
|
||||||
RICHEDIT_OBJECTS = \
|
|
||||||
$(OBJS)\richedit_sample.res \
|
|
||||||
$(OBJS)\richedit_wxLayout.obj \
|
|
||||||
$(OBJS)\richedit_kbList.obj \
|
|
||||||
$(OBJS)\richedit_wxllist.obj \
|
|
||||||
$(OBJS)\richedit_wxlparser.obj \
|
|
||||||
$(OBJS)\richedit_wxlwindow.obj
|
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
|
||||||
PORTNAME = base
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
PORTNAME = msw
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_FLAG)" == "1"
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
!endif
|
|
||||||
!if "$(UNICODE)" == "1"
|
|
||||||
WXUNICODEFLAG = u
|
|
||||||
!endif
|
|
||||||
!if "$(WXUNIV)" == "1"
|
|
||||||
WXUNIVNAME = univ
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
|
||||||
DIR_SUFFIX_CPU = _amd64
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
|
||||||
DIR_SUFFIX_CPU = _amd64
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
|
||||||
DIR_SUFFIX_CPU = _ia64
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
|
||||||
DIR_SUFFIX_CPU = _ia64
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
WXDLLFLAG = dll
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "0"
|
|
||||||
LIBTYPE_SUFFIX = lib
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
LIBTYPE_SUFFIX = dll
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
|
||||||
LINK_TARGET_CPU = /MACHINE:AMD64
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
|
||||||
LINK_TARGET_CPU = /MACHINE:AMD64
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
|
||||||
!endif
|
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "0"
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "1"
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
|
||||||
__DEBUGINFO_0 = /Zi
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
|
||||||
__DEBUGINFO_0 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
|
||||||
__DEBUGINFO_0 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
|
||||||
__DEBUGINFO_0 = /Zi
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
|
||||||
__DEBUGINFO_1 = /DEBUG
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
|
||||||
__DEBUGINFO_1 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
|
||||||
__DEBUGINFO_1 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
|
||||||
__DEBUGINFO_1 = /DEBUG
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
||||||
____DEBUGRUNTIME_2_p = /D_DEBUG
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
||||||
____DEBUGRUNTIME_2_p =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
||||||
____DEBUGRUNTIME_2_p =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
|
||||||
____DEBUGRUNTIME_2_p = /D_DEBUG
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
||||||
____DEBUGRUNTIME_2_p_1 = /d _DEBUG
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
||||||
____DEBUGRUNTIME_2_p_1 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
||||||
____DEBUGRUNTIME_2_p_1 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
|
||||||
____DEBUGRUNTIME_2_p_1 = /d _DEBUG
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
||||||
__DEBUGRUNTIME_3 = d
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
||||||
__DEBUGRUNTIME_3 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
||||||
__DEBUGRUNTIME_3 =
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
|
||||||
__DEBUGRUNTIME_3 = d
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug"
|
|
||||||
__OPTIMIZEFLAG_4 = /Od
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release"
|
|
||||||
__OPTIMIZEFLAG_4 = /O2
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREADSFLAG_7 = L
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "1"
|
|
||||||
__THREADSFLAG_7 = T
|
|
||||||
!endif
|
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
||||||
__RUNTIME_LIBS_8 = D
|
|
||||||
!endif
|
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
|
||||||
__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
|
|
||||||
!endif
|
|
||||||
!if "$(USE_RTTI)" == "0"
|
|
||||||
__RTTIFLAG_9 =
|
|
||||||
!endif
|
|
||||||
!if "$(USE_RTTI)" == "1"
|
|
||||||
__RTTIFLAG_9 = /GR
|
|
||||||
!endif
|
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
|
||||||
__EXCEPTIONSFLAG_10 =
|
|
||||||
!endif
|
|
||||||
!if "$(USE_EXCEPTIONS)" == "1"
|
|
||||||
__EXCEPTIONSFLAG_10 = /EHsc
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
|
||||||
!endif
|
|
||||||
!if "$(WXUNIV)" == "1"
|
|
||||||
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
|
||||||
!endif
|
|
||||||
!if "$(WXUNIV)" == "1"
|
|
||||||
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
||||||
__DEBUG_DEFINE_p = /D__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_FLAG)" == "1"
|
|
||||||
__DEBUG_DEFINE_p = /D__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
||||||
__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(DEBUG_FLAG)" == "1"
|
|
||||||
__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
|
||||||
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
|
||||||
!endif
|
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
|
||||||
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
|
||||||
!endif
|
|
||||||
!if "$(USE_RTTI)" == "0"
|
|
||||||
__RTTI_DEFINE_p = /DwxNO_RTTI
|
|
||||||
!endif
|
|
||||||
!if "$(USE_RTTI)" == "0"
|
|
||||||
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREAD_DEFINE_p = /DwxNO_THREADS
|
|
||||||
!endif
|
|
||||||
!if "$(USE_THREADS)" == "0"
|
|
||||||
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
|
||||||
!endif
|
|
||||||
!if "$(UNICODE)" == "1"
|
|
||||||
__UNICODE_DEFINE_p = /D_UNICODE
|
|
||||||
!endif
|
|
||||||
!if "$(UNICODE)" == "1"
|
|
||||||
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
|
||||||
!endif
|
|
||||||
!if "$(MSLU)" == "1"
|
|
||||||
__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
|
|
||||||
!endif
|
|
||||||
!if "$(MSLU)" == "1"
|
|
||||||
__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
__DLLFLAG_p = /DWXUSINGDLL
|
|
||||||
!endif
|
|
||||||
!if "$(SHARED)" == "1"
|
|
||||||
__DLLFLAG_p_1 = /d WXUSINGDLL
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "0"
|
|
||||||
__WXLIB_CORE_p = \
|
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "0"
|
|
||||||
__WXLIB_BASE_p = \
|
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
||||||
!endif
|
|
||||||
!if "$(MONOLITHIC)" == "1"
|
|
||||||
__WXLIB_MONO_p = \
|
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
!if "$(USE_GUI)" == "1"
|
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
!if "$(MSLU)" == "1"
|
|
||||||
__UNICOWS_LIB_p = unicows.lib
|
|
||||||
!endif
|
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
|
||||||
$(OBJS):
|
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
|
|
||||||
### Targets: ###
|
|
||||||
|
|
||||||
all: $(OBJS)\richedit.exe data
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
|
||||||
-if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
|
|
||||||
-if exist $(OBJS)\richedit.ilk del $(OBJS)\richedit.ilk
|
|
||||||
-if exist $(OBJS)\richedit.pdb del $(OBJS)\richedit.pdb
|
|
||||||
|
|
||||||
$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
|
|
||||||
link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
|
|
||||||
$(RICHEDIT_OBJECTS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib
|
|
||||||
<<
|
|
||||||
|
|
||||||
data:
|
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
|
||||||
|
|
||||||
$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
|
|
||||||
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
|
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_kbList.obj: .\kbList.cpp
|
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
|
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
|
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
|
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
|
|
||||||
|
|
@@ -1,272 +0,0 @@
|
|||||||
# =========================================================================
|
|
||||||
# This makefile was generated by
|
|
||||||
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
|
||||||
# Do not modify, all changes will be overwritten!
|
|
||||||
# =========================================================================
|
|
||||||
|
|
||||||
!include ../../build/msw/config.wat
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
# Do not modify the rest of this file!
|
|
||||||
# -------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# Speed up compilation a bit:
|
|
||||||
!ifdef __LOADDLL__
|
|
||||||
! loaddll wcc wccd
|
|
||||||
! loaddll wccaxp wccdaxp
|
|
||||||
! loaddll wcc386 wccd386
|
|
||||||
! loaddll wpp wppdi86
|
|
||||||
! loaddll wppaxp wppdaxp
|
|
||||||
! loaddll wpp386 wppd386
|
|
||||||
! loaddll wlink wlink
|
|
||||||
! loaddll wlib wlibd
|
|
||||||
!endif
|
|
||||||
|
|
||||||
# We need these variables in some bakefile-made rules:
|
|
||||||
WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
|
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
|
||||||
|
|
||||||
PORTNAME =
|
|
||||||
!ifeq USE_GUI 0
|
|
||||||
PORTNAME = base
|
|
||||||
!endif
|
|
||||||
!ifeq USE_GUI 1
|
|
||||||
PORTNAME = msw
|
|
||||||
!endif
|
|
||||||
WXDEBUGFLAG =
|
|
||||||
!ifeq BUILD debug
|
|
||||||
!ifeq DEBUG_FLAG default
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
!endif
|
|
||||||
!endif
|
|
||||||
!ifeq DEBUG_FLAG 1
|
|
||||||
WXDEBUGFLAG = d
|
|
||||||
!endif
|
|
||||||
WXUNICODEFLAG =
|
|
||||||
!ifeq UNICODE 1
|
|
||||||
WXUNICODEFLAG = u
|
|
||||||
!endif
|
|
||||||
WXUNIVNAME =
|
|
||||||
!ifeq WXUNIV 1
|
|
||||||
WXUNIVNAME = univ
|
|
||||||
!endif
|
|
||||||
WXDLLFLAG =
|
|
||||||
!ifeq SHARED 1
|
|
||||||
WXDLLFLAG = dll
|
|
||||||
!endif
|
|
||||||
LIBTYPE_SUFFIX =
|
|
||||||
!ifeq SHARED 0
|
|
||||||
LIBTYPE_SUFFIX = lib
|
|
||||||
!endif
|
|
||||||
!ifeq SHARED 1
|
|
||||||
LIBTYPE_SUFFIX = dll
|
|
||||||
!endif
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!ifeq MONOLITHIC 0
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!endif
|
|
||||||
!ifeq MONOLITHIC 1
|
|
||||||
EXTRALIBS_FOR_BASE =
|
|
||||||
!endif
|
|
||||||
__DEBUGINFO_0 =
|
|
||||||
!ifeq BUILD debug
|
|
||||||
!ifeq DEBUG_INFO default
|
|
||||||
__DEBUGINFO_0 = -d2
|
|
||||||
!endif
|
|
||||||
!endif
|
|
||||||
!ifeq BUILD release
|
|
||||||
!ifeq DEBUG_INFO default
|
|
||||||
__DEBUGINFO_0 = -d0
|
|
||||||
!endif
|
|
||||||
!endif
|
|
||||||
!ifeq DEBUG_INFO 0
|
|
||||||
__DEBUGINFO_0 = -d0
|
|
||||||
!endif
|
|
||||||
!ifeq DEBUG_INFO 1
|
|
||||||
__DEBUGINFO_0 = -d2
|
|
||||||
!endif
|
|
||||||
__DEBUGINFO_1 =
|
|
||||||
!ifeq BUILD debug
|
|
||||||
!ifeq DEBUG_INFO default
|
|
||||||
__DEBUGINFO_1 = debug all
|
|
||||||
!endif
|
|
||||||
!endif
|
|
||||||
!ifeq BUILD release
|
|
||||||
!ifeq DEBUG_INFO default
|
|
||||||
__DEBUGINFO_1 =
|
|
||||||
!endif
|
|
||||||
!endif
|
|
||||||
!ifeq DEBUG_INFO 0
|
|
||||||
__DEBUGINFO_1 =
|
|
||||||
!endif
|
|
||||||
!ifeq DEBUG_INFO 1
|
|
||||||
__DEBUGINFO_1 = debug all
|
|
||||||
!endif
|
|
||||||
__OPTIMIZEFLAG_2 =
|
|
||||||
!ifeq BUILD debug
|
|
||||||
__OPTIMIZEFLAG_2 = -od
|
|
||||||
!endif
|
|
||||||
!ifeq BUILD release
|
|
||||||
__OPTIMIZEFLAG_2 = -ot -ox
|
|
||||||
!endif
|
|
||||||
__THREADSFLAG_5 =
|
|
||||||
!ifeq USE_THREADS 0
|
|
||||||
__THREADSFLAG_5 =
|
|
||||||
!endif
|
|
||||||
!ifeq USE_THREADS 1
|
|
||||||
__THREADSFLAG_5 = -bm
|
|
||||||
!endif
|
|
||||||
__RUNTIME_LIBS_6 =
|
|
||||||
!ifeq RUNTIME_LIBS dynamic
|
|
||||||
__RUNTIME_LIBS_6 = -br
|
|
||||||
!endif
|
|
||||||
!ifeq RUNTIME_LIBS static
|
|
||||||
__RUNTIME_LIBS_6 =
|
|
||||||
!endif
|
|
||||||
__RTTIFLAG_7 =
|
|
||||||
!ifeq USE_RTTI 0
|
|
||||||
__RTTIFLAG_7 =
|
|
||||||
!endif
|
|
||||||
!ifeq USE_RTTI 1
|
|
||||||
__RTTIFLAG_7 = -xr
|
|
||||||
!endif
|
|
||||||
__EXCEPTIONSFLAG_8 =
|
|
||||||
!ifeq USE_EXCEPTIONS 0
|
|
||||||
__EXCEPTIONSFLAG_8 =
|
|
||||||
!endif
|
|
||||||
!ifeq USE_EXCEPTIONS 1
|
|
||||||
__EXCEPTIONSFLAG_8 = -xs
|
|
||||||
!endif
|
|
||||||
__WXLIB_CORE_p =
|
|
||||||
!ifeq MONOLITHIC 0
|
|
||||||
__WXLIB_CORE_p = &
|
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
|
||||||
!endif
|
|
||||||
__WXLIB_BASE_p =
|
|
||||||
!ifeq MONOLITHIC 0
|
|
||||||
__WXLIB_BASE_p = &
|
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
||||||
!endif
|
|
||||||
__WXLIB_MONO_p =
|
|
||||||
!ifeq MONOLITHIC 1
|
|
||||||
__WXLIB_MONO_p = &
|
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
||||||
!endif
|
|
||||||
__LIB_TIFF_p =
|
|
||||||
!ifeq USE_GUI 1
|
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
__LIB_JPEG_p =
|
|
||||||
!ifeq USE_GUI 1
|
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
__LIB_PNG_p =
|
|
||||||
!ifeq USE_GUI 1
|
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
|
||||||
!endif
|
|
||||||
__WXUNIV_DEFINE_p =
|
|
||||||
!ifeq WXUNIV 1
|
|
||||||
__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
|
|
||||||
!endif
|
|
||||||
__DEBUG_DEFINE_p =
|
|
||||||
!ifeq BUILD debug
|
|
||||||
!ifeq DEBUG_FLAG default
|
|
||||||
__DEBUG_DEFINE_p = -d__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
!endif
|
|
||||||
!ifeq DEBUG_FLAG 1
|
|
||||||
__DEBUG_DEFINE_p = -d__WXDEBUG__
|
|
||||||
!endif
|
|
||||||
__EXCEPTIONS_DEFINE_p =
|
|
||||||
!ifeq USE_EXCEPTIONS 0
|
|
||||||
__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
|
|
||||||
!endif
|
|
||||||
__RTTI_DEFINE_p =
|
|
||||||
!ifeq USE_RTTI 0
|
|
||||||
__RTTI_DEFINE_p = -dwxNO_RTTI
|
|
||||||
!endif
|
|
||||||
__THREAD_DEFINE_p =
|
|
||||||
!ifeq USE_THREADS 0
|
|
||||||
__THREAD_DEFINE_p = -dwxNO_THREADS
|
|
||||||
!endif
|
|
||||||
__UNICODE_DEFINE_p =
|
|
||||||
!ifeq UNICODE 1
|
|
||||||
__UNICODE_DEFINE_p = -d_UNICODE
|
|
||||||
!endif
|
|
||||||
__DLLFLAG_p =
|
|
||||||
!ifeq SHARED 1
|
|
||||||
__DLLFLAG_p = -dWXUSINGDLL
|
|
||||||
!endif
|
|
||||||
|
|
||||||
### Variables: ###
|
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 27
|
|
||||||
OBJS = &
|
|
||||||
wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
|
||||||
LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
|
|
||||||
SETUPHDIR = &
|
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
|
||||||
RICHEDIT_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
|
|
||||||
$(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
|
|
||||||
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
|
|
||||||
$(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 &
|
|
||||||
-wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH &
|
|
||||||
$(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
|
|
||||||
RICHEDIT_OBJECTS = &
|
|
||||||
$(OBJS)\richedit_wxLayout.obj &
|
|
||||||
$(OBJS)\richedit_kbList.obj &
|
|
||||||
$(OBJS)\richedit_wxllist.obj &
|
|
||||||
$(OBJS)\richedit_wxlparser.obj &
|
|
||||||
$(OBJS)\richedit_wxlwindow.obj
|
|
||||||
|
|
||||||
|
|
||||||
all : $(OBJS)
|
|
||||||
$(OBJS) :
|
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
|
|
||||||
### Targets: ###
|
|
||||||
|
|
||||||
all : .SYMBOLIC $(OBJS)\richedit.exe data
|
|
||||||
|
|
||||||
clean : .SYMBOLIC
|
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
|
||||||
-if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
|
|
||||||
-if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
|
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
|
||||||
-if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
|
|
||||||
|
|
||||||
$(OBJS)\richedit.exe : $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
|
|
||||||
@%create $(OBJS)\richedit.lbc
|
|
||||||
@%append $(OBJS)\richedit.lbc option quiet
|
|
||||||
@%append $(OBJS)\richedit.lbc name $^@
|
|
||||||
@%append $(OBJS)\richedit.lbc option caseexact
|
|
||||||
@%append $(OBJS)\richedit.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
|
|
||||||
@for %i in ($(RICHEDIT_OBJECTS)) do @%append $(OBJS)\richedit.lbc file %i
|
|
||||||
@for %i in ( $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\richedit.lbc library %i
|
|
||||||
@%append $(OBJS)\richedit.lbc option resource=$(OBJS)\richedit_sample.res
|
|
||||||
wlink @$(OBJS)\richedit.lbc
|
|
||||||
|
|
||||||
data : .SYMBOLIC
|
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
|
||||||
for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
|
||||||
|
|
||||||
$(OBJS)\richedit_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
|
|
||||||
wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxLayout.obj : .AUTODEPEND .\wxLayout.cpp
|
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(RICHEDIT_CXXFLAGS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_kbList.obj : .AUTODEPEND .\kbList.cpp
|
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(RICHEDIT_CXXFLAGS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxllist.obj : .AUTODEPEND .\wxllist.cpp
|
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(RICHEDIT_CXXFLAGS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlparser.obj : .AUTODEPEND .\wxlparser.cpp
|
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(RICHEDIT_CXXFLAGS) $<
|
|
||||||
|
|
||||||
$(OBJS)\richedit_wxlwindow.obj : .AUTODEPEND .\wxlwindow.cpp
|
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(RICHEDIT_CXXFLAGS) $<
|
|
||||||
|
|
@@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<makefile>
|
|
||||||
|
|
||||||
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
||||||
|
|
||||||
<exe id="richedit" template="wx_sample" template_append="wx_append">
|
|
||||||
<sources>
|
|
||||||
wxLayout.cpp
|
|
||||||
kbList.cpp
|
|
||||||
wxllist.cpp
|
|
||||||
wxlparser.cpp
|
|
||||||
wxlwindow.cpp
|
|
||||||
</sources>
|
|
||||||
<wx-lib>core</wx-lib>
|
|
||||||
<wx-lib>base</wx-lib>
|
|
||||||
</exe>
|
|
||||||
|
|
||||||
<wx-data id="data">
|
|
||||||
<files>
|
|
||||||
wxLayout.cpp
|
|
||||||
</files>
|
|
||||||
</wx-data>
|
|
||||||
|
|
||||||
</makefile>
|
|
@@ -1,496 +0,0 @@
|
|||||||
# Microsoft Developer Studio Project File - Name="richedit" - Package Owner=<4>
|
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
||||||
# ** DO NOT EDIT **
|
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Application" 0x0101
|
|
||||||
|
|
||||||
CFG=richedit - Win32 Debug
|
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
||||||
!MESSAGE use the Export Makefile command and run
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE /f "richedit.mak".
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE /f "richedit.mak" CFG="richedit - Win32 Debug"
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE Possible choices for configuration are:
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE "richedit - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Universal Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Universal Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Unicode Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Unicode Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 DLL Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Universal Unicode Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Universal Unicode Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Universal Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Universal Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Unicode Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Unicode Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Release" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE "richedit - Win32 Debug" (based on "Win32 (x86) Application")
|
|
||||||
!MESSAGE
|
|
||||||
|
|
||||||
# Begin Project
|
|
||||||
# PROP AllowPerConfigDependencies 0
|
|
||||||
# PROP Scc_ProjName ""
|
|
||||||
# PROP Scc_LocalPath ""
|
|
||||||
CPP=cl.exe
|
|
||||||
MTL=midl.exe
|
|
||||||
RSC=rc.exe
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "richedit - Win32 DLL Universal Unicode Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivudll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivudll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswunivudll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivudll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswunivudll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\mswunivu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswunivudll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\mswunivu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswunivu" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswunivu" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivudll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivudll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Universal Unicode Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivuddll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivuddll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswunivuddll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivuddll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivuddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswunivud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivuddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswunivud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswunivud" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswunivud" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivuddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivuddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Universal Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivdll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivdll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswunivdll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivdll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswunivdll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\mswuniv" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswunivdll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\mswuniv" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i ".\..\..\lib\vc_dll\mswuniv" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i ".\..\..\lib\vc_dll\mswuniv" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivdll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivdll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Universal Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivddll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivddll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswunivddll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivddll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswunivd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswunivd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_dll\mswunivd" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_dll\mswunivd" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Unicode Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswudll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswudll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswudll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswudll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswudll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\mswu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswudll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\mswu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswu" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswu" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswudll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswudll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Unicode Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswuddll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswuddll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswuddll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswuddll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswuddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswuddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswud" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_dll\mswud" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswuddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswuddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswdll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswdll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswdll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswdll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswdll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\msw" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswdll\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_dll\msw" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i ".\..\..\lib\vc_dll\msw" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /i ".\..\..\lib\vc_dll\msw" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswdll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswdll\richedit.exe" /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 DLL Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswddll"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswddll\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswddll"
|
|
||||||
# PROP Intermediate_Dir "vc_mswddll\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswddll\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_dll\mswd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_dll\mswd" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_dll\mswd" /i ".\..\..\include" /i "." /d "WXUSINGDLL" /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswddll\richedit.exe" /debug /libpath:".\..\..\lib\vc_dll" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Universal Unicode Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivu"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivu\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswunivu"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivu\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswunivu\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\mswunivu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswunivu\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\mswunivu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswunivu" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswunivu" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivu\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivu\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Universal Unicode Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivud"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivud\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswunivud"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivud\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivud\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswunivud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivud\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswunivud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswunivud" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswunivud" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivud\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivud\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Universal Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswuniv"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswuniv\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswuniv"
|
|
||||||
# PROP Intermediate_Dir "vc_mswuniv\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswuniv\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\mswuniv" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswuniv\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\mswuniv" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i ".\..\..\lib\vc_lib\mswuniv" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i ".\..\..\lib\vc_lib\mswuniv" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswuniv\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswuniv\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Universal Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswunivd"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswunivd\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswunivd"
|
|
||||||
# PROP Intermediate_Dir "vc_mswunivd\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivd\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswunivd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswunivd\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswunivd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_lib\mswunivd" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_lib\mswunivd" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmswuniv27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivd\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmswuniv27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswunivd\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Unicode Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_mswu"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswu\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_mswu"
|
|
||||||
# PROP Intermediate_Dir "vc_mswu\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_mswu\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\mswu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_mswu\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\mswu" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswu" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswu" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswu\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27u_core.lib wxbase27u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswu\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Unicode Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswud"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswud\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswud"
|
|
||||||
# PROP Intermediate_Dir "vc_mswud\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswud\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswud\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswud" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswud" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i ".\..\..\lib\vc_lib\mswud" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswud\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27ud_core.lib wxbase27ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswud\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "vc_msw"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_msw\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "vc_msw"
|
|
||||||
# PROP Intermediate_Dir "vc_msw\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MD /Fdvc_msw\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\msw" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MD /Fdvc_msw\richedit.pdb /O2 /GR /EHsc /I ".\..\..\lib\vc_lib\msw" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "__WXMSW__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "__WXMSW__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "__WXMSW__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i ".\..\..\lib\vc_lib\msw" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "__WXMSW__" /i ".\..\..\lib\vc_lib\msw" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_msw\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27_core.lib wxbase27.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_msw\richedit.exe" /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "richedit - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "vc_mswd"
|
|
||||||
# PROP BASE Intermediate_Dir "vc_mswd\richedit"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "vc_mswd"
|
|
||||||
# PROP Intermediate_Dir "vc_mswd\richedit"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswd\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD CPP /nologo /FD /MDd /Zi /Gm /GZ /Fdvc_mswd\richedit.pdb /Od /GR /EHsc /I ".\..\..\lib\vc_lib\mswd" /I ".\..\..\include" /W4 /I "." /I ".\..\..\samples" /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /c
|
|
||||||
# ADD BASE MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD MTL /nologo /D "WIN32" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_WINDOWS" /D "NOPCH" /mktyplib203 /win32
|
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_lib\mswd" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i ".\..\..\lib\vc_lib\mswd" /i ".\..\..\include" /i "." /d "_WINDOWS" /i ".\..\..\samples" /d NOPCH
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 wxmsw27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswd\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
# ADD LINK32 wxmsw27d_core.lib wxbase27d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /machine:i386 /out:"vc_mswd\richedit.exe" /debug /libpath:".\..\..\lib\vc_lib" /subsystem:windows
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# Begin Target
|
|
||||||
|
|
||||||
# Name "richedit - Win32 DLL Universal Unicode Release"
|
|
||||||
# Name "richedit - Win32 DLL Universal Unicode Debug"
|
|
||||||
# Name "richedit - Win32 DLL Universal Release"
|
|
||||||
# Name "richedit - Win32 DLL Universal Debug"
|
|
||||||
# Name "richedit - Win32 DLL Unicode Release"
|
|
||||||
# Name "richedit - Win32 DLL Unicode Debug"
|
|
||||||
# Name "richedit - Win32 DLL Release"
|
|
||||||
# Name "richedit - Win32 DLL Debug"
|
|
||||||
# Name "richedit - Win32 Universal Unicode Release"
|
|
||||||
# Name "richedit - Win32 Universal Unicode Debug"
|
|
||||||
# Name "richedit - Win32 Universal Release"
|
|
||||||
# Name "richedit - Win32 Universal Debug"
|
|
||||||
# Name "richedit - Win32 Unicode Release"
|
|
||||||
# Name "richedit - Win32 Unicode Debug"
|
|
||||||
# Name "richedit - Win32 Release"
|
|
||||||
# Name "richedit - Win32 Debug"
|
|
||||||
# Begin Group "Source Files"
|
|
||||||
|
|
||||||
# PROP Default_Filter ""
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\kbList.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\..\..\samples\sample.rc
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\wxLayout.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\wxllist.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\wxlparser.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\wxlwindow.cpp
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# End Target
|
|
||||||
# End Project
|
|
||||||
|
|
@@ -1,46 +0,0 @@
|
|||||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
|
||||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
Project: "richedit"=richedit.dsp - Package Owner=<4>
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<4>
|
|
||||||
{{{
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name core
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name base
|
|
||||||
End Project Dependency
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
Project: "core"=..\..\build\msw\wx_core.dsp - Package Owner=<4>
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<4>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
Project: "base"=..\..\build\msw\wx_base.dsp - Package Owner=<4>
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<4>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
@@ -1,17 +0,0 @@
|
|||||||
# this is the project file for the richedit wxWindows sample
|
|
||||||
|
|
||||||
# we generate the VC++ IDE project file, comment this line
|
|
||||||
# to generate a makefile for (n)make
|
|
||||||
TEMPLATE = vc6app
|
|
||||||
|
|
||||||
# wx is mandatory for wxWindows projects
|
|
||||||
CONFIG = wx
|
|
||||||
|
|
||||||
# the configurations of wxWindows we want to use: the value below is the
|
|
||||||
# default one; possible other values are {Debug|Release}Unicode[Dll]
|
|
||||||
#WXCONFIGS = Debug Release DebugDll ReleaseDll
|
|
||||||
|
|
||||||
# project files
|
|
||||||
SOURCES = kbList.cpp wxLayout.cpp wxllist.cpp wxlparser.cpp wxlwindow.cpp
|
|
||||||
RC_FILE = wxLayout.rc
|
|
||||||
TARGET = richedit
|
|
File diff suppressed because it is too large
Load Diff
@@ -1,579 +0,0 @@
|
|||||||
/*
|
|
||||||
* Program: wxLayout
|
|
||||||
*
|
|
||||||
* Author: Karsten Ball<6C>der
|
|
||||||
*
|
|
||||||
* Copyright: (C) 1998, Karsten Ball<6C>der <Ballueder@usa.net>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
|
||||||
#ifdef __BORLANDC__
|
|
||||||
# pragma hdrstop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wxLayout.h"
|
|
||||||
#include "wx/textfile.h"
|
|
||||||
#include "wx/image.h"
|
|
||||||
|
|
||||||
#if wxUSE_IOSTREAMH
|
|
||||||
#include <iostream.h>
|
|
||||||
#else
|
|
||||||
#include <iostream>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/wfstream.h"
|
|
||||||
#include "wx/txtstrm.h"
|
|
||||||
|
|
||||||
#include "Micon.xpm"
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// main program
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
IMPLEMENT_APP(MyApp)
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// MyFrame
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
enum ids
|
|
||||||
{
|
|
||||||
ID_ADD_SAMPLE = 1, ID_CLEAR, ID_PRINT,
|
|
||||||
ID_PRINT_SETUP, ID_PAGE_SETUP, ID_PREVIEW, ID_PRINT_PS,
|
|
||||||
ID_PRINT_SETUP_PS, ID_PAGE_SETUP_PS,ID_PREVIEW_PS,
|
|
||||||
ID_WRAP, ID_NOWRAP, ID_PASTE, ID_COPY, ID_CUT,
|
|
||||||
ID_COPY_PRIMARY, ID_PASTE_PRIMARY,
|
|
||||||
ID_FIND,
|
|
||||||
ID_WXLAYOUT_DEBUG, ID_QUIT, ID_CLICK, ID_HTML, ID_TEXT,
|
|
||||||
ID_TEST, ID_LINEBREAKS_TEST, ID_LONG_TEST, ID_URL_TEST
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS( MyFrame, wxFrame )
|
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(MyFrame,wxFrame)
|
|
||||||
EVT_MENU(ID_PRINT, MyFrame::OnPrint)
|
|
||||||
EVT_MENU(ID_PREVIEW, MyFrame::OnPrintPreview)
|
|
||||||
EVT_MENU(ID_PRINT_SETUP, MyFrame::OnPrintSetup)
|
|
||||||
EVT_MENU(ID_PAGE_SETUP, MyFrame::OnPageSetup)
|
|
||||||
EVT_MENU(ID_PRINT_PS, MyFrame::OnPrintPS)
|
|
||||||
EVT_MENU(ID_PREVIEW_PS, MyFrame::OnPrintPreviewPS)
|
|
||||||
EVT_MENU(ID_PRINT_SETUP_PS, MyFrame::OnPrintSetupPS)
|
|
||||||
EVT_MENU(ID_PAGE_SETUP_PS, MyFrame::OnPageSetupPS)
|
|
||||||
EVT_MENU (wxID_ANY, MyFrame::OnCommand)
|
|
||||||
EVT_COMMAND (wxID_ANY,wxID_ANY, MyFrame::OnCommand)
|
|
||||||
EVT_CHAR ( wxLayoutWindow::OnChar )
|
|
||||||
END_EVENT_TABLE()
|
|
||||||
|
|
||||||
|
|
||||||
MyFrame::MyFrame() :
|
|
||||||
wxFrame( (wxFrame *) NULL, wxID_ANY, _T("wxLayout"),
|
|
||||||
wxDefaultPosition, wxDefaultSize )
|
|
||||||
{
|
|
||||||
#if wxUSE_STATUSBAR
|
|
||||||
CreateStatusBar( 2 );
|
|
||||||
SetStatusText( _T("wxLayout by Karsten Ballueder.") );
|
|
||||||
#endif // wxUSE_STATUSBAR
|
|
||||||
|
|
||||||
wxMenuBar *menu_bar = new wxMenuBar();
|
|
||||||
|
|
||||||
wxMenu *file_menu = new wxMenu;
|
|
||||||
file_menu->Append(ID_PRINT, _T("&Print..."), _T("Print"));
|
|
||||||
file_menu->Append(ID_PRINT_SETUP, _T("Print &Setup..."),_T("Setup printer properties"));
|
|
||||||
file_menu->Append(ID_PAGE_SETUP, _T("Page Set&up..."), _T("Page setup"));
|
|
||||||
file_menu->Append(ID_PREVIEW, _T("Print Pre&view"), _T("Preview"));
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
file_menu->AppendSeparator();
|
|
||||||
file_menu->Append(ID_PRINT_PS, _T("Print PostScript..."), _T("Print (PostScript)"));
|
|
||||||
file_menu->Append(ID_PRINT_SETUP_PS, _T("Print Setup PostScript..."), _T("Setup printer properties (PostScript)"));
|
|
||||||
file_menu->Append(ID_PAGE_SETUP_PS, _T("Page Setup PostScript..."), _T("Page setup (PostScript)"));
|
|
||||||
file_menu->Append(ID_PREVIEW_PS, _T("Print Preview PostScript"), _T("Preview (PostScript)"));
|
|
||||||
#endif
|
|
||||||
file_menu->AppendSeparator();
|
|
||||||
file_menu->Append( ID_TEXT, _T("Export &Text"));
|
|
||||||
file_menu->Append( ID_HTML, _T("Export &HTML"));
|
|
||||||
file_menu->Append( ID_QUIT, _T("E&xit"));
|
|
||||||
menu_bar->Append(file_menu, _T("&File"));
|
|
||||||
|
|
||||||
wxMenu *edit_menu = new wxMenu;
|
|
||||||
edit_menu->Append( ID_CLEAR, _T("C&lear"));
|
|
||||||
edit_menu->Append( ID_ADD_SAMPLE, _T("&Example"));
|
|
||||||
edit_menu->Append( ID_LONG_TEST, _T("Add &many lines"));
|
|
||||||
edit_menu->AppendSeparator();
|
|
||||||
edit_menu->Append( ID_LINEBREAKS_TEST, _T("Add &several lines"));
|
|
||||||
edit_menu->Append( ID_URL_TEST, _T("Insert an &URL"));
|
|
||||||
edit_menu->AppendSeparator();
|
|
||||||
edit_menu->Append(ID_WRAP, _T("&Wrap mode"), _T("Activate wrapping at pixel 200."));
|
|
||||||
edit_menu->Append(ID_NOWRAP, _T("&No-wrap mode"), _T("Deactivate wrapping."));
|
|
||||||
edit_menu->AppendSeparator();
|
|
||||||
edit_menu->Append(ID_COPY, _T("&Copy"), _T("Copy text to clipboard."));
|
|
||||||
edit_menu->Append(ID_CUT, _T("Cu&t"), _T("Cut text to clipboard."));
|
|
||||||
edit_menu->Append(ID_PASTE,_T("&Paste"), _T("Paste text from clipboard."));
|
|
||||||
#ifdef __WXGTK__
|
|
||||||
edit_menu->Append(ID_COPY_PRIMARY, _T("C&opy primary"), _T("Copy text to primary selecton."));
|
|
||||||
edit_menu->Append(ID_PASTE_PRIMARY, _T("&Paste primary"), _T("Paste text from primary selection."));
|
|
||||||
#endif
|
|
||||||
edit_menu->Append(ID_FIND, _T("&Find"), _T("Find text."));
|
|
||||||
menu_bar->Append(edit_menu, _T("&Edit") );
|
|
||||||
|
|
||||||
#ifndef __WXMSW__
|
|
||||||
menu_bar->Show(true);
|
|
||||||
#endif // MSW
|
|
||||||
|
|
||||||
SetMenuBar( menu_bar );
|
|
||||||
|
|
||||||
m_lwin = new wxLayoutWindow(this);
|
|
||||||
#if wxUSE_STATUSBAR
|
|
||||||
m_lwin->SetStatusBar(GetStatusBar(), 0, 1);
|
|
||||||
#endif // wxUSE_STATUSBAR
|
|
||||||
m_lwin->SetMouseTracking(true);
|
|
||||||
m_lwin->SetEditable(true);
|
|
||||||
m_lwin->SetWrapMargin(40);
|
|
||||||
m_lwin->SetFocus();
|
|
||||||
|
|
||||||
// JACS: under MSW, the window doesn't show the caret initially,
|
|
||||||
// and the following line I added doesn't help either.
|
|
||||||
// going to another window and then back again fixes it.
|
|
||||||
// m_lwin->OnSetFocus(wxFocusEvent());
|
|
||||||
|
|
||||||
Clear();
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
// create and set the background bitmap (this will result in a lattice)
|
|
||||||
static const int sizeBmp = 10;
|
|
||||||
wxBitmap *bitmap = new wxBitmap(sizeBmp, sizeBmp);
|
|
||||||
wxMemoryDC dcMem;
|
|
||||||
dcMem.SelectObject( *bitmap );
|
|
||||||
dcMem.SetBackground( *wxWHITE_BRUSH );
|
|
||||||
dcMem.Clear();
|
|
||||||
|
|
||||||
dcMem.SetPen( *wxGREEN_PEN );
|
|
||||||
dcMem.DrawLine(sizeBmp/2, 0, sizeBmp/2, sizeBmp);
|
|
||||||
dcMem.DrawLine(0, sizeBmp/2, sizeBmp, sizeBmp/2);
|
|
||||||
|
|
||||||
dcMem.SelectObject( wxNullBitmap );
|
|
||||||
|
|
||||||
m_lwin->SetBackgroundBitmap(bitmap);
|
|
||||||
#endif // 0
|
|
||||||
};
|
|
||||||
|
|
||||||
void MyFrame::AddSampleText(wxLayoutList *llist)
|
|
||||||
{
|
|
||||||
llist->Clear(wxSWISS,16,wxNORMAL,wxNORMAL, false);
|
|
||||||
llist->SetFont(-1,-1,-1,-1,-1,_T("blue"));
|
|
||||||
llist->Insert(_T("blue"));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->SetFont(-1,-1,-1,-1,-1,_T("black"));
|
|
||||||
llist->Insert(_T("The quick brown fox jumps over the lazy dog."));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->SetFont(wxROMAN,16,wxNORMAL,wxNORMAL, false);
|
|
||||||
llist->Insert(_T("--"));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->SetFont(wxROMAN);
|
|
||||||
llist->Insert(_T("The quick brown fox jumps over the lazy dog."));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->Insert(_T("Hello "));
|
|
||||||
wxBitmap *icon = new wxBitmap (wxIcon(Micon_xpm));
|
|
||||||
|
|
||||||
llist->Insert(new wxLayoutObjectIcon(icon));
|
|
||||||
llist->SetFontWeight(wxBOLD);
|
|
||||||
llist->Insert(_T("World! "));
|
|
||||||
llist->SetFontWeight(wxNORMAL);
|
|
||||||
llist->Insert(_T("The quick brown fox jumps..."));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->Insert(_T("over the lazy dog."));
|
|
||||||
llist->SetFont(-1,-1,-1,-1,true);
|
|
||||||
llist->Insert(_T("underlined"));
|
|
||||||
llist->SetFont(-1,-1,-1,-1,false);
|
|
||||||
llist->SetFont(wxROMAN);
|
|
||||||
llist->Insert(_T("This is "));
|
|
||||||
llist->SetFont(-1,-1,-1,wxBOLD);
|
|
||||||
llist->Insert(_T("BOLD "));
|
|
||||||
llist->SetFont(-1,-1,-1,wxNORMAL);
|
|
||||||
llist->Insert(_T("and "));
|
|
||||||
llist->SetFont(-1,-1,wxITALIC);
|
|
||||||
llist->Insert(_T("italics "));
|
|
||||||
llist->SetFont(-1,-1,wxNORMAL);
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->Insert(_T("and "));
|
|
||||||
llist->SetFont(-1,-1,wxSLANT);
|
|
||||||
llist->Insert(_T("slanted"));
|
|
||||||
llist->SetFont(-1,-1,wxNORMAL);
|
|
||||||
llist->Insert(_T(" text."));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->Insert(_T("and "));
|
|
||||||
llist->SetFont(-1,-1,-1,-1,-1,_T("blue"));
|
|
||||||
llist->Insert(_T("blue"));
|
|
||||||
llist->SetFont(-1,-1,-1,-1,-1,_T("black"));
|
|
||||||
llist->Insert(_T(" and "));
|
|
||||||
llist->SetFont(-1,-1,-1,-1,-1,_T("green"),_T("black"));
|
|
||||||
llist->Insert(_T("green on black"));
|
|
||||||
llist->SetFont(-1,-1,-1,-1,-1,_T("black"),_T("white"));
|
|
||||||
llist->Insert(_T(" text."));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->SetFont(-1,-1,wxSLANT);
|
|
||||||
llist->Insert(_T("Slanted"));
|
|
||||||
llist->SetFont(-1,-1,wxNORMAL);
|
|
||||||
llist->Insert(_T(" and normal text and "));
|
|
||||||
llist->SetFont(-1,-1,wxSLANT);
|
|
||||||
llist->Insert(_T("slanted"));
|
|
||||||
llist->SetFont(-1,-1,wxNORMAL);
|
|
||||||
llist->Insert(_T(" again."));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
// add some more text for testing:
|
|
||||||
llist->Insert(_T("And here the source for the test program:"));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
llist->SetFont(wxTELETYPE,16);
|
|
||||||
llist->Insert(_T("And here the source for the test program:"));
|
|
||||||
llist->LineBreak();
|
|
||||||
|
|
||||||
wxTextFile file(_T("wxLayout.cpp"));
|
|
||||||
if ( file.Open() )
|
|
||||||
{
|
|
||||||
for ( wxString s = file.GetFirstLine(); !file.Eof(); s = file.GetNextLine() )
|
|
||||||
{
|
|
||||||
wxString line;
|
|
||||||
llist->Insert(line.Format(_T("%6u: %s"),file.GetCurrentLine()+1,s.c_str()));
|
|
||||||
llist->LineBreak();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
llist->MoveCursorTo(wxPoint(0,0));
|
|
||||||
m_lwin->SetDirty();
|
|
||||||
m_lwin->Refresh();
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::Clear()
|
|
||||||
{
|
|
||||||
wxColour colBg(0, 0, 0);
|
|
||||||
|
|
||||||
m_lwin->Clear(wxROMAN,16,wxNORMAL,wxNORMAL, false, wxRED, &colBg);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void MyFrame::OnCommand( wxCommandEvent &event )
|
|
||||||
{
|
|
||||||
switch (event.GetId())
|
|
||||||
{
|
|
||||||
case ID_QUIT:
|
|
||||||
Close(true);
|
|
||||||
break;
|
|
||||||
case ID_PRINT:
|
|
||||||
{
|
|
||||||
wxPrinter printer;
|
|
||||||
wxLayoutPrintout printout(m_lwin->GetLayoutList(),_("M: Printout"));
|
|
||||||
if (! printer.Print(this, &printout, true))
|
|
||||||
{
|
|
||||||
// Had to remove the split up strings that used to be below, and
|
|
||||||
// put them into one long strong. Otherwise MSVC would give an
|
|
||||||
// error "C2308: concatenating mismatched wide strings" when
|
|
||||||
// building a Unicode version.
|
|
||||||
wxMessageBox
|
|
||||||
(
|
|
||||||
_("There was a problem with printing the message:\nperhaps your current printer is not set up correctly?"),
|
|
||||||
_("Printing"), wxOK
|
|
||||||
);
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case ID_NOWRAP:
|
|
||||||
case ID_WRAP:
|
|
||||||
m_lwin->SetWrapMargin(event.GetId() == ID_NOWRAP ? 0 : 40);
|
|
||||||
break;
|
|
||||||
case ID_ADD_SAMPLE:
|
|
||||||
AddSampleText(m_lwin->GetLayoutList());
|
|
||||||
break;
|
|
||||||
case ID_CLEAR:
|
|
||||||
Clear();
|
|
||||||
break;
|
|
||||||
case ID_CLICK:
|
|
||||||
wxLogError( _T("Received click event.") );
|
|
||||||
break;
|
|
||||||
case ID_PASTE:
|
|
||||||
m_lwin->Paste(true);
|
|
||||||
m_lwin->Refresh(false);
|
|
||||||
break;
|
|
||||||
#ifdef __WXGTK__
|
|
||||||
case ID_PASTE_PRIMARY:
|
|
||||||
// text only from primary:
|
|
||||||
m_lwin->Paste(false, true);
|
|
||||||
m_lwin->Refresh(false);
|
|
||||||
break;
|
|
||||||
case ID_COPY_PRIMARY:
|
|
||||||
// copy text-only to primary selection:
|
|
||||||
m_lwin->Copy(false, false, true);
|
|
||||||
m_lwin->Refresh(false);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
case ID_COPY:
|
|
||||||
m_lwin->Copy(true, true, false);
|
|
||||||
m_lwin->Refresh(false);
|
|
||||||
break;
|
|
||||||
case ID_CUT:
|
|
||||||
m_lwin->Cut();
|
|
||||||
m_lwin->Refresh(false);
|
|
||||||
break;
|
|
||||||
#ifdef M_BASEDIR
|
|
||||||
case ID_FIND:
|
|
||||||
m_lwin->Find("void");
|
|
||||||
m_lwin->Refresh(false);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
case ID_HTML:
|
|
||||||
{
|
|
||||||
wxFileDialog
|
|
||||||
HTML_dialog( this,
|
|
||||||
_T("Save As HTML..."),
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
_T("HTML file (*.html)|*.html|Text file (*.txt)|*.txt|Any file (*)|*"),
|
|
||||||
wxSAVE|wxOVERWRITE_PROMPT
|
|
||||||
);
|
|
||||||
if (HTML_dialog.ShowModal() == wxID_OK)
|
|
||||||
{
|
|
||||||
wxFFileOutputStream output( HTML_dialog.GetPath() );
|
|
||||||
wxTextOutputStream textout( output );
|
|
||||||
|
|
||||||
wxLayoutExportObject *export0;
|
|
||||||
wxString object;
|
|
||||||
wxLayoutExportStatus status(m_lwin->GetLayoutList());
|
|
||||||
while((export0 = wxLayoutExport( &status, WXLO_EXPORT_AS_HTML)) != NULL)
|
|
||||||
{
|
|
||||||
if(export0->type == WXLO_EXPORT_HTML)
|
|
||||||
object = *(export0->content.text);
|
|
||||||
else
|
|
||||||
; // ignore "<!--UNKNOWN OBJECT>";
|
|
||||||
delete export0;
|
|
||||||
textout << object;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case ID_TEXT:
|
|
||||||
{
|
|
||||||
wxFileDialog
|
|
||||||
TEXT_dialog( this,
|
|
||||||
_T("Save As TXT..."),
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
_T("Text file (*.txt)|*.txt|Any file (*)|*"),
|
|
||||||
wxSAVE|wxOVERWRITE_PROMPT
|
|
||||||
);
|
|
||||||
if (TEXT_dialog.ShowModal() == wxID_OK)
|
|
||||||
{
|
|
||||||
wxFFileOutputStream output( TEXT_dialog.GetPath() );
|
|
||||||
wxTextOutputStream textout( output );
|
|
||||||
|
|
||||||
wxLayoutExportObject *export0;
|
|
||||||
wxString object;
|
|
||||||
wxLayoutExportStatus status(m_lwin->GetLayoutList());
|
|
||||||
while((export0 = wxLayoutExport( &status, WXLO_EXPORT_AS_TEXT)) != NULL)
|
|
||||||
{
|
|
||||||
if(export0->type == WXLO_EXPORT_TEXT)
|
|
||||||
object = *(export0->content.text);
|
|
||||||
else
|
|
||||||
object = _T("<!--UNKNOWN OBJECT>");
|
|
||||||
delete export0;
|
|
||||||
textout << object;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case ID_LONG_TEST:
|
|
||||||
{
|
|
||||||
wxString line;
|
|
||||||
wxLayoutList *llist = m_lwin->GetLayoutList();
|
|
||||||
for(int i = 1; i < 300; i++)
|
|
||||||
{
|
|
||||||
line.Printf(wxT("This is line number %d."), i);
|
|
||||||
llist->Insert(line);
|
|
||||||
llist->LineBreak();
|
|
||||||
}
|
|
||||||
|
|
||||||
llist->MoveCursorTo(wxPoint(0,0));
|
|
||||||
m_lwin->SetDirty();
|
|
||||||
m_lwin->Refresh();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case ID_LINEBREAKS_TEST:
|
|
||||||
wxLayoutImportText
|
|
||||||
(
|
|
||||||
m_lwin->GetLayoutList(),
|
|
||||||
wxT("This is a text\nwith embedded line\nbreaks.\n")
|
|
||||||
);
|
|
||||||
|
|
||||||
m_lwin->SetDirty();
|
|
||||||
m_lwin->Refresh();
|
|
||||||
break;
|
|
||||||
|
|
||||||
case ID_URL_TEST:
|
|
||||||
// VZ: this doesn't work, of course, but I think it should -
|
|
||||||
// wxLayoutWindow should have a flag m_highlightUrls and do it itself
|
|
||||||
// (instead of doing it manually like M does now)
|
|
||||||
m_lwin->GetLayoutList()->Insert(_T("http://www.wxwidgets.org/"));
|
|
||||||
m_lwin->Refresh();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
void MyFrame::OnPrint(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPrinter printer;
|
|
||||||
wxLayoutPrintout printout( m_lwin->GetLayoutList(), _T("Printout from wxLayout"));
|
|
||||||
if (! printer.Print(this, &printout, true))
|
|
||||||
wxMessageBox(
|
|
||||||
_T("There was a problem printing.\nPerhaps your current printer is not set correctly?"),
|
|
||||||
_T("Printing"), wxOK);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPrintPS(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
#ifdef OS_UNIX
|
|
||||||
wxPostScriptPrinter printer;
|
|
||||||
wxLayoutPrintout printout( m_lwin->GetLayoutList(),"My printout");
|
|
||||||
printer.Print(this, &printout, true);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPrintPreview(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPrintData printData;
|
|
||||||
|
|
||||||
// Pass two printout objects: for preview, and possible printing.
|
|
||||||
wxPrintPreview *preview = new wxPrintPreview(new
|
|
||||||
wxLayoutPrintout(
|
|
||||||
m_lwin->GetLayoutList()), new wxLayoutPrintout( m_lwin->GetLayoutList()), & printData);
|
|
||||||
if (!preview->Ok())
|
|
||||||
{
|
|
||||||
delete preview;
|
|
||||||
wxMessageBox(_T("There was a problem previewing.\nPerhaps your current printer is not set correctly?"), _T("Previewing"), wxOK);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
wxPreviewFrame *frame = new wxPreviewFrame(preview, this, _T("Demo Print Preview"), wxPoint(100, 100), wxSize(600, 650));
|
|
||||||
frame->Centre(wxBOTH);
|
|
||||||
frame->Initialize();
|
|
||||||
frame->Show(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPrintPreviewPS(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPrintData printData;
|
|
||||||
|
|
||||||
// Pass two printout objects: for preview, and possible printing.
|
|
||||||
wxPrintPreview *preview = new wxPrintPreview(new wxLayoutPrintout( m_lwin->GetLayoutList()), new wxLayoutPrintout( m_lwin->GetLayoutList()), & printData);
|
|
||||||
wxPreviewFrame *frame = new wxPreviewFrame(preview, this, _T("Demo Print Preview"), wxPoint(100, 100), wxSize(600, 650));
|
|
||||||
frame->Centre(wxBOTH);
|
|
||||||
frame->Initialize();
|
|
||||||
frame->Show(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPrintSetup(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
#ifdef OS_WIN
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPrintDialog printerDialog(this, & m_PrintData);
|
|
||||||
printerDialog.ShowModal();
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPageSetupDialogData data;
|
|
||||||
|
|
||||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
|
||||||
wxPageSetupDialog pageSetupDialog(this, & data);
|
|
||||||
#else
|
|
||||||
wxGenericPageSetupDialog pageSetupDialog(this, & data);
|
|
||||||
#endif
|
|
||||||
pageSetupDialog.ShowModal();
|
|
||||||
|
|
||||||
data = pageSetupDialog.GetPageSetupDialogData();
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPrintSetupPS(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPrintData data;
|
|
||||||
|
|
||||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
|
||||||
wxPrintDialog printerDialog(this, & data);
|
|
||||||
#else
|
|
||||||
wxGenericPrintDialog printerDialog(this, & data);
|
|
||||||
#endif
|
|
||||||
printerDialog.ShowModal();
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyFrame::OnPageSetupPS(wxCommandEvent& WXUNUSED(event))
|
|
||||||
{
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPageSetupData data;
|
|
||||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
|
||||||
wxPageSetupDialog pageSetupDialog(this, & data);
|
|
||||||
#else
|
|
||||||
wxGenericPageSetupDialog pageSetupDialog(this, & data);
|
|
||||||
#endif
|
|
||||||
pageSetupDialog.ShowModal();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// MyApp
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MyApp::MyApp() :
|
|
||||||
wxApp( )
|
|
||||||
{
|
|
||||||
};
|
|
||||||
|
|
||||||
bool MyApp::OnInit()
|
|
||||||
{
|
|
||||||
wxFrame *frame = new MyFrame();
|
|
||||||
wxInitAllImageHandlers();
|
|
||||||
frame->Show( true );
|
|
||||||
// wxSetAFMPath("/usr/local/src/wxWidgets/misc/afm/");
|
|
||||||
return true;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@@ -1,67 +0,0 @@
|
|||||||
/* -*- c++ -*- */
|
|
||||||
|
|
||||||
#ifndef __WXLAYOUTH__
|
|
||||||
#define __WXLAYOUTH__
|
|
||||||
|
|
||||||
#include "wx/wx.h"
|
|
||||||
|
|
||||||
#include "wxllist.h"
|
|
||||||
#include "wxlwindow.h"
|
|
||||||
#include "wxlparser.h"
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// derived classes
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
class MyFrame;
|
|
||||||
class MyApp;
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// MyFrame
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
class MyFrame: public wxFrame
|
|
||||||
{
|
|
||||||
|
|
||||||
public:
|
|
||||||
|
|
||||||
MyFrame();
|
|
||||||
void AddSampleText(wxLayoutList *llist);
|
|
||||||
void Clear();
|
|
||||||
void OnCommand( wxCommandEvent &event );
|
|
||||||
|
|
||||||
void OnPrint(wxCommandEvent& event);
|
|
||||||
void OnPrintPreview(wxCommandEvent& event);
|
|
||||||
void OnPrintSetup(wxCommandEvent& event);
|
|
||||||
void OnPageSetup(wxCommandEvent& event);
|
|
||||||
void OnPrintPS(wxCommandEvent& event);
|
|
||||||
void OnPrintPreviewPS(wxCommandEvent& event);
|
|
||||||
void OnPrintSetupPS(wxCommandEvent& event);
|
|
||||||
void OnPageSetupPS(wxCommandEvent& event);
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
wxLayoutWindow *m_lwin;
|
|
||||||
wxPrintData m_PrintData;
|
|
||||||
|
|
||||||
DECLARE_DYNAMIC_CLASS(MyFrame)
|
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
|
||||||
};
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// MyApp
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
class MyApp: public wxApp
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
|
|
||||||
MyApp();
|
|
||||||
|
|
||||||
virtual bool OnInit();
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // __WXCONVERTH__
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,264 +0,0 @@
|
|||||||
/*-*- c++ -*-********************************************************
|
|
||||||
* wxlparser.h : parsers, import/export for wxLayoutList *
|
|
||||||
* *
|
|
||||||
* (C) 1998,1999 by Karsten Ball<6C>der (Ballueder@usa.net) *
|
|
||||||
* *
|
|
||||||
* $Id$
|
|
||||||
*******************************************************************/
|
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
|
||||||
# pragma hdrstop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "Mpch.h"
|
|
||||||
|
|
||||||
#ifdef M_PREFIX
|
|
||||||
# include "gui/wxllist.h"
|
|
||||||
# include "gui/wxlparser.h"
|
|
||||||
#else
|
|
||||||
# include "wxllist.h"
|
|
||||||
# include "wxlparser.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define BASE_SIZE 12
|
|
||||||
|
|
||||||
inline static bool IsEndOfLine(const wxChar *p)
|
|
||||||
{
|
|
||||||
// the end of line is either just '\n' or "\r\n" - we understand both (even
|
|
||||||
// though the second is used only under DOS/Windows) to be able to import
|
|
||||||
// DOS text files even under Unix
|
|
||||||
return (*p == '\n') || ((*p == '\r') && (*(p + 1) == '\n'));
|
|
||||||
}
|
|
||||||
|
|
||||||
void wxLayoutImportText(wxLayoutList *list, wxString const &str)
|
|
||||||
{
|
|
||||||
if ( !str )
|
|
||||||
return;
|
|
||||||
|
|
||||||
// we change the string only temporarily inside this function
|
|
||||||
// VZ: I still don't like it... the string data may be shared...
|
|
||||||
wxChar * cptr = (wxChar *)str.c_str(); // const_cast
|
|
||||||
const wxChar * begin = cptr;
|
|
||||||
wxUnusedVar(begin);
|
|
||||||
wxChar backup;
|
|
||||||
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
begin = cptr;
|
|
||||||
while( *cptr && !IsEndOfLine(cptr) )
|
|
||||||
cptr++;
|
|
||||||
backup = *cptr;
|
|
||||||
*cptr = '\0';
|
|
||||||
list->Insert(begin);
|
|
||||||
*cptr = backup;
|
|
||||||
|
|
||||||
// check if it's the end of this line
|
|
||||||
if ( IsEndOfLine(cptr) )
|
|
||||||
{
|
|
||||||
// if it was "\r\n", skip the following '\n'
|
|
||||||
if ( *cptr == '\r' )
|
|
||||||
cptr++;
|
|
||||||
list->LineBreak();
|
|
||||||
}
|
|
||||||
else if(backup == '\0') // reached end of string
|
|
||||||
break;
|
|
||||||
cptr++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static
|
|
||||||
wxString wxLayoutExportCmdAsHTML(wxLayoutObjectCmd const & cmd,
|
|
||||||
wxLayoutStyleInfo *styleInfo,
|
|
||||||
bool firstTime)
|
|
||||||
{
|
|
||||||
static wxChar buffer[20];
|
|
||||||
wxString html;
|
|
||||||
|
|
||||||
wxLayoutStyleInfo *si = cmd.GetStyle();
|
|
||||||
|
|
||||||
int size, sizecount;
|
|
||||||
|
|
||||||
html += _T("<font ");
|
|
||||||
|
|
||||||
if(si->m_fg_valid)
|
|
||||||
{
|
|
||||||
html += _T("color=");
|
|
||||||
wxSprintf(buffer,_T("\"#%02X%02X%02X\""), si->m_fg.Red(),si->m_fg.Green(),si->m_fg.Blue());
|
|
||||||
html += buffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(si->m_bg_valid)
|
|
||||||
{
|
|
||||||
html += _T(" bgcolor=");
|
|
||||||
wxSprintf(buffer,_T("\"#%02X%02X%02X\""), si->m_bg.Red(),si->m_bg.Green(),si->m_bg.Blue());
|
|
||||||
html += buffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch(si->family)
|
|
||||||
{
|
|
||||||
case wxSWISS:
|
|
||||||
case wxMODERN:
|
|
||||||
html += _T(" face=\"Arial,Helvetica\""); break;
|
|
||||||
case wxROMAN:
|
|
||||||
html += _T(" face=\"Times New Roman, Times\""); break;
|
|
||||||
case wxTELETYPE:
|
|
||||||
html += _T(" face=\"Courier New, Courier\""); break;
|
|
||||||
default:
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
size = BASE_SIZE; sizecount = 0;
|
|
||||||
while(size < si->size && sizecount < 5)
|
|
||||||
{
|
|
||||||
sizecount ++;
|
|
||||||
size = (size*12)/10;
|
|
||||||
}
|
|
||||||
while(size > si->size && sizecount > -5)
|
|
||||||
{
|
|
||||||
sizecount --;
|
|
||||||
size = (size*10)/12;
|
|
||||||
}
|
|
||||||
html += _T("size=");
|
|
||||||
wxSprintf(buffer,_T("%+1d"), sizecount);
|
|
||||||
html += buffer;
|
|
||||||
|
|
||||||
html += _T(">");
|
|
||||||
|
|
||||||
if(styleInfo != NULL && ! firstTime)
|
|
||||||
html = _T("</font>")+html; // terminate any previous font command
|
|
||||||
|
|
||||||
if((si->weight == wxBOLD) && ( (!styleInfo) || (styleInfo->weight != wxBOLD)))
|
|
||||||
html += _T("<b>");
|
|
||||||
else
|
|
||||||
if(si->weight != wxBOLD && ( styleInfo && (styleInfo->weight == wxBOLD)))
|
|
||||||
html += _T("</b>");
|
|
||||||
|
|
||||||
if(si->style == wxSLANT)
|
|
||||||
si->style = wxITALIC; // the same for html
|
|
||||||
|
|
||||||
if((si->style == wxITALIC) && ( (!styleInfo) || (styleInfo->style != wxITALIC)))
|
|
||||||
html += _T("<i>");
|
|
||||||
else
|
|
||||||
if(si->style != wxITALIC && ( styleInfo && (styleInfo->style == wxITALIC)))
|
|
||||||
html += _T("</i>");
|
|
||||||
|
|
||||||
if(si->underline && ( (!styleInfo) || ! styleInfo->underline))
|
|
||||||
html += _T("<u>");
|
|
||||||
else if(si->underline == false && ( styleInfo && styleInfo->underline))
|
|
||||||
html += _T("</u>");
|
|
||||||
|
|
||||||
|
|
||||||
*styleInfo = *si; // update last style info
|
|
||||||
|
|
||||||
return html;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
wxLayoutExportStatus::wxLayoutExportStatus(wxLayoutList *list)
|
|
||||||
{
|
|
||||||
m_si = list->GetDefaultStyleInfo();
|
|
||||||
m_line = list->GetFirstLine();
|
|
||||||
m_iterator = m_line->GetFirstObject();
|
|
||||||
m_FirstTime = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define WXLO_IS_TEXT(type) \
|
|
||||||
( type == WXLO_TYPE_TEXT \
|
|
||||||
|| (type == WXLO_TYPE_CMD \
|
|
||||||
&& mode == WXLO_EXPORT_AS_HTML))
|
|
||||||
|
|
||||||
|
|
||||||
wxLayoutExportObject *wxLayoutExport(wxLayoutExportStatus *status,
|
|
||||||
int mode, int flags)
|
|
||||||
{
|
|
||||||
wxLayoutObjectList::iterator nulled(NULL);
|
|
||||||
wxASSERT(status);
|
|
||||||
wxLayoutExportObject * exp;
|
|
||||||
|
|
||||||
if(status->m_iterator == nulled) // end of line
|
|
||||||
{
|
|
||||||
if(!status->m_line || status->m_line->GetNextLine() == NULL)
|
|
||||||
// reached end of list
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
exp = new wxLayoutExportObject();
|
|
||||||
wxLayoutObjectType type;
|
|
||||||
if(status->m_iterator != nulled)
|
|
||||||
{
|
|
||||||
type = (** status->m_iterator).GetType();
|
|
||||||
if( mode == WXLO_EXPORT_AS_OBJECTS || ! WXLO_IS_TEXT(type)) // simple case
|
|
||||||
{
|
|
||||||
exp->type = WXLO_EXPORT_OBJECT;
|
|
||||||
exp->content.object = *status->m_iterator;
|
|
||||||
status->m_iterator++;
|
|
||||||
return exp;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{ // iterator == nulled
|
|
||||||
if(mode == WXLO_EXPORT_AS_OBJECTS)
|
|
||||||
{
|
|
||||||
exp->type = WXLO_EXPORT_EMPTYLINE;
|
|
||||||
exp->content.object = NULL; //empty line
|
|
||||||
status->m_line = status->m_line->GetNextLine();
|
|
||||||
if(status->m_line)
|
|
||||||
status->m_iterator = status->m_line->GetFirstObject();
|
|
||||||
return exp;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
type = WXLO_TYPE_TEXT;
|
|
||||||
}
|
|
||||||
wxUnusedVar(type);
|
|
||||||
|
|
||||||
wxString *str = new wxString();
|
|
||||||
// text must be concatenated
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
while(status->m_iterator == nulled)
|
|
||||||
{
|
|
||||||
if(mode & WXLO_EXPORT_AS_HTML)
|
|
||||||
*str += _T("<br>");
|
|
||||||
if(flags & WXLO_EXPORT_WITH_CRLF)
|
|
||||||
*str += _T("\r\n");
|
|
||||||
else
|
|
||||||
*str += '\n';
|
|
||||||
|
|
||||||
status->m_line = status->m_line->GetNextLine();
|
|
||||||
if(status->m_line)
|
|
||||||
status->m_iterator = status->m_line->GetFirstObject();
|
|
||||||
else
|
|
||||||
break; // end of list
|
|
||||||
}
|
|
||||||
if(! status->m_line) // reached end of list, fall through
|
|
||||||
break;
|
|
||||||
type = (** status->m_iterator).GetType();
|
|
||||||
if(type == WXLO_TYPE_ICON)
|
|
||||||
break;
|
|
||||||
switch(type)
|
|
||||||
{
|
|
||||||
case WXLO_TYPE_TEXT:
|
|
||||||
*str += ((wxLayoutObjectText *)*status->m_iterator)->GetText();
|
|
||||||
break;
|
|
||||||
case WXLO_TYPE_CMD:
|
|
||||||
if(mode == WXLO_EXPORT_AS_HTML)
|
|
||||||
*str += wxLayoutExportCmdAsHTML(
|
|
||||||
*(wxLayoutObjectCmd const *)*status->m_iterator,
|
|
||||||
& status->m_si, status->m_FirstTime);
|
|
||||||
status->m_FirstTime = false;
|
|
||||||
break;
|
|
||||||
default: // ignore icons
|
|
||||||
;
|
|
||||||
}
|
|
||||||
status->m_iterator++;
|
|
||||||
}
|
|
||||||
exp->type = (mode == WXLO_EXPORT_AS_HTML)
|
|
||||||
? WXLO_EXPORT_HTML : WXLO_EXPORT_TEXT;
|
|
||||||
exp->content.text = str;
|
|
||||||
return exp;
|
|
||||||
}
|
|
||||||
|
|
@@ -1,75 +0,0 @@
|
|||||||
/*-*- c++ -*-********************************************************
|
|
||||||
* wxlparser.h : parsers, import/export for wxLayoutList *
|
|
||||||
* *
|
|
||||||
* (C) 1998 by Karsten Ball<6C>der (Ballueder@usa.net) *
|
|
||||||
* *
|
|
||||||
* $Id$
|
|
||||||
*******************************************************************/
|
|
||||||
#ifndef WXLPARSER_H
|
|
||||||
# define WXLPARSER_H
|
|
||||||
|
|
||||||
#ifndef NULL
|
|
||||||
# define NULL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum wxLayoutExportType
|
|
||||||
{
|
|
||||||
WXLO_EXPORT_TEXT,
|
|
||||||
WXLO_EXPORT_HTML,
|
|
||||||
WXLO_EXPORT_OBJECT,
|
|
||||||
// this can be caused by empty lines:
|
|
||||||
WXLO_EXPORT_EMPTYLINE
|
|
||||||
};
|
|
||||||
|
|
||||||
enum wxLayoutExportMode
|
|
||||||
{
|
|
||||||
WXLO_EXPORT_AS_TEXT = 0x00,
|
|
||||||
WXLO_EXPORT_AS_TEXT_AND_COMMANDS = 0x01,
|
|
||||||
WXLO_EXPORT_AS_HTML = 0x02,
|
|
||||||
WXLO_EXPORT_AS_OBJECTS = 0x03,
|
|
||||||
|
|
||||||
// non 0:
|
|
||||||
WXLO_EXPORT_WITH_CRLF = 0x10,
|
|
||||||
WXLO_EXPORT_WITH_LF_ONLY = 0x20
|
|
||||||
};
|
|
||||||
|
|
||||||
struct wxLayoutExportObject
|
|
||||||
{
|
|
||||||
wxLayoutExportType type;
|
|
||||||
union
|
|
||||||
{
|
|
||||||
wxString *text;
|
|
||||||
wxLayoutObject *object;
|
|
||||||
}content;
|
|
||||||
~wxLayoutExportObject()
|
|
||||||
{
|
|
||||||
if(type == WXLO_EXPORT_TEXT || type == WXLO_EXPORT_HTML)
|
|
||||||
delete content.text;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
struct wxLayoutExportStatus
|
|
||||||
{
|
|
||||||
wxLayoutExportStatus(wxLayoutList *list);
|
|
||||||
wxLayoutLine * m_line;
|
|
||||||
wxLOiterator m_iterator;
|
|
||||||
wxLayoutStyleInfo m_si;
|
|
||||||
bool m_FirstTime;
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef OS_WIN
|
|
||||||
# define WXLO_DEFAULT_EXPORT_MODE WXLO_EXPORT_WITH_CRLF
|
|
||||||
#else // Unix
|
|
||||||
# define WXLO_DEFAULT_EXPORT_MODE WXLO_EXPORT_WITH_LF_ONLY
|
|
||||||
#endif // Win/Unix
|
|
||||||
|
|
||||||
/// import text into a wxLayoutList (including linefeeds):
|
|
||||||
void wxLayoutImportText(wxLayoutList *list, wxString const &str);
|
|
||||||
|
|
||||||
/// export text in a given format
|
|
||||||
wxLayoutExportObject *wxLayoutExport(wxLayoutExportStatus *status,
|
|
||||||
int mode = WXLO_EXPORT_AS_TEXT,
|
|
||||||
int flags = WXLO_DEFAULT_EXPORT_MODE);
|
|
||||||
|
|
||||||
#endif //WXLPARSER_H
|
|
File diff suppressed because it is too large
Load Diff
@@ -1,338 +0,0 @@
|
|||||||
/*-*- c++ -*-********************************************************
|
|
||||||
* wxLwindow.h : a scrolled Window for displaying/entering rich text*
|
|
||||||
* *
|
|
||||||
* (C) 1998-2000 by Karsten Ball<6C>der (ballueder@gmx.net) *
|
|
||||||
* *
|
|
||||||
* $Id$
|
|
||||||
*******************************************************************/
|
|
||||||
#ifndef WXLWINDOW_H
|
|
||||||
#define WXLWINDOW_H
|
|
||||||
|
|
||||||
#ifndef USE_PCH
|
|
||||||
# include "wx/wx.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wxllist.h"
|
|
||||||
|
|
||||||
#ifndef WXLOWIN_MENU_FIRST
|
|
||||||
# define WXLOWIN_MENU_FIRST 12000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
WXLOWIN_MENU_LARGER = WXLOWIN_MENU_FIRST,
|
|
||||||
WXLOWIN_MENU_SMALLER,
|
|
||||||
WXLOWIN_MENU_UNDERLINE,
|
|
||||||
WXLOWIN_MENU_BOLD,
|
|
||||||
WXLOWIN_MENU_ITALICS,
|
|
||||||
WXLOWIN_MENU_ROMAN,
|
|
||||||
WXLOWIN_MENU_TYPEWRITER,
|
|
||||||
WXLOWIN_MENU_SANSSERIF,
|
|
||||||
WXLOWIN_MENU_RCLICK,
|
|
||||||
WXLOWIN_MENU_DBLCLICK,
|
|
||||||
WXLOWIN_MENU_MDOWN,
|
|
||||||
WXLOWIN_MENU_LDOWN,
|
|
||||||
WXLOWIN_MENU_LCLICK = WXLOWIN_MENU_LDOWN,
|
|
||||||
WXLOWIN_MENU_LUP,
|
|
||||||
WXLOWIN_MENU_MOUSEMOVE,
|
|
||||||
WXLOWIN_MENU_LAST = WXLOWIN_MENU_MOUSEMOVE
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
This class is a rich text editing widget.
|
|
||||||
*/
|
|
||||||
class wxLayoutWindow : public wxScrolledWindow
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
/** Constructor.
|
|
||||||
@param parent parent window to display this panel in
|
|
||||||
*/
|
|
||||||
wxLayoutWindow(wxWindow *parent);
|
|
||||||
|
|
||||||
/// Destructor.
|
|
||||||
virtual ~wxLayoutWindow();
|
|
||||||
|
|
||||||
/**@name Editing functionality */
|
|
||||||
//@{
|
|
||||||
/// Clears the window and sets default parameters.
|
|
||||||
void Clear(int family = wxROMAN,
|
|
||||||
int size = 12,
|
|
||||||
int style = wxNORMAL,
|
|
||||||
int weight = wxNORMAL,
|
|
||||||
int underline = 0,
|
|
||||||
wxColour *fg = NULL,
|
|
||||||
wxColour *bg = NULL);
|
|
||||||
|
|
||||||
/// override base class virtual to also refresh the scrollbar position
|
|
||||||
virtual void Refresh(bool eraseBackground = true,
|
|
||||||
const wxRect *rect = (const wxRect *)NULL);
|
|
||||||
|
|
||||||
/** Sets a background image, only used on screen, not on printouts.
|
|
||||||
@param bitmap a pointer to a wxBitmap or NULL to remove it
|
|
||||||
*/
|
|
||||||
void SetBackgroundBitmap(wxBitmap *bitmap = NULL)
|
|
||||||
{
|
|
||||||
if(m_BGbitmap) delete m_BGbitmap;
|
|
||||||
m_BGbitmap = bitmap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Enable or disable editing, i.e. processing of keystrokes.
|
|
||||||
void SetEditable(bool toggle)
|
|
||||||
{
|
|
||||||
m_Editable = toggle;
|
|
||||||
SetCursorVisibility(toggle);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Query whether list can be edited by user.
|
|
||||||
bool IsEditable() const { return m_Editable; }
|
|
||||||
|
|
||||||
/** Sets cursor visibility, visible=1, invisible=0,
|
|
||||||
visible-on-demand=-1, to hide it until moved.
|
|
||||||
@param visibility -1,0 or 1
|
|
||||||
@return the old visibility
|
|
||||||
*/
|
|
||||||
inline int SetCursorVisibility(int visibility = -1)
|
|
||||||
{
|
|
||||||
int v =m_CursorVisibility;
|
|
||||||
m_CursorVisibility = visibility; return v;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Pastes text from clipboard.
|
|
||||||
void Paste(bool privateFormat = false, bool usePrimarySelection = false);
|
|
||||||
|
|
||||||
/** Copies selection to clipboard.
|
|
||||||
@param invalidate used internally, see wxllist.h for details
|
|
||||||
*/
|
|
||||||
bool Copy(bool invalidate = true, bool privateFormat = false, bool primary = false);
|
|
||||||
|
|
||||||
/// Copies selection to clipboard and deletes it.
|
|
||||||
bool Cut(bool privateFormat = false, bool usePrimary = false);
|
|
||||||
//@}
|
|
||||||
|
|
||||||
/// find string in buffer
|
|
||||||
bool Find(const wxString &needle,
|
|
||||||
wxPoint * fromWhere = NULL,
|
|
||||||
const wxString &configPath = _T("MsgViewFindString"));
|
|
||||||
|
|
||||||
/// find the same string again
|
|
||||||
bool FindAgain();
|
|
||||||
|
|
||||||
void EnablePopup(bool enable = true) { m_DoPopupMenu = enable; }
|
|
||||||
|
|
||||||
/** Sets the wrap margin.
|
|
||||||
@param margin set this to 0 to disable it
|
|
||||||
*/
|
|
||||||
void SetWrapMargin(CoordType margin) { m_WrapMargin = margin; }
|
|
||||||
|
|
||||||
/** Toggle wordwrap as we type.
|
|
||||||
@param on true to activate word wrap
|
|
||||||
*/
|
|
||||||
void SetWordWrap(bool on = true) { m_DoWordWrap = on; }
|
|
||||||
|
|
||||||
/** Redraws the window.
|
|
||||||
Internally, this stores the parameter and calls a refresh on
|
|
||||||
wxMSW, draws directly on wxGTK.
|
|
||||||
*/
|
|
||||||
void RequestUpdate(const wxRect *updateRect = NULL);
|
|
||||||
|
|
||||||
/// if exact == false, assume 50% extra size for the future
|
|
||||||
void ResizeScrollbars(bool exact = false); // don't change this to true!
|
|
||||||
|
|
||||||
/// if the flag is true, we send events when user clicks on embedded objects
|
|
||||||
inline void SetMouseTracking(bool doIt = true) { m_doSendEvents = doIt; }
|
|
||||||
|
|
||||||
/** Returns a pointer to the wxLayoutList object.
|
|
||||||
@return the list
|
|
||||||
*/
|
|
||||||
wxLayoutList * GetLayoutList() { return m_llist; }
|
|
||||||
|
|
||||||
/**@name Callbacks */
|
|
||||||
//@{
|
|
||||||
void OnSize(wxSizeEvent &event);
|
|
||||||
void OnPaint(wxPaintEvent &event);
|
|
||||||
void OnChar(wxKeyEvent& event);
|
|
||||||
void OnKeyUp(wxKeyEvent& event);
|
|
||||||
void OnUpdateMenuUnderline(wxUpdateUIEvent& event);
|
|
||||||
void OnUpdateMenuBold(wxUpdateUIEvent& event);
|
|
||||||
void OnUpdateMenuItalic(wxUpdateUIEvent& event);
|
|
||||||
void OnMenu(wxCommandEvent& event);
|
|
||||||
void OnLeftMouseDown(wxMouseEvent& event) { OnMouse(WXLOWIN_MENU_LDOWN, event); }
|
|
||||||
void OnLeftMouseUp(wxMouseEvent& event) { OnMouse(WXLOWIN_MENU_LUP, event); }
|
|
||||||
void OnRightMouseClick(wxMouseEvent& event) { OnMouse(WXLOWIN_MENU_RCLICK, event); }
|
|
||||||
void OnMiddleMouseDown(wxMouseEvent& event) { OnMouse(WXLOWIN_MENU_MDOWN, event); }
|
|
||||||
void OnMouseDblClick(wxMouseEvent& event) { OnMouse(WXLOWIN_MENU_DBLCLICK, event); }
|
|
||||||
void OnMouseMove(wxMouseEvent &event) { OnMouse(WXLOWIN_MENU_MOUSEMOVE, event) ; }
|
|
||||||
void OnSetFocus(wxFocusEvent &ev);
|
|
||||||
void OnKillFocus(wxFocusEvent &ev);
|
|
||||||
//@}
|
|
||||||
|
|
||||||
/// Creates a wxMenu for use as a format popup.
|
|
||||||
static wxMenu * MakeFormatMenu();
|
|
||||||
|
|
||||||
/// Redraws the window, used by RequestUpdate() or OnPaint().
|
|
||||||
void InternalPaint(const wxRect *updateRect);
|
|
||||||
|
|
||||||
#if wxUSE_STATUSBAR
|
|
||||||
/** Tell window to update a wxStatusBar with UserData labels and
|
|
||||||
cursor positions.
|
|
||||||
@param bar wxStatusBar pointer
|
|
||||||
@param labelfield field to use in statusbar for URLs/userdata labels, or -1 to disable
|
|
||||||
@param cursorfield field to use for cursor position, or -1 to disable
|
|
||||||
*/
|
|
||||||
void SetStatusBar(class wxStatusBar *bar,
|
|
||||||
int labelfield = -1,
|
|
||||||
int cursorfield = -1)
|
|
||||||
{
|
|
||||||
m_StatusBar = bar; m_StatusFieldLabel = labelfield;
|
|
||||||
m_StatusFieldCursor = cursorfield;
|
|
||||||
}
|
|
||||||
#endif // wxUSE_STATUSBAR
|
|
||||||
|
|
||||||
#ifndef __WXMSW__
|
|
||||||
/// Enable or disable focus follow mode under non-MSW
|
|
||||||
void SetFocusFollowMode(bool enable = true)
|
|
||||||
{
|
|
||||||
m_FocusFollowMode = enable;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** @name Modified flag handling, will not get reset by list unless
|
|
||||||
in Clear() */
|
|
||||||
//@{
|
|
||||||
/// Set dirty flag.
|
|
||||||
void SetModified(bool modified = true) { m_Modified = modified; }
|
|
||||||
|
|
||||||
/// Query whether window needs redrawing.
|
|
||||||
bool IsModified() const { return m_Modified; }
|
|
||||||
//@}
|
|
||||||
|
|
||||||
/**
|
|
||||||
@name Dirty flag handling for optimisations.
|
|
||||||
Normally one should only need to call SetDirty(), e.g. when
|
|
||||||
manipulating the wxLayoutList directly, so the window will update
|
|
||||||
itself. ResetDirty() and IsDirty() should only be used
|
|
||||||
internally. */
|
|
||||||
//@{
|
|
||||||
/// Set dirty flag.
|
|
||||||
void SetDirty() { m_Dirty = true; m_Modified = true; }
|
|
||||||
|
|
||||||
/// Query whether window needs redrawing.
|
|
||||||
bool IsDirty() const { return m_Dirty; }
|
|
||||||
|
|
||||||
/// Reset dirty flag.
|
|
||||||
void ResetDirty() { m_Dirty = false; }
|
|
||||||
//@}
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
/// generic function for mouse events processing
|
|
||||||
void OnMouse(int eventId, wxMouseEvent& event);
|
|
||||||
|
|
||||||
/// as the name says
|
|
||||||
void ScrollToCursor();
|
|
||||||
|
|
||||||
/// for sending events
|
|
||||||
wxWindow *m_Parent;
|
|
||||||
|
|
||||||
/// Shall we send events?
|
|
||||||
bool m_doSendEvents;
|
|
||||||
|
|
||||||
/// Where does the current view start?
|
|
||||||
int m_ViewStartX; int m_ViewStartY;
|
|
||||||
|
|
||||||
/// Do we currently have the focus?
|
|
||||||
bool m_HaveFocus;
|
|
||||||
|
|
||||||
/// do we handle clicks of the right mouse button?
|
|
||||||
bool m_DoPopupMenu;
|
|
||||||
|
|
||||||
/// Should InternalPaint() scroll to cursor (VZ: seems unused any more)
|
|
||||||
bool m_ScrollToCursor;
|
|
||||||
|
|
||||||
/// Do we currently have a non-standard cursor?
|
|
||||||
bool m_HandCursor;
|
|
||||||
|
|
||||||
/// the menu
|
|
||||||
wxMenu * m_PopupMenu;
|
|
||||||
|
|
||||||
/// for derived classes, set when mouse is clicked
|
|
||||||
wxPoint m_ClickPosition;
|
|
||||||
|
|
||||||
/// for scrollbar calculations:
|
|
||||||
int m_maxx;
|
|
||||||
int m_maxy;
|
|
||||||
int m_lineHeight;
|
|
||||||
|
|
||||||
/// do we want automatic word wrap?
|
|
||||||
bool m_DoWordWrap;
|
|
||||||
|
|
||||||
/// wrap margin
|
|
||||||
CoordType m_WrapMargin;
|
|
||||||
|
|
||||||
/// do we have the corresponding scrollbar?
|
|
||||||
bool m_hasHScrollbar,
|
|
||||||
m_hasVScrollbar;
|
|
||||||
|
|
||||||
/** Visibility parameter for cursor. 0/1 as expected, -1: visible
|
|
||||||
on demand.
|
|
||||||
*/
|
|
||||||
int m_CursorVisibility;
|
|
||||||
|
|
||||||
bool SetAutoDeleteSelection(bool enable = true)
|
|
||||||
{
|
|
||||||
bool old = m_AutoDeleteSelection;
|
|
||||||
m_AutoDeleteSelection = enable;
|
|
||||||
return old;
|
|
||||||
}
|
|
||||||
private:
|
|
||||||
/// The layout list to be displayed.
|
|
||||||
wxLayoutList *m_llist;
|
|
||||||
|
|
||||||
/// Can user edit the window?
|
|
||||||
bool m_Editable;
|
|
||||||
|
|
||||||
/// Are we currently building a selection with the keyboard?
|
|
||||||
bool m_Selecting;
|
|
||||||
|
|
||||||
/// Has list changed since last redraw, e.g. in size?
|
|
||||||
bool m_Dirty;
|
|
||||||
|
|
||||||
/// Has the list ever been modified?
|
|
||||||
bool m_Modified;
|
|
||||||
|
|
||||||
wxMemoryDC *m_memDC;
|
|
||||||
wxBitmap *m_bitmap;
|
|
||||||
wxPoint m_bitmapSize;
|
|
||||||
|
|
||||||
#if wxUSE_STATUSBAR
|
|
||||||
/// A frame's statusbar to update
|
|
||||||
class wxStatusBar *m_StatusBar;
|
|
||||||
#endif // wxUSE_STATUSBAR
|
|
||||||
|
|
||||||
/// statusbar field for labels
|
|
||||||
int m_StatusFieldLabel;
|
|
||||||
|
|
||||||
/// statusbar field for cursor positions
|
|
||||||
int m_StatusFieldCursor;
|
|
||||||
|
|
||||||
/// a pointer to a bitmap for the background
|
|
||||||
wxBitmap *m_BGbitmap;
|
|
||||||
|
|
||||||
/**@name Some configuration options */
|
|
||||||
//@{
|
|
||||||
/// Do we want to auto-replace the selection with new text?
|
|
||||||
bool m_AutoDeleteSelection;
|
|
||||||
|
|
||||||
#ifndef __WXMSW__
|
|
||||||
/// Do we want the focus to follow the mouse?
|
|
||||||
bool m_FocusFollowMode;
|
|
||||||
#endif
|
|
||||||
/// For finding text and finding it again:
|
|
||||||
wxString m_FindString;
|
|
||||||
//@}
|
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
Reference in New Issue
Block a user